Home
last modified time | relevance | path

Searched refs:uint_value (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dbit_string_test.cc63 size_t uint_value = 0; in AsUint() local
64 memcpy(&uint_value, &value, sizeof(value)); in AsUint()
65 return uint_value; in AsUint()
Dbit_struct_test.cc57 size_t uint_value = 0; in AsUint() local
58 memcpy(&uint_value, &value, sizeof(value)); in AsUint()
59 return uint_value; in AsUint()
/art/runtime/
Dsubtype_check_info_test.cc63 size_t uint_value = 0; in AsUint() local
64 memcpy(&uint_value, &value, sizeof(value)); in AsUint()
65 return uint_value; in AsUint()