Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h39 BIT_WIDTH_64 = 3, enumerator
174 return BIT_WIDTH_64; in WidthU()
184 : BIT_WIDTH_64; in WidthF()
1118 case 8: return BIT_WIDTH_64; in WidthB()
1119 default: assert(false); return BIT_WIDTH_64; in WidthB()
1182 return BIT_WIDTH_64; in ElemWidth()