Home
last modified time | relevance | path

Searched refs:UByte (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dm_mallocfree.c73 typedef UChar UByte; typedef
147 UByte dummy;
183 UByte padding[ VG_MIN_MALLOC_SZB -
186 UByte payload_bytes[0];
298 UByte* b2 = (UByte*)b; in get_bszB_as_is()
318 UByte* b2 = (UByte*)b; in set_bszB()
392 UByte* get_block_payload ( Arena* a, Block* b ) in get_block_payload()
394 UByte* b2 = (UByte*)b; in get_block_payload()
399 Block* get_payload_block ( Arena* a, UByte* payload ) in get_payload_block()
410 UByte* b2 = (UByte*)b; in set_prev_b()
[all …]
/external/flatbuffers/src/
Dreflection.cpp29 case reflection::UByte: return FLATBUFFERS_GET(uint8_t); in GetAnyValueI()
116 case reflection::UByte: FLATBUFFERS_SET(uint8_t ); break; in SetAnyValueI()
535 case reflection::UByte: in VerifyVector()
624 case reflection::UByte: in VerifyObject()
/external/flatbuffers/reflection/
Dreflection.fbs14 UByte,
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h30 UByte = 4, enumerator