Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DStructOfStructsOfStructs.go9 type StructOfStructsOfStructsT struct { struct
10 A *StructOfStructsT `json:"a"`
13 func (t *StructOfStructsOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
19 func (rcv *StructOfStructsOfStructs) UnPackTo(t *StructOfStructsOfStructsT) {
DStructOfStructsOfStructsT.java22 public class StructOfStructsOfStructsT { class
30 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in StructOfStructsOfStructsT
DStructOfStructsOfStructs.cs63 public class StructOfStructsOfStructsT class
68 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in MyGame.Example.StructOfStructsOfStructsT
DStructOfStructsOfStructs.py47 class StructOfStructsOfStructsT(object): class
/third_party/flatbuffers/tests/monster_test/my_game/example/
Dstruct_of_structs_of_structs_generated.rs89 pub fn unpack(&self) -> StructOfStructsOfStructsT { in unpack()
97 pub struct StructOfStructsOfStructsT { struct
100 impl StructOfStructsOfStructsT { impl
/third_party/flatbuffers/tests/monster_test_serialize/my_game/example/
Dstruct_of_structs_of_structs_generated.rs102 pub fn unpack(&self) -> StructOfStructsOfStructsT { in unpack()
110 pub struct StructOfStructsOfStructsT { struct
113 impl StructOfStructsOfStructsT { impl
/third_party/flatbuffers/tests/ts/my-game/example/
Dstruct-of-structs-of-structs.d.ts14 export declare class StructOfStructsOfStructsT implements flatbuffers.IGeneratedObject { class
Dstruct-of-structs-of-structs.ts60 export class StructOfStructsOfStructsT implements flatbuffers.IGeneratedObject { class
Dstruct-of-structs-of-structs.js44 export class StructOfStructsOfStructsT { class
/third_party/flatbuffers/tests/
Dmonster_test_generated.py632 class StructOfStructsOfStructsT(object): class