Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A 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 flatbuffers::SafeSliceAccess for StructOfStructsOfStructs {} implementation
33 impl<'a> flatbuffers::Follow<'a> for StructOfStructsOfStructs { implementation
40 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructsOfStructs { implementation
47 impl<'b> flatbuffers::Push for StructOfStructsOfStructs { implementation
52 … ::core::slice::from_raw_parts(self as *const StructOfStructsOfStructs as *const u8, Self::size()) in push() constant
57 impl<'b> flatbuffers::Push for &'b StructOfStructsOfStructs { implementation
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A 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 flatbuffers::SafeSliceAccess for StructOfStructsOfStructs {} implementation
31 impl<'a> flatbuffers::Follow<'a> for StructOfStructsOfStructs { implementation
38 impl<'a> flatbuffers::Follow<'a> for &'a StructOfStructsOfStructs { implementation
45 impl<'b> flatbuffers::Push for StructOfStructsOfStructs { implementation
50 … ::core::slice::from_raw_parts(self as *const StructOfStructsOfStructs as *const u8, Self::size()) in push() constant
55 impl<'b> flatbuffers::Push for &'b StructOfStructsOfStructs { implementation
[all …]
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A 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()
H A DStructOfStructsOfStructs.go28 type StructOfStructsOfStructs struct { struct
29 _tab flatbuffers.Struct
32 func (rcv *StructOfStructsOfStructs) Init(buf []byte, i flatbuffers.UOffsetT) {
37 func (rcv *StructOfStructsOfStructs) Table() flatbuffers.Table {
41 func (rcv *StructOfStructsOfStructs) A(obj *StructOfStructs) *StructOfStructs {
H A DStructOfStructsOfStructs.kt10 class StructOfStructsOfStructs : Struct() { class
H A DStructOfStructsOfStructs.php11 class StructOfStructsOfStructs extends Struct class
H A DStructOfStructsOfStructs.py9 class StructOfStructsOfStructs(object): class
H A DStructOfStructsOfStructs.java11 public final class StructOfStructsOfStructs extends Struct { class
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstruct-of-structs-of-structs.ts8 export class StructOfStructsOfStructs { class
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py546 class StructOfStructsOfStructs(object): class