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
11 public final class StructInNestedNS extends Struct { class
9 class StructInNestedNS(object): class
257 pub struct StructInNestedNS(pub [u8; 8]); struct258 impl Default for StructInNestedNS { implementation263 impl std::fmt::Debug for StructInNestedNS { implementation272 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation273 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation274 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation281 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation288 impl<'b> flatbuffers::Push for StructInNestedNS { implementation293 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant298 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation[all …]
7 export class StructInNestedNS { class
2 export class StructInNestedNS { class