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

  /external/flatbuffers/tests/namespace_test/
namespace_test2_generated.h 63 return GetStruct<const NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT);
66 return GetStruct<NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT);
  /external/flatbuffers/src/
idl_gen_text.cpp 182 val = reinterpret_cast<const Struct *>(table)->GetStruct<const void *>(
195 ? table->GetStruct<const void *>(fd.value.offset)
reflection.cpp 364 fbb.PushBytes(table.GetStruct<const uint8_t *>(fielddef.offset()), size);
  /external/flatbuffers/include/flatbuffers/
reflection.h 137 return table.GetStruct<const Struct *>(field.offset());
144 return structure.GetStruct<const Struct *>(field.offset());
flatbuffers.h     [all...]
  /external/flatbuffers/samples/
monster_generated.h 250 return GetStruct<const Vec3 *>(VT_POS);
253 return GetStruct<Vec3 *>(VT_POS);
  /external/flatbuffers/tests/
monster_test_generated.h     [all...]

Completed in 355 milliseconds