Searched refs:FBT_NULL (Results 1 – 1 of 1) sorted by relevance
52 FBT_NULL = 0, enumerator106 default: FLATBUFFERS_ASSERT(0); return FBT_NULL;367 bool IsNull() const { return type_ == FBT_NULL; } in IsNull()408 case FBT_NULL: return 0; in AsInt64()437 case FBT_NULL: return 0; in AsUInt64()466 case FBT_NULL: return 0.0; in AsDouble()752 inline uint8_t NullPackedType() { return PackedType(BIT_WIDTH_8, FBT_NULL); } in NullPackedType()1334 Value() : i_(0), type_(FBT_NULL), min_bit_width_(BIT_WIDTH_8) {} in Value()1393 case FBT_NULL: in WriteAny()