HomeSort by relevance Sort by last modified time
    Searched refs:FBT_BOOL (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 79 FBT_BOOL = 26,
84 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; }
87 return (t >= FBT_INT && t <= FBT_STRING) || t == FBT_BOOL;
368 bool IsBool() const { return type_ == FBT_BOOL; }
388 return (type_ == FBT_BOOL ? ReadUInt64(data_, parent_width_)
411 case FBT_BOOL: return ReadInt64(data_, parent_width_);
440 case FBT_BOOL: return ReadUInt64(data_, parent_width_);
469 case FBT_BOOL:
630 return type_ == FBT_BOOL && Mutate(data_, b, parent_width_, BIT_WIDTH_8);
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 62 milliseconds