Searched refs:BIT_WIDTH_8 (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 43 BIT_WIDTH_8 = 0, enumerator 373 byte_width_(BIT_WIDTH_8), in Reference() 678 return type_ == FBT_BOOL && Mutate(data_, b, parent_width_, BIT_WIDTH_8); in MutateBool() 806 inline uint8_t NullPackedType() { return PackedType(BIT_WIDTH_8, FBT_NULL); } in NullPackedType() 904 force_min_bit_width_(BIT_WIDTH_8), in buf_() 926 force_min_bit_width_ = BIT_WIDTH_8; in Clear() 1015 stack_.push_back(Value(static_cast<uint64_t>(sloc), FBT_KEY, BIT_WIDTH_8)); in Key() 1302 void ForceMinimumBitWidth(BitWidth bw = BIT_WIDTH_8) { 1376 case 1: return BIT_WIDTH_8; in WidthB() 1408 Value() : i_(0), type_(FBT_NULL), min_bit_width_(BIT_WIDTH_8) {} in Value() [all …]
|