Searched refs:FBT_NULL (Results 1 – 3 of 3) sorted by relevance
50 public static final int FBT_NULL = 0; field in FlexBuffers145 return FBT_NULL; in toTypedVector()258 return type == FBT_NULL; in isNull()376 case FBT_NULL: return 0; in asInt()405 case FBT_NULL: return 0; in asUInt()434 case FBT_NULL: return 0; in asLong()469 case FBT_NULL: return 0.0; in asFloat()581 case FBT_NULL: in toString()
570 case FBT_NULL: in writeAny()
52 FBT_NULL = 0, enumerator108 default: FLATBUFFERS_ASSERT(0); return FBT_NULL;374 type_(FBT_NULL) {} in Reference()391 bool IsNull() const { return type_ == FBT_NULL; } in IsNull()436 case FBT_NULL: return 0; in AsInt64()465 case FBT_NULL: return 0; in AsUInt64()494 case FBT_NULL: return 0.0; in AsDouble()806 inline uint8_t NullPackedType() { return PackedType(BIT_WIDTH_8, FBT_NULL); } in NullPackedType()1422 Value() : i_(0), type_(FBT_NULL), min_bit_width_(BIT_WIDTH_8) {} in Value()1485 case FBT_NULL: in WriteAny()