/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | StructOfStructs.cs | 37 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 D | StructOfStructs.go | 9 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 D | StructOfStructsOfStructsT.java | 11 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 D | StructOfStructs.java | 43 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 D | StructOfStructsT.java | 10 public class StructOfStructsT { class 28 public StructOfStructsT() { in StructOfStructsT() method in StructOfStructsT
|
H A D | StructOfStructsOfStructs.cs | 66 public MyGame.Example.StructOfStructsT A { get; set; } 69 this.A = new MyGame.Example.StructOfStructsT(); in StructOfStructsOfStructsT()
|
H A D | StructOfStructs.py | 57 class StructOfStructsT(object): class 73 x = StructOfStructsT()
|
H A D | StructOfStructsOfStructs.go | 10 A *StructOfStructsT `json:"a"`
|
H A D | StructOfStructsOfStructs.py | 70 …self.a = MyGame.Example.StructOfStructs.StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(My…
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | struct-of-structs.ts | 54 unpack(): StructOfStructsT { 55 return new StructOfStructsT( 63 unpackTo(_o: StructOfStructsT): void { 70 export class StructOfStructsT { class
|
H A D | struct-of-structs-of-structs.ts | 5 import { StructOfStructs, StructOfStructsT } from '../../my-game/example/struct-of-structs'; 60 public a: StructOfStructsT|null = null
|
H A D | struct-of-structs.js | 44 …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 D | struct_of_structs_generated.rs | 124 pub fn unpack(&self) -> StructOfStructsT { in unpack() argument 125 StructOfStructsT { in unpack() 134 pub struct StructOfStructsT { struct 139 impl StructOfStructsT { implementation
|
H A D | struct_of_structs_of_structs_generated.rs | 109 pub a: StructOfStructsT,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | struct_of_structs_generated.rs | 139 pub fn unpack(&self) -> StructOfStructsT { in unpack() argument 140 StructOfStructsT { in unpack() 149 pub struct StructOfStructsT { struct 154 impl StructOfStructsT { argument
|
H A D | struct_of_structs_of_structs_generated.rs | 122 pub a: StructOfStructsT,
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.ts | 13 export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
|
H A D | monster_test.ts | 11 export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
|
H A D | monster_test.js | 11 export { StructOfStructs, StructOfStructsT } from './my-game/example/struct-of-structs';
|
H A D | monster_test_my_game.example_generated.dart | 767 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 D | monster_test_generated.py | 510 class StructOfStructsT(object): class 526 x = StructOfStructsT() 606 self.a = StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(StructOfStructs()))
|
/aosp_15_r20/external/flatbuffers/dart/test/ |
H A D | monster_test_my_game.example_generated.dart | 715 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}';
|