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

  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 288 class FixedTypedVector : public Object {
290 FixedTypedVector(const uint8_t *data, uint8_t byte_width, Type element_type,
296 static FixedTypedVector EmptyFixedTypedVector() {
298 return FixedTypedVector(fixed_empty_vector, 1, FBT_INT, 0);
301 return data_ == FixedTypedVector::EmptyFixedTypedVector().data_;
549 AppendToString<FixedTypedVector>(s, AsFixedTypedVector(), keys_quoted);
587 FixedTypedVector AsFixedTypedVector() const {
591 return FixedTypedVector(Indirect(), byte_width_, vtype, len);
593 return FixedTypedVector::EmptyFixedTypedVector();
743 template<> inline FixedTypedVector Reference::As<FixedTypedVector>() const
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 179 milliseconds