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

  /external/flatbuffers/samples/
monster_generated.h 15 struct MonsterT;
21 bool operator==(const MonsterT &lhs, const MonsterT &rhs);
204 struct MonsterT : public flatbuffers::NativeTable {
214 MonsterT()
221 inline bool operator==(const MonsterT &lhs, const MonsterT &rhs) {
234 typedef MonsterT NativeTableType;
325 MonsterT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
326 void UnPackTo(MonsterT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const
    [all...]
  /external/flatbuffers/tests/
monster_test_generated.h 18 struct MonsterT;
40 struct MonsterT;
50 bool operator==(const MonsterT &lhs, const MonsterT &rhs);
61 bool operator==(const MonsterT &lhs, const MonsterT &rhs);
213 MonsterT *AsMonster() {
215 reinterpret_cast<MonsterT *>(value) : nullptr;
217 const MonsterT *AsMonster() const {
219 reinterpret_cast<const MonsterT *>(value) : nullptr
    [all...]

Completed in 359 milliseconds