Searched refs:FBT_BOOL (Results 1 – 2 of 2) sorted by relevance
81 FBT_BOOL = 26, enumerator86 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline()89 return (t >= FBT_INT && t <= FBT_STRING) || t == FBT_BOOL; in IsTypedVectorElementType()392 bool IsBool() const { return type_ == FBT_BOOL; } in IsBool()416 return (type_ == FBT_BOOL ? ReadUInt64(data_, parent_width_) in AsBool()439 case FBT_BOOL: return ReadInt64(data_, parent_width_); in AsInt64()468 case FBT_BOOL: return ReadUInt64(data_, parent_width_); in AsUInt64()511 case FBT_BOOL: in AsDouble()688 return type_ == FBT_BOOL && Mutate(data_, b, parent_width_, BIT_WIDTH_8); in MutateBool()1399 ? FBT_BOOL in GetScalarType()[all …]
45 case FBT_BOOL: