Home
last modified time | relevance | path

Searched defs:StructOfStructsOfStructsT (Results 1 – 8 of 8) sorted by relevance

/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()
108 pub struct StructOfStructsOfStructsT { struct
111 impl StructOfStructsOfStructsT { impl
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStructOfStructsOfStructs.go9 type StructOfStructsOfStructsT struct { struct
10 A *StructOfStructsT `json:"a"`
13 func (t *StructOfStructsOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
17 func (rcv *StructOfStructsOfStructs) UnPackTo(t *StructOfStructsOfStructsT) {
H A DStructOfStructsOfStructsT.java10 public class StructOfStructsOfStructsT { class
18 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in StructOfStructsOfStructsT
H A DStructOfStructsOfStructs.cs63 public class StructOfStructsOfStructsT class
68 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in MyGame.Example.StructOfStructsOfStructsT
H A DStructOfStructsOfStructs.py47 class StructOfStructsOfStructsT(object): class
/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()
121 pub struct StructOfStructsOfStructsT { struct
124 impl StructOfStructsOfStructsT { impl
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstruct-of-structs-of-structs.ts58 export class StructOfStructsOfStructsT { class
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py583 class StructOfStructsOfStructsT(object): class