/third_party/flatbuffers/tests/MyGame/Example/ |
D | TestSimpleTableWithEnum.cs | 38 public TestSimpleTableWithEnumT UnPack() { in UnPack() 39 var _o = new TestSimpleTableWithEnumT(); in UnPack() 43 public void UnPackTo(TestSimpleTableWithEnumT _o) { in UnPackTo() 46 …ame.Example.TestSimpleTableWithEnum> Pack(FlatBufferBuilder builder, TestSimpleTableWithEnumT _o) { in Pack() 54 internal partial class TestSimpleTableWithEnumT class 59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
|
D | TestSimpleTableWithEnum.go | 9 type TestSimpleTableWithEnumT struct { struct 13 func (t *TestSimpleTableWithEnumT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { argument 20 func (rcv *TestSimpleTableWithEnum) UnPackTo(t *TestSimpleTableWithEnumT) { argument 24 func (rcv *TestSimpleTableWithEnum) UnPack() *TestSimpleTableWithEnumT { 26 t := &TestSimpleTableWithEnumT{}
|
D | AnyUniqueAliases.cs | 28 …internal MyGame.Example.TestSimpleTableWithEnumT AsTS() { return this.As<MyGame.Example.TestSimple… in AsTS() 77 …queAliases.TS: _o.Value = serializer.Deserialize<MyGame.Example.TestSimpleTableWithEnumT>(reader);… in ReadJson()
|
D | Any.cs | 28 …ternal MyGame.Example.TestSimpleTableWithEnumT AsTestSimpleTableWithEnum() { return this.As<MyGame… in AsTestSimpleTableWithEnum() 77 …TableWithEnum: _o.Value = serializer.Deserialize<MyGame.Example.TestSimpleTableWithEnumT>(reader);… in ReadJson()
|
D | TestSimpleTableWithEnum.py | 51 class TestSimpleTableWithEnumT(object): class 65 x = TestSimpleTableWithEnumT()
|
D | Any.py | 21 …return MyGame.Example.TestSimpleTableWithEnum.TestSimpleTableWithEnumT.InitFromBuf(table.Bytes, ta…
|
D | AnyUniqueAliases.py | 21 …return MyGame.Example.TestSimpleTableWithEnum.TestSimpleTableWithEnumT.InitFromBuf(table.Bytes, ta…
|
D | Any.go | 56 return t.Value.(*TestSimpleTableWithEnumT).Pack(builder)
|
D | AnyUniqueAliases.go | 56 return t.Value.(*TestSimpleTableWithEnumT).Pack(builder)
|
/third_party/flatbuffers/tests/my-game/example/ |
D | test-simple-table-with-enum.ts | 73 unpack(): TestSimpleTableWithEnumT { 74 return new TestSimpleTableWithEnumT( 80 unpackTo(_o: TestSimpleTableWithEnumT): void { 85 export class TestSimpleTableWithEnumT { class
|
D | test-simple-table-with-enum.js | 58 return new TestSimpleTableWithEnumT(this.color()); 64 export class TestSimpleTableWithEnumT { class
|
D | any-unique-aliases.ts | 5 import { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from '../../my-game/example/test-simpl…
|
D | any.ts | 5 import { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from '../../my-game/example/test-simpl…
|
D | monster.ts | 15 import { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from '../../my-game/example/test-simpl… 1244 public test: MonsterT|MyGameExample2MonsterT|TestSimpleTableWithEnumT|null = null, 1280 public anyUnique: MonsterT|MyGameExample2MonsterT|TestSimpleTableWithEnumT|null = null,
|
/third_party/flatbuffers/tests/ |
D | monster_test_generated.h | 30 struct TestSimpleTableWithEnumT; 68 bool operator==(const TestSimpleTableWithEnumT &lhs, const TestSimpleTableWithEnumT &rhs); 69 bool operator!=(const TestSimpleTableWithEnumT &lhs, const TestSimpleTableWithEnumT &rhs); 285 MyGame::Example::TestSimpleTableWithEnumT *AsTestSimpleTableWithEnum() { 287 reinterpret_cast<MyGame::Example::TestSimpleTableWithEnumT *>(value) : nullptr; 289 const MyGame::Example::TestSimpleTableWithEnumT *AsTestSimpleTableWithEnum() const { 291 reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnumT *>(value) : nullptr; 315 return *(reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnumT *>(lhs.value)) == 316 *(reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnumT *>(rhs.value)); 427 MyGame::Example::TestSimpleTableWithEnumT *AsTS() { [all …]
|
D | monster_test_generated.rs | 512 TestSimpleTableWithEnum(Box<TestSimpleTableWithEnumT>), 559 pub fn take_test_simple_table_with_enum(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_test_simple_table_with_enum() argument 572 pub fn as_test_simple_table_with_enum(&self) -> Option<&TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum() argument 576 pub fn as_test_simple_table_with_enum_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum_mut() argument 703 TS(Box<TestSimpleTableWithEnumT>), 750 pub fn take_ts(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_ts() argument 763 pub fn as_ts(&self) -> Option<&TestSimpleTableWithEnumT> { in as_ts() argument 767 pub fn as_ts_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_ts_mut() argument 1707 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack() argument 1709 TestSimpleTableWithEnumT { in unpack() [all …]
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 30 struct TestSimpleTableWithEnumT; 255 MyGame::Example::TestSimpleTableWithEnumT *AsTestSimpleTableWithEnum() { 257 reinterpret_cast<MyGame::Example::TestSimpleTableWithEnumT *>(value) : nullptr; 259 const MyGame::Example::TestSimpleTableWithEnumT *AsTestSimpleTableWithEnum() const { 261 reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnumT *>(value) : nullptr; 368 MyGame::Example::TestSimpleTableWithEnumT *AsTS() { 370 reinterpret_cast<MyGame::Example::TestSimpleTableWithEnumT *>(value) : nullptr; 372 const MyGame::Example::TestSimpleTableWithEnumT *AsTS() const { 374 reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnumT *>(value) : nullptr; 875 struct TestSimpleTableWithEnumT : public flatbuffers::NativeTable { [all …]
|