Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DAnyAmbiguousAliases.cs28 public MyGame.Example.MonsterT AsM2() { return this.As<MyGame.Example.MonsterT>(); } in AsM2() method in MyGame.Example.AnyAmbiguousAliasesUnion
35 case AnyAmbiguousAliases.M2: return MyGame.Example.Monster.Pack(builder, _o.AsM2()).Value; in Pack()
DAnyUniqueAliases.cs29 public MyGame.Example2.MonsterT AsM2() { return this.As<MyGame.Example2.MonsterT>(); } in AsM2() method in MyGame.Example.AnyUniqueAliasesUnion
36 case AnyUniqueAliases.M2: return MyGame.Example2.Monster.Pack(builder, _o.AsM2()).Value; in Pack()
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h372 MyGame::Example2::MonsterT *AsM2() {
376 const MyGame::Example2::MonsterT *AsM2() const {
449 MyGame::Example::MonsterT *AsM2() {
453 const MyGame::Example::MonsterT *AsM2() const {
/external/flatbuffers/tests/
Dmonster_test_generated.h429 MyGame::Example2::MonsterT *AsM2() {
433 const MyGame::Example2::MonsterT *AsM2() const {
535 MyGame::Example::MonsterT *AsM2() {
539 const MyGame::Example::MonsterT *AsM2() const {