Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h55 FBT_FLOAT = 3, enumerator
84 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline()
375 return type_ == FBT_FLOAT || type_ == FBT_INDIRECT_FLOAT; in IsFloat()
404 case FBT_FLOAT: in AsInt64()
433 case FBT_FLOAT: in AsUInt64()
452 if (type_ == FBT_FLOAT) { in AsDouble()
650 if (type_ == FBT_FLOAT) { in MutateFloat()
660 if (type_ == FBT_FLOAT) { in MutateFloat()
1315 ? FBT_FLOAT in GetScalarType()
1346 Value(float f) : f_(f), type_(FBT_FLOAT), min_bit_width_(BIT_WIDTH_32) {} in Value()
[all …]