Home
last modified time | relevance | path

Searched defs:AsM3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp617 MyGame::Example::MonsterT *AsM3() { in AsM3() function
621 const MyGame::Example::MonsterT *AsM3() const { in AsM3() function
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test_suffix.hpp617 MyGame::Example::MonsterT *AsM3() { in AsM3() function
621 const MyGame::Example::MonsterT *AsM3() const { in AsM3() function
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAnyAmbiguousAliases.cs31 public MyGame.Example.MonsterT AsM3() { return this.As<MyGame.Example.MonsterT>(); } in AsM3() method in MyGame.Example.AnyAmbiguousAliasesUnion