Home
last modified time | relevance | path

Searched refs:TestSimpleTableWithEnumT (Results 1 – 17 of 17) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.cs38 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
DTestSimpleTableWithEnum.go9 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{}
DAnyUniqueAliases.cs28 …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()
DAny.cs28 …ternal MyGame.Example.TestSimpleTableWithEnumT AsTestSimpleTableWithEnum() { return this.As<MyGame… in AsTestSimpleTableWithEnum()
77 …TableWithEnum: _o.Value = serializer.Deserialize<MyGame.Example.TestSimpleTableWithEnumT>(reader);… in ReadJson()
DTestSimpleTableWithEnum.py51 class TestSimpleTableWithEnumT(object): class
65 x = TestSimpleTableWithEnumT()
DAny.py21 …return MyGame.Example.TestSimpleTableWithEnum.TestSimpleTableWithEnumT.InitFromBuf(table.Bytes, ta…
DAnyUniqueAliases.py21 …return MyGame.Example.TestSimpleTableWithEnum.TestSimpleTableWithEnumT.InitFromBuf(table.Bytes, ta…
DAny.go56 return t.Value.(*TestSimpleTableWithEnumT).Pack(builder)
DAnyUniqueAliases.go56 return t.Value.(*TestSimpleTableWithEnumT).Pack(builder)
/third_party/flatbuffers/tests/my-game/example/
Dtest-simple-table-with-enum.ts73 unpack(): TestSimpleTableWithEnumT {
74 return new TestSimpleTableWithEnumT(
80 unpackTo(_o: TestSimpleTableWithEnumT): void {
85 export class TestSimpleTableWithEnumT { class
Dtest-simple-table-with-enum.js58 return new TestSimpleTableWithEnumT(this.color());
64 export class TestSimpleTableWithEnumT { class
Dany-unique-aliases.ts5 import { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from '../../my-game/example/test-simpl…
Dany.ts5 import { TestSimpleTableWithEnum, TestSimpleTableWithEnumT } from '../../my-game/example/test-simpl…
Dmonster.ts15 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/
Dmonster_test_generated.h30 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 …]
Dmonster_test_generated.rs512 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/
Dmonster_test_generated.h30 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 …]