Home
last modified time | relevance | path

Searched refs:StructOfStructsOfStructsT (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStructOfStructsOfStructs.cs36 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 DStructOfStructsOfStructs.go9 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 DStructOfStructsOfStructs.java40 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 DStructOfStructsOfStructsT.java10 public class StructOfStructsOfStructsT { class
18 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in StructOfStructsOfStructsT
H A DStructOfStructsOfStructs.py47 class StructOfStructsOfStructsT(object): class
61 x = StructOfStructsOfStructsT()
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstruct-of-structs-of-structs.ts46 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 Dstruct_of_structs_of_structs_generated.rs100 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 Dstruct_of_structs_of_structs_generated.rs113 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 Dmonster_test_generated.ts14 export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-st…
H A Dmonster_test.ts12 export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-st…
H A Dmonster_test.js12 export { StructOfStructsOfStructs, StructOfStructsOfStructsT } from './my-game/example/struct-of-st…
H A Dmonster_test_my_game.example_generated.dart873 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 Dmonster_test_generated.py583 class StructOfStructsOfStructsT(object): class
597 x = StructOfStructsOfStructsT()