Home
last modified time | relevance | path

Searched defs:AsM2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp503 MyGame::Example2::MonsterT *AsM2() { in AsM2() function
507 const MyGame::Example2::MonsterT *AsM2() const { in AsM2() function
609 MyGame::Example::MonsterT *AsM2() { in AsM2() function
613 const MyGame::Example::MonsterT *AsM2() const { in AsM2() function
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test_suffix.hpp503 MyGame::Example2::MonsterT *AsM2() { in AsM2() function
507 const MyGame::Example2::MonsterT *AsM2() const { in AsM2() function
609 MyGame::Example::MonsterT *AsM2() { in AsM2() function
613 const MyGame::Example::MonsterT *AsM2() const { in AsM2() function
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAnyUniqueAliases.cs31 public MyGame.Example2.MonsterT AsM2() { return this.As<MyGame.Example2.MonsterT>(); } in AsM2() method in MyGame.Example.AnyUniqueAliasesUnion
H A DAnyAmbiguousAliases.cs29 public MyGame.Example.MonsterT AsM2() { return this.As<MyGame.Example.MonsterT>(); } in AsM2() method in MyGame.Example.AnyAmbiguousAliasesUnion