| /external/flatbuffers/tests/MyGame/Example/ |
| D | StructOfStructsOfStructs.cs | 12 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()
|
| D | StructOfStructsOfStructs.go | 32 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 {
|
| D | StructOfStructsOfStructs.kt | 22 class StructOfStructsOfStructs : Struct() { class
|
| D | StructOfStructsOfStructs.php | 11 class StructOfStructsOfStructs extends Struct class
|
| D | StructOfStructsOfStructs.py | 9 class StructOfStructsOfStructs(object): class
|
| D | StructOfStructsOfStructs.java | 23 public final class StructOfStructsOfStructs extends Struct { class
|
| /external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
| D | struct_of_structs_of_structs_generated.rs | 17 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/ |
| D | struct_of_structs_of_structs_generated.rs | 15 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 { impl [all …]
|
| /external/flatbuffers/tests/ts/my-game/example/ |
| D | struct-of-structs-of-structs.d.ts | 3 export declare class StructOfStructsOfStructs implements flatbuffers.IUnpackableObject<StructOfStru… class
|
| D | struct-of-structs-of-structs.ts | 10 export class StructOfStructsOfStructs implements flatbuffers.IUnpackableObject<StructOfStructsOfStr… class
|
| D | struct-of-structs-of-structs.js | 3 export class StructOfStructsOfStructs { class
|
| /external/flatbuffers/tests/ |
| D | monster_test_generated.py | 595 class StructOfStructsOfStructs(object): class
|