Home
last modified time | relevance | path

Searched defs:StructInNestedNS (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.cs12 public struct StructInNestedNS : IFlatbufferObject struct
24 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> CreateStructInNestedNS(FlatBufferBuil… in CreateStructInNestedNS()
39 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> Pack(FlatBufferBuilder builder, Struc… in Pack()
DStructInNestedNS.go30 type StructInNestedNS struct { struct
31 _tab flatbuffers.Struct
34 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 {
DStructInNestedNS.kt11 class StructInNestedNS : Struct() { class
DStructInNestedNS.php11 class StructInNestedNS extends Struct class
DStructInNestedNS.java11 public final class StructInNestedNS extends Struct { class
DStructInNestedNS.py9 class StructInNestedNS(object): class
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs94 pub struct StructInNestedNS { struct
95 a_: i32,
96 b_: i32,
98 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
99 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
106 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
113 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
118 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
123 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
129 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
[all …]
Dnamespace_test1_generated.ts109 export class StructInNestedNS { class
Dnamespace_test1_generated.h69 StructInNestedNS() { in StructInNestedNS() function
72 StructInNestedNS(int32_t _a, int32_t _b) in StructInNestedNS() function
Dnamespace_test1_generated.js139 NamespaceA.NamespaceB.StructInNestedNS = function() { class in NamespaceA.NamespaceB
Dnamespace_test2_generated.rs70 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()