Home
last modified time | relevance | path

Searched defs:StructOfStructsT (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStructOfStructs.go9 type StructOfStructsT struct { struct
10 A *AbilityT `json:"a"`
11 B *TestT `json:"b"`
12 C *AbilityT `json:"c"`
15 func (t *StructOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
19 func (rcv *StructOfStructs) UnPackTo(t *StructOfStructsT) {
H A DStructOfStructsT.java10 public class StructOfStructsT { class
28 public StructOfStructsT() { in StructOfStructsT() method in StructOfStructsT
H A DStructOfStructs.cs66 public class StructOfStructsT class
75 public StructOfStructsT() { in StructOfStructsT() method in MyGame.Example.StructOfStructsT
H A DStructOfStructs.py57 class StructOfStructsT(object): 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()
134 pub struct StructOfStructsT { struct
139 impl StructOfStructsT { impl
/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()
149 pub struct StructOfStructsT { struct
154 impl StructOfStructsT { argument
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstruct-of-structs.ts70 export class StructOfStructsT { class
H A Dstruct-of-structs.js52 export class StructOfStructsT { class
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py510 class StructOfStructsT(object): class