Home
last modified time | relevance | path

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

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