Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
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()
DTestSimpleTableWithEnum.go35 type TestSimpleTableWithEnum struct { struct
36 _tab flatbuffers.Table
61 func (rcv *TestSimpleTableWithEnum) Init(buf []byte, i flatbuffers.UOffsetT) {
66 func (rcv *TestSimpleTableWithEnum) Table() flatbuffers.Table {
70 func (rcv *TestSimpleTableWithEnum) Color() Color {
78 func (rcv *TestSimpleTableWithEnum) MutateColor(n Color) bool {
DAny.py8 TestSimpleTableWithEnum = 2 variable in Any
DAny.php10 const TestSimpleTableWithEnum = 2; define in MyGame\\Example\\Any
DAny.java10 public static final byte TestSimpleTableWithEnum = 2; field in Any
DTestSimpleTableWithEnum.kt22 class TestSimpleTableWithEnum : Table() { class
DAny.kt10 const val TestSimpleTableWithEnum: UByte = 2u constant
DTestSimpleTableWithEnum.php11 class TestSimpleTableWithEnum extends Table class
DAny.cs13 TestSimpleTableWithEnum = 2, enumerator
DTestSimpleTableWithEnum.java23 final class TestSimpleTableWithEnum extends Table { class
DTestSimpleTableWithEnum.py9 class TestSimpleTableWithEnum(object): class
/third_party/flatbuffers/tests/monster_test_serialize/my_game/example/
Dtest_simple_table_with_enum_generated.rs17 pub struct TestSimpleTableWithEnum<'a> { struct
21 impl<'a> flatbuffers::Follow<'a> for TestSimpleTableWithEnum<'a> { implementation
29 impl<'a> TestSimpleTableWithEnum<'a> { implementation
66 impl flatbuffers::Verifiable for TestSimpleTableWithEnum<'_> { implementation
90 impl Serialize for TestSimpleTableWithEnum<'_> { implementation
125 impl core::fmt::Debug for TestSimpleTableWithEnum<'_> { implementation
Dany_generated.rs34 pub const TestSimpleTableWithEnum: Self = Self(2); constant
124 TestSimpleTableWithEnum(Box<TestSimpleTableWithEnumT>), enumerator
/third_party/flatbuffers/tests/monster_test/my_game/example/
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> { impl
64 impl flatbuffers::Verifiable for TestSimpleTableWithEnum<'_> { implementation
112 impl core::fmt::Debug for TestSimpleTableWithEnum<'_> { implementation
Dany_generated.rs32 pub const TestSimpleTableWithEnum: Self = Self(2); constant
113 TestSimpleTableWithEnum(Box<TestSimpleTableWithEnumT>), enumerator
/third_party/flatbuffers/tests/ts/my-game/example/
Dtest-simple-table-with-enum.d.ts3 export declare class TestSimpleTableWithEnum implements flatbuffers.IUnpackableObject<TestSimpleTab… class
Dtest-simple-table-with-enum.ts10 export class TestSimpleTableWithEnum implements flatbuffers.IUnpackableObject<TestSimpleTableWithEn… class
Dany.d.ts7 TestSimpleTableWithEnum = 2, enumerator
Dany.ts13 TestSimpleTableWithEnum = 2, enumerator
Dtest-simple-table-with-enum.js5 export class TestSimpleTableWithEnum { class
/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/
DAny.py8 TestSimpleTableWithEnum = 2 variable in Any
DTestSimpleTableWithEnum.py10 class TestSimpleTableWithEnum(object): class
/third_party/flatbuffers/tests/
Dmonster_test_generated.py35 TestSimpleTableWithEnum = 2 variable in Any
279 class TestSimpleTableWithEnum(object): class