Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp495 MyGame::Example::TestSimpleTableWithEnumT *AsTS() { in AsTS() function
499 const MyGame::Example::TestSimpleTableWithEnumT *AsTS() const { in AsTS() function
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test_suffix.hpp495 MyGame::Example::TestSimpleTableWithEnumT *AsTS() { in AsTS() function
499 const MyGame::Example::TestSimpleTableWithEnumT *AsTS() const { in AsTS() function
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAnyUniqueAliases.cs29 …internal MyGame.Example.TestSimpleTableWithEnumT AsTS() { return this.As<MyGame.Example.TestSimple… in AsTS() method in MyGame.Example.AnyUniqueAliasesUnion