Searched defs:StructInNestedNS (Results 1 – 10 of 10) sorted by relevance
12 public struct StructInNestedNS : IFlatbufferObject struct24 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> CreateStructInNestedNS(FlatBufferBuil… in CreateStructInNestedNS()39 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> Pack(FlatBufferBuilder builder, Struc… in Pack()
30 type StructInNestedNS struct { struct31 _tab flatbuffers.Struct34 func (rcv *StructInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT) {39 func (rcv *StructInNestedNS) Table() flatbuffers.Table {43 func (rcv *StructInNestedNS) A() int32 {46 func (rcv *StructInNestedNS) MutateA(n int32) bool {50 func (rcv *StructInNestedNS) B() int32 {53 func (rcv *StructInNestedNS) MutateB(n int32) bool {
11 class StructInNestedNS : Struct() { class
11 class StructInNestedNS extends Struct class
9 class StructInNestedNS(object): class
11 public final class StructInNestedNS extends Struct { class
15 pub struct StructInNestedNS(pub [u8; 8]); struct16 impl Default for StructInNestedNS { implementation21 impl core::fmt::Debug for StructInNestedNS { implementation30 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation31 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation32 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation39 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation46 impl<'b> flatbuffers::Push for StructInNestedNS { implementation51 … ::core::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant56 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation[all …]
98 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct()175 pub fn add_foo_struct(&mut self, foo_struct: &namespace_b::StructInNestedNS) { in add_foo_struct()
7 export class StructInNestedNS { class
2 export class StructInNestedNS { class