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 607 return type_ == TYPE_BOOL && Mutate(data_, b, parent_width_, BIT_WIDTH_8); in MutateBool() 723 return PackedType(BIT_WIDTH_8, TYPE_NULL); in NullPackedType() 821 force_min_bit_width_(BIT_WIDTH_8), key_pool(KeyOffsetCompare(buf_)), in buf_() 844 force_min_bit_width_ = BIT_WIDTH_8; in Clear() 917 stack_.push_back(Value(static_cast<uint64_t>(sloc), TYPE_KEY, BIT_WIDTH_8)); in Key() 1184 void ForceMinimumBitWidth(BitWidth bw = BIT_WIDTH_8) { 1259 case 1: return BIT_WIDTH_8; in WidthB() 1287 Value() : i_(0), type_(TYPE_NULL), min_bit_width_(BIT_WIDTH_8) {} in Value() 1289 Value(bool b) : u_(static_cast<uint64_t>(b)), type_(TYPE_BOOL), min_bit_width_(BIT_WIDTH_8) {} in Value() [all …]
|