Home
last modified time | relevance | path

Searched defs:TestSimpleTableWithEnum (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.cs12 internal partial struct TestSimpleTableWithEnum : IFlatbufferObject struct
25 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> CreateTestSimpleTableWithEnum(FlatBuf… in CreateTestSimpleTableWithEnum()
34 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> EndTestSimpleTableWithEnum(FlatBuffer… in EndTestSimpleTableWithEnum()
46 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> Pack(FlatBufferBuilder builder, TestS… in Pack()
H A DTestSimpleTableWithEnum.go31 type TestSimpleTableWithEnum struct { struct
32 _tab flatbuffers.Table
49 func (rcv *TestSimpleTableWithEnum) Init(buf []byte, i flatbuffers.UOffsetT) {
54 func (rcv *TestSimpleTableWithEnum) Table() flatbuffers.Table {
58 func (rcv *TestSimpleTableWithEnum) Color() Color {
66 func (rcv *TestSimpleTableWithEnum) MutateColor(n Color) bool {
H A DTestSimpleTableWithEnum.kt10 class TestSimpleTableWithEnum : Table() { class
H A DAny.py8 TestSimpleTableWithEnum = 2 variable in Any
H A DAny.php10 const TestSimpleTableWithEnum = 2; define in MyGame\\Example\\Any
H A DAny.java10 public static final byte TestSimpleTableWithEnum = 2; field in Any
H A DAny.kt10 const val TestSimpleTableWithEnum: UByte = 2u constant
H A DTestSimpleTableWithEnum.php11 class TestSimpleTableWithEnum extends Table class
H A DAny.cs13 TestSimpleTableWithEnum = 2, enumerator
H A DTestSimpleTableWithEnum.java11 final class TestSimpleTableWithEnum extends Table { class
H A DTestSimpleTableWithEnum.py9 class TestSimpleTableWithEnum(object): class
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dtest_simple_table_with_enum_generated.rs17 pub struct TestSimpleTableWithEnum<'a> { struct
21 impl<'a> flatbuffers::Follow<'a> for TestSimpleTableWithEnum<'a> { argument
29 impl<'a> TestSimpleTableWithEnum<'a> { implementation
63 impl flatbuffers::Verifiable for TestSimpleTableWithEnum<'_> { implementation
87 impl Serialize for TestSimpleTableWithEnum<'_> { implementation
122 impl core::fmt::Debug for TestSimpleTableWithEnum<'_> { implementation
H A Dany_generated.rs34 pub const TestSimpleTableWithEnum: Self = Self(2); constant
126 TestSimpleTableWithEnum(Box<TestSimpleTableWithEnumT>), enumerator
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dtest_simple_table_with_enum_generated.rs15 pub struct TestSimpleTableWithEnum<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for TestSimpleTableWithEnum<'a> { implementation
27 impl<'a> TestSimpleTableWithEnum<'a> { implementation
61 impl flatbuffers::Verifiable for TestSimpleTableWithEnum<'_> { implementation
109 impl core::fmt::Debug for TestSimpleTableWithEnum<'_> { implementation
H A Dany_generated.rs32 pub const TestSimpleTableWithEnum: Self = Self(2); constant
115 TestSimpleTableWithEnum(Box<TestSimpleTableWithEnumT>), enumerator
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dany.ts11 TestSimpleTableWithEnum = 2, enumerator
H A Dtest-simple-table-with-enum.ts8 export class TestSimpleTableWithEnum { class
H A Dtest-simple-table-with-enum.js4 export class TestSimpleTableWithEnum { class
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h205 TestSimpleTableWithEnum = 2, enumerator
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py35 TestSimpleTableWithEnum = 2 variable in Any
256 class TestSimpleTableWithEnum(object): class
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts43 TestSimpleTableWithEnum = 2, enumerator