/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A 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()
|
H A D | StructOfStructs.go | 32 type StructOfStructs struct { struct 33 _tab flatbuffers.Struct 36 func (rcv *StructOfStructs) Init(buf []byte, i flatbuffers.UOffsetT) { 41 func (rcv *StructOfStructs) Table() flatbuffers.Table { 45 func (rcv *StructOfStructs) A(obj *Ability) *Ability { 52 func (rcv *StructOfStructs) B(obj *Test) *Test { 59 func (rcv *StructOfStructs) C(obj *Ability) *Ability {
|
H A D | StructOfStructs.kt | 10 class StructOfStructs : Struct() { class
|
H A D | StructOfStructs.php | 11 class StructOfStructs extends Struct class
|
H A D | StructOfStructs.py | 9 class StructOfStructs(object): class
|
H A D | StructOfStructs.java | 11 public final class StructOfStructs extends Struct { class
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A 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 flatbuffers::SafeSliceAccess for StructOfStructs {} implementation 35 impl<'a> flatbuffers::Follow<'a> for StructOfStructs { implementation 42 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructs { implementation 49 impl<'b> flatbuffers::Push for StructOfStructs { implementation 54 ::core::slice::from_raw_parts(self as *const StructOfStructs as *const u8, Self::size()) in push() constant 59 impl<'b> flatbuffers::Push for &'b StructOfStructs { implementation [all …]
|
H A D | struct_of_structs_of_structs_generated.rs | 93 a: &StructOfStructs, in new() 104 pub fn a(&self) -> &StructOfStructs { in a() 105 unsafe { &*(self.0[0..].as_ptr() as *const StructOfStructs) } in a() constant 109 pub fn set_a(&mut self, x: &StructOfStructs) { in set_a()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A 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 flatbuffers::SafeSliceAccess for StructOfStructs {} implementation 33 impl<'a> flatbuffers::Follow<'a> for StructOfStructs { implementation 40 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructs { implementation 47 impl<'b> flatbuffers::Push for StructOfStructs { implementation 52 ::core::slice::from_raw_parts(self as *const StructOfStructs as *const u8, Self::size()) in push() constant 57 impl<'b> flatbuffers::Push for &'b StructOfStructs { implementation [all …]
|
H A D | struct_of_structs_of_structs_generated.rs | 80 a: &StructOfStructs, in new() 91 pub fn a(&self) -> &StructOfStructs { in a() 92 unsafe { &*(self.0[0..].as_ptr() as *const StructOfStructs) } in a() constant 96 pub fn set_a(&mut self, x: &StructOfStructs) { in set_a()
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | struct-of-structs.ts | 9 export class StructOfStructs { class
|
H A D | struct-of-structs.js | 4 export class StructOfStructs { class
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.py | 464 class StructOfStructs(object): class
|