/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | StructOfStructsOfStructs.cs | 36 public StructOfStructsOfStructsT UnPack() { in UnPack() 37 var _o = new StructOfStructsOfStructsT(); in UnPack() 41 public void UnPackTo(StructOfStructsOfStructsT _o) { in UnPackTo() 44 …e.Example.StructOfStructsOfStructs> Pack(FlatBufferBuilder builder, StructOfStructsOfStructsT _o) { in Pack() 63 public class StructOfStructsOfStructsT class 68 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in MyGame.Example.StructOfStructsOfStructsT
|
H A D | StructOfStructsOfStructs.go | 9 type StructOfStructsOfStructsT struct { struct 13 func (t *StructOfStructsOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { argument 17 func (rcv *StructOfStructsOfStructs) UnPackTo(t *StructOfStructsOfStructsT) { argument 21 func (rcv *StructOfStructsOfStructs) UnPack() *StructOfStructsOfStructsT { 23 t := &StructOfStructsOfStructsT{}
|
H A D | StructOfStructsOfStructs.java | 40 public StructOfStructsOfStructsT unpack() { in unpack() 41 StructOfStructsOfStructsT _o = new StructOfStructsOfStructsT(); in unpack() 45 public void unpackTo(StructOfStructsOfStructsT _o) { in unpackTo() 48 public static int pack(FlatBufferBuilder builder, StructOfStructsOfStructsT _o) { in pack()
|
H A D | StructOfStructsOfStructsT.java | 10 public class StructOfStructsOfStructsT { class 18 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in StructOfStructsOfStructsT
|
H A D | StructOfStructsOfStructs.py | 47 class StructOfStructsOfStructsT(object): class 61 x = StructOfStructsOfStructsT()
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | struct-of-structs-of-structs.ts | 46 unpack(): StructOfStructsOfStructsT { 47 return new StructOfStructsOfStructsT( 53 unpackTo(_o: StructOfStructsOfStructsT): void { 58 export class StructOfStructsOfStructsT { class
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | struct_of_structs_of_structs_generated.rs | 100 pub fn unpack(&self) -> StructOfStructsOfStructsT { in unpack() argument 101 StructOfStructsOfStructsT { in unpack() 108 pub struct StructOfStructsOfStructsT { struct 111 impl StructOfStructsOfStructsT { argument
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | struct_of_structs_of_structs_generated.rs | 113 pub fn unpack(&self) -> StructOfStructsOfStructsT { in unpack() argument 114 StructOfStructsOfStructsT { in unpack() 121 pub struct StructOfStructsOfStructsT { struct 124 impl StructOfStructsOfStructsT { implementation
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.ts | 14 export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-st…
|
H A D | monster_test.ts | 12 export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-st…
|
H A D | monster_test.js | 12 export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-st…
|
H A D | monster_test_my_game.example_generated.dart | 873 StructOfStructsOfStructsT unpack() => StructOfStructsOfStructsT( 876 static int pack(fb.Builder fbBuilder, StructOfStructsOfStructsT? object) { 882 class StructOfStructsOfStructsT implements fb.Packable { 885 StructOfStructsOfStructsT({ 896 return 'StructOfStructsOfStructsT{a: ${a}}';
|
H A D | monster_test_generated.py | 583 class StructOfStructsOfStructsT(object): class 597 x = StructOfStructsOfStructsT()
|