Searched defs:StructInNestedNS (Results 1 – 11 of 11) 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
94 pub struct StructInNestedNS { struct95 a_: i32,96 b_: i32,98 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation99 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation106 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation113 impl<'b> flatbuffers::Push for StructInNestedNS { implementation118 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant123 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation129 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant[all …]
109 export class StructInNestedNS { class
69 StructInNestedNS() { in StructInNestedNS() function72 StructInNestedNS(int32_t _a, int32_t _b) in StructInNestedNS() function
139 NamespaceA.NamespaceB.StructInNestedNS = function() { class in NamespaceA.NamespaceB
70 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct()104 pub fn add_foo_struct(&mut self, foo_struct: &'b namespace_b::StructInNestedNS) { in add_foo_struct()