Home
last modified time | relevance | path

Searched defs:StructOfStructsOfStructs (Results 1 – 12 of 12) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DStructOfStructsOfStructs.cs12 public struct StructOfStructsOfStructs : IFlatbufferObject struct
21 …public static Offset<MyGame.Example.StructOfStructsOfStructs> CreateStructOfStructsOfStructs(FlatB… in CreateStructOfStructsOfStructs()
44 …public static Offset<MyGame.Example.StructOfStructsOfStructs> Pack(FlatBufferBuilder builder, Stru… in Pack()
DStructOfStructsOfStructs.go32 type StructOfStructsOfStructs struct { struct
33 _tab flatbuffers.Struct
36 func (rcv *StructOfStructsOfStructs) Init(buf []byte, i flatbuffers.UOffsetT) {
41 func (rcv *StructOfStructsOfStructs) Table() flatbuffers.Table {
45 func (rcv *StructOfStructsOfStructs) A(obj *StructOfStructs) *StructOfStructs {
DStructOfStructsOfStructs.kt22 class StructOfStructsOfStructs : Struct() { class
DStructOfStructsOfStructs.php11 class StructOfStructsOfStructs extends Struct class
DStructOfStructsOfStructs.py9 class StructOfStructsOfStructs(object): class
DStructOfStructsOfStructs.java23 public final class StructOfStructsOfStructs extends Struct { class
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dstruct_of_structs_of_structs_generated.rs17 pub struct StructOfStructsOfStructs(pub [u8; 20]); struct
18 impl Default for StructOfStructsOfStructs { implementation
23 impl core::fmt::Debug for StructOfStructsOfStructs { implementation
31 impl flatbuffers::SimpleToVerifyInSlice for StructOfStructsOfStructs {} implementation
32 impl<'a> flatbuffers::Follow<'a> for StructOfStructsOfStructs { implementation
39 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructsOfStructs { implementation
46 impl<'b> flatbuffers::Push for StructOfStructsOfStructs { implementation
50 …let src = ::core::slice::from_raw_parts(self as *const StructOfStructsOfStructs as *const u8, <Sel… in push() constant
59 impl<'a> flatbuffers::Verifiable for StructOfStructsOfStructs { implementation
69 impl Serialize for StructOfStructsOfStructs { implementation
[all …]
/external/flatbuffers/tests/monster_test/my_game/example/
Dstruct_of_structs_of_structs_generated.rs15 pub struct StructOfStructsOfStructs(pub [u8; 20]); struct
16 impl Default for StructOfStructsOfStructs { implementation
21 impl core::fmt::Debug for StructOfStructsOfStructs { implementation
29 impl flatbuffers::SimpleToVerifyInSlice for StructOfStructsOfStructs {} implementation
30 impl<'a> flatbuffers::Follow<'a> for StructOfStructsOfStructs { implementation
37 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructsOfStructs { implementation
44 impl<'b> flatbuffers::Push for StructOfStructsOfStructs { implementation
48 …let src = ::core::slice::from_raw_parts(self as *const StructOfStructsOfStructs as *const u8, <Sel… in push() constant
57 impl<'a> flatbuffers::Verifiable for StructOfStructsOfStructs { implementation
67 impl<'a> StructOfStructsOfStructs { implementation
[all …]
/external/flatbuffers/tests/ts/my-game/example/
Dstruct-of-structs-of-structs.d.ts3 export declare class StructOfStructsOfStructs implements flatbuffers.IUnpackableObject<StructOfStru… class
Dstruct-of-structs-of-structs.ts10 export class StructOfStructsOfStructs implements flatbuffers.IUnpackableObject<StructOfStructsOfStr… class
Dstruct-of-structs-of-structs.js3 export class StructOfStructsOfStructs { class
/external/flatbuffers/tests/
Dmonster_test_generated.py595 class StructOfStructsOfStructs(object): class