Home
last modified time | relevance | path

Searched refs:StructOfStructsT (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStructOfStructs.cs37 public StructOfStructsT UnPack() { in UnPack()
38 var _o = new StructOfStructsT(); in UnPack()
42 public void UnPackTo(StructOfStructsT _o) { in UnPackTo()
47 …tatic Offset<MyGame.Example.StructOfStructs> Pack(FlatBufferBuilder builder, StructOfStructsT _o) { in Pack()
66 public class StructOfStructsT class
75 public StructOfStructsT() { in StructOfStructsT() method in MyGame.Example.StructOfStructsT
H A DStructOfStructs.go9 type StructOfStructsT struct { struct
15 func (t *StructOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { argument
19 func (rcv *StructOfStructs) UnPackTo(t *StructOfStructsT) { argument
25 func (rcv *StructOfStructs) UnPack() *StructOfStructsT {
27 t := &StructOfStructsT{}
H A DStructOfStructsOfStructsT.java11 private MyGame.Example.StructOfStructsT a;
13 public MyGame.Example.StructOfStructsT getA() { return a; } in getA()
15 public void setA(MyGame.Example.StructOfStructsT a) { this.a = a; } in setA()
19 this.a = new MyGame.Example.StructOfStructsT(); in StructOfStructsOfStructsT()
H A DStructOfStructs.java43 public StructOfStructsT unpack() { in unpack()
44 StructOfStructsT _o = new StructOfStructsT(); in unpack()
48 public void unpackTo(StructOfStructsT _o) { in unpackTo()
53 public static int pack(FlatBufferBuilder builder, StructOfStructsT _o) { in pack()
H A DStructOfStructsT.java10 public class StructOfStructsT { class
28 public StructOfStructsT() { in StructOfStructsT() method in StructOfStructsT
H A DStructOfStructsOfStructs.cs66 public MyGame.Example.StructOfStructsT A { get; set; }
69 this.A = new MyGame.Example.StructOfStructsT(); in StructOfStructsOfStructsT()
H A DStructOfStructs.py57 class StructOfStructsT(object): class
73 x = StructOfStructsT()
H A DStructOfStructsOfStructs.go10 A *StructOfStructsT `json:"a"`
H A DStructOfStructsOfStructs.py70 …self.a = MyGame.Example.StructOfStructs.StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(My…
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstruct-of-structs.ts54 unpack(): StructOfStructsT {
55 return new StructOfStructsT(
63 unpackTo(_o: StructOfStructsT): void {
70 export class StructOfStructsT { class
H A Dstruct-of-structs-of-structs.ts5 import { StructOfStructs, StructOfStructsT } from '../../my-game/example/struct-of-structs';
60 public a: StructOfStructsT|null = null
H A Dstruct-of-structs.js44 …return new StructOfStructsT((this.a() !== null ? this.a().unpack() : null), (this.b() !== null ? t…
52 export class StructOfStructsT { class
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dstruct_of_structs_generated.rs124 pub fn unpack(&self) -> StructOfStructsT { in unpack() argument
125 StructOfStructsT { in unpack()
134 pub struct StructOfStructsT { struct
139 impl StructOfStructsT { implementation
H A Dstruct_of_structs_of_structs_generated.rs109 pub a: StructOfStructsT,
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dstruct_of_structs_generated.rs139 pub fn unpack(&self) -> StructOfStructsT { in unpack() argument
140 StructOfStructsT { in unpack()
149 pub struct StructOfStructsT { struct
154 impl StructOfStructsT { argument
H A Dstruct_of_structs_of_structs_generated.rs122 pub a: StructOfStructsT,
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.ts13 export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
H A Dmonster_test.ts11 export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
H A Dmonster_test.js11 export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
H A Dmonster_test_my_game.example_generated.dart767 StructOfStructsT unpack() => StructOfStructsT(
772 static int pack(fb.Builder fbBuilder, StructOfStructsT? object) {
778 class StructOfStructsT implements fb.Packable {
783 StructOfStructsT({
798 return 'StructOfStructsT{a: ${a}, b: ${b}, c: ${c}}';
883 StructOfStructsT a;
H A Dmonster_test_generated.py510 class StructOfStructsT(object): class
526 x = StructOfStructsT()
606 self.a = StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(StructOfStructs()))
/aosp_15_r20/external/flatbuffers/dart/test/
H A Dmonster_test_my_game.example_generated.dart715 StructOfStructsT unpack() => StructOfStructsT(
720 static int pack(fb.Builder fbBuilder, StructOfStructsT? object) {
726 class StructOfStructsT implements fb.Packable {
731 StructOfStructsT({
746 return 'StructOfStructsT{a: $a, b: $b, c: $c}';