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

  /external/flatbuffers/include/flatbuffers/
reflection.h 132 inline const Struct *GetFieldStruct(const Table &table,
141 inline const Struct *GetFieldStruct(const Struct &structure,
  /external/flatbuffers/tests/
test.cpp 743 auto pos_struct = flatbuffers::GetFieldStruct(root, *pos_field_ptr);
750 auto test3_struct = flatbuffers::GetFieldStruct(*pos_struct, *test3_field);
    [all...]

Completed in 61 milliseconds