Searched defs:NestedStruct (Results 1 – 12 of 12) sorted by relevance
12 public struct NestedStruct : IFlatbufferObject struct28 …public static Offset<MyGame.Example.NestedStruct> CreateNestedStruct(FlatBufferBuilder builder, in… in CreateNestedStruct()57 …public static Offset<MyGame.Example.NestedStruct> Pack(FlatBufferBuilder builder, NestedStructT _o… in Pack()
23 public final class NestedStruct extends Struct { class
10 class NestedStruct(object): class
15 pub struct NestedStruct(pub [u8; 32]); struct16 impl Default for NestedStruct { implementation21 impl core::fmt::Debug for NestedStruct { implementation32 impl flatbuffers::SimpleToVerifyInSlice for NestedStruct {} implementation33 impl<'a> flatbuffers::Follow<'a> for NestedStruct { implementation40 impl<'a> flatbuffers::Follow<'a> for &'a NestedStruct { implementation47 impl<'b> flatbuffers::Push for NestedStruct { implementation51 … let src = ::core::slice::from_raw_parts(self as *const NestedStruct as *const u8, Self::size()); in push() constant56 impl<'a> flatbuffers::Verifiable for NestedStruct { implementation66 impl<'a> NestedStruct { implementation[all …]
164 pub fn d(&'a self) -> flatbuffers::Array<'a, NestedStruct, 2> { in d() argument
4 export declare class NestedStruct implements flatbuffers.IUnpackableObject<NestedStructT> { class
11 export class NestedStruct implements flatbuffers.IUnpackableObject<NestedStructT> { class
4 export class NestedStruct { class
293 TEST_F(ResolverStructLayoutTest, NestedStruct) { in TEST_F() argument
362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument