Home
last modified time | relevance | path

Searched defs:StructOfStructs (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStructOfStructs.cs12 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 DStructOfStructs.go32 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 DStructOfStructs.kt10 class StructOfStructs : Struct() { class
H A DStructOfStructs.php11 class StructOfStructs extends Struct class
H A DStructOfStructs.py9 class StructOfStructs(object): class
H A DStructOfStructs.java11 public final class StructOfStructs extends Struct { class
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dstruct_of_structs_generated.rs17 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 Dstruct_of_structs_of_structs_generated.rs93 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 Dstruct_of_structs_generated.rs15 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 Dstruct_of_structs_of_structs_generated.rs80 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 Dstruct-of-structs.ts9 export class StructOfStructs { class
H A Dstruct-of-structs.js4 export class StructOfStructs { class
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py464 class StructOfStructs(object): class