| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | StructOfStructs.cs | 12 public struct StructOfStructs : IFlatbufferObject struct 23 …public static Offset<MyGame.Example.StructOfStructs> CreateStructOfStructs(FlatBufferBuilder build… in CreateStructOfStructs() 47 …public static Offset<MyGame.Example.StructOfStructs> Pack(FlatBufferBuilder builder, StructOfStruc… in Pack()
|
| D | StructOfStructs.go | 36 type StructOfStructs struct { struct 37 _tab flatbuffers.Struct 40 func (rcv *StructOfStructs) Init(buf []byte, i flatbuffers.UOffsetT) { 45 func (rcv *StructOfStructs) Table() flatbuffers.Table { 49 func (rcv *StructOfStructs) A(obj *Ability) *Ability { 56 func (rcv *StructOfStructs) B(obj *Test) *Test { 63 func (rcv *StructOfStructs) C(obj *Ability) *Ability {
|
| D | StructOfStructs.kt | 22 class StructOfStructs : Struct() { class
|
| D | StructOfStructs.php | 11 class StructOfStructs extends Struct class
|
| D | StructOfStructs.py | 9 class StructOfStructs(object): class
|
| D | StructOfStructs.java | 23 public final class StructOfStructs extends Struct { class
|
| /third_party/flatbuffers/tests/monster_test_serialize/my_game/example/ |
| D | struct_of_structs_generated.rs | 17 pub struct StructOfStructs(pub [u8; 20]); struct 18 impl Default for StructOfStructs { implementation 23 impl core::fmt::Debug for StructOfStructs { implementation 33 impl flatbuffers::SimpleToVerifyInSlice for StructOfStructs {} implementation 34 impl<'a> flatbuffers::Follow<'a> for StructOfStructs { implementation 41 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructs { implementation 48 impl<'b> flatbuffers::Push for StructOfStructs { implementation 52 …let src = ::core::slice::from_raw_parts(self as *const StructOfStructs as *const u8, Self::size()); in push() constant 57 impl<'a> flatbuffers::Verifiable for StructOfStructs { implementation 67 impl Serialize for StructOfStructs { implementation [all …]
|
| D | struct_of_structs_of_structs_generated.rs | 79 a: &StructOfStructs, in new() 90 pub fn a(&self) -> &StructOfStructs { in a() 94 unsafe { &*(self.0[0..].as_ptr() as *const StructOfStructs) } in a() constant 98 pub fn set_a(&mut self, x: &StructOfStructs) { in set_a()
|
| /third_party/flatbuffers/tests/monster_test/my_game/example/ |
| D | struct_of_structs_generated.rs | 15 pub struct StructOfStructs(pub [u8; 20]); struct 16 impl Default for StructOfStructs { implementation 21 impl core::fmt::Debug for StructOfStructs { implementation 31 impl flatbuffers::SimpleToVerifyInSlice for StructOfStructs {} implementation 32 impl<'a> flatbuffers::Follow<'a> for StructOfStructs { implementation 39 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructs { implementation 46 impl<'b> flatbuffers::Push for StructOfStructs { implementation 50 …let src = ::core::slice::from_raw_parts(self as *const StructOfStructs as *const u8, Self::size()); in push() constant 55 impl<'a> flatbuffers::Verifiable for StructOfStructs { implementation 65 impl<'a> StructOfStructs { impl [all …]
|
| D | struct_of_structs_of_structs_generated.rs | 66 a: &StructOfStructs, in new() 77 pub fn a(&self) -> &StructOfStructs { in a() 81 unsafe { &*(self.0[0..].as_ptr() as *const StructOfStructs) } in a() constant 85 pub fn set_a(&mut self, x: &StructOfStructs) { in set_a()
|
| /third_party/flatbuffers/tests/ts/my-game/example/ |
| D | struct-of-structs.ts | 11 export class StructOfStructs implements flatbuffers.IUnpackableObject<StructOfStructsT> { class
|
| D | struct-of-structs.d.ts | 4 export declare class StructOfStructs implements flatbuffers.IUnpackableObject<StructOfStructsT> { class
|
| D | struct-of-structs.js | 4 export class StructOfStructs { class
|
| /third_party/flatbuffers/tests/ |
| D | monster_test_generated.py | 508 class StructOfStructs(object): class
|