Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h36 BIT_WIDTH_8 = 0, enumerator
633 return PackedType(BIT_WIDTH_8, TYPE_NULL); in NullPackedType()
731 force_min_bit_width_(BIT_WIDTH_8), key_pool(KeyOffsetCompare(buf_)), in buf_()
811 stack_.push_back(Value(static_cast<uint64_t>(sloc), TYPE_KEY, BIT_WIDTH_8)); in Key()
1040 void ForceMinimumBitWidth(BitWidth bw = BIT_WIDTH_8) {
1115 case 1: return BIT_WIDTH_8; in WidthB()
1142 Value() : i_(0), type_(TYPE_NULL), min_bit_width_(BIT_WIDTH_8) {} in Value()
1154 uint8_t StoredPackedType(BitWidth parent_bit_width_= BIT_WIDTH_8) const {
1186 BitWidth StoredWidth(BitWidth parent_bit_width_ = BIT_WIDTH_8) const {