/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.rs | 94 pub struct StructInNestedNS { struct 98 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation 99 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation 100 type Inner = &'a StructInNestedNS; 103 <&'a StructInNestedNS>::follow(buf, loc) in follow() 106 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation 107 type Inner = &'a StructInNestedNS; 110 flatbuffers::follow_cast_ref::<StructInNestedNS>(buf, loc) in follow() 113 impl<'b> flatbuffers::Push for StructInNestedNS { implementation 114 type Output = StructInNestedNS; [all …]
|
D | namespace_test1_generated.h | 16 struct StructInNestedNS; 20 bool operator==(const StructInNestedNS &lhs, const StructInNestedNS &rhs); 21 bool operator!=(const StructInNestedNS &lhs, const StructInNestedNS &rhs); 60 FLATBUFFERS_MANUALLY_ALIGNED_STRUCT(4) StructInNestedNS FLATBUFFERS_FINAL_CLASS { 69 StructInNestedNS() { in StructInNestedNS() function 70 memset(static_cast<void *>(this), 0, sizeof(StructInNestedNS)); in StructInNestedNS() 72 StructInNestedNS(int32_t _a, int32_t _b) in StructInNestedNS() function 89 FLATBUFFERS_STRUCT_END(StructInNestedNS, 8); 91 inline bool operator==(const StructInNestedNS &lhs, const StructInNestedNS &rhs) { 97 inline bool operator!=(const StructInNestedNS &lhs, const StructInNestedNS &rhs) {
|
D | namespace_test1_generated.js | 139 NamespaceA.NamespaceB.StructInNestedNS = function() { class in NamespaceA.NamespaceB 156 NamespaceA.NamespaceB.StructInNestedNS.prototype.__init = function(i, bb) { 165 NamespaceA.NamespaceB.StructInNestedNS.prototype.a = function() { 173 NamespaceA.NamespaceB.StructInNestedNS.prototype.mutate_a = function(value) { 187 NamespaceA.NamespaceB.StructInNestedNS.prototype.b = function() { 195 NamespaceA.NamespaceB.StructInNestedNS.prototype.mutate_b = function(value) { 212 NamespaceA.NamespaceB.StructInNestedNS.createStructInNestedNS = function(builder, a, b) {
|
D | namespace_test1_namespace_a.namespace_b_generated.dart | 126 class StructInNestedNS { 127 StructInNestedNS._(this._bc, this._bcOffset); 129 static const fb.Reader<StructInNestedNS> reader = const _StructInNestedNSReader(); 139 return 'StructInNestedNS{a: $a, b: $b}'; 143 class _StructInNestedNSReader extends fb.StructReader<StructInNestedNS> { 150 StructInNestedNS createObject(fb.BufferContext bc, int offset) => 151 new StructInNestedNS._(bc, offset);
|
D | namespace_test2_generated.h | 64 flatbuffers::unique_ptr<NamespaceA::NamespaceB::StructInNestedNS> foo_struct; 105 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() 106 return GetStruct<const NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT); in foo_struct() 108 NamespaceA::NamespaceB::StructInNestedNS *mutable_foo_struct() { in mutable_foo_struct() 109 return GetStruct<NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT); in mutable_foo_struct() 116 VerifyField<NamespaceA::NamespaceB::StructInNestedNS>(verifier, VT_FOO_STRUCT) && in Verify() 134 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) { in add_foo_struct() 153 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct = 0) { 342 …tbuffers::unique_ptr<NamespaceA::NamespaceB::StructInNestedNS>(new NamespaceA::NamespaceB::StructI… in UnPackTo()
|
D | namespace_test1_generated.lobster | 13 class StructInNestedNS 32 class StructInNestedNS : flatbuffers_handle
|
D | namespace_test2_generated.rs | 70 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() argument 71 self._tab.get::<namespace_b::StructInNestedNS>(TableInFirstNS::VT_FOO_STRUCT, None) in foo_struct() 78 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, 104 pub fn add_foo_struct(&mut self, foo_struct: &'b namespace_b::StructInNestedNS) { in add_foo_struct() argument 105 …self.fbb_.push_slot_always::<&namespace_b::StructInNestedNS>(TableInFirstNS::VT_FOO_STRUCT, foo_st… in add_foo_struct()
|
D | namespace_test1_generated.ts | 109 export class StructInNestedNS { class 118 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS {
|
D | namespace_test2_generated.ts | 78 …21360535654258.NamespaceA.NamespaceB.StructInNestedNS):NS8755221360535654258.NamespaceA.NamespaceB… 80 …return offset ? (obj || new NS8755221360535654258.NamespaceA.NamespaceB.StructInNestedNS()).__init…
|
D | namespace_test1.fbs | 13 struct StructInNestedNS
|
D | namespace_test2.fbs | 9 foo_struct:NamespaceB.StructInNestedNS;
|
D | namespace_test2_namespace_a_generated.dart | 25 …namespace_a_namespace_b.StructInNestedNS get fooStruct => namespace_a_namespace_b.StructInNestedNS…
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.go | 18 func (rcv *StructInNestedNS) UnPackTo(t *StructInNestedNST) { 23 func (rcv *StructInNestedNS) UnPack() *StructInNestedNST { 30 type StructInNestedNS struct { struct 34 func (rcv *StructInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT) { argument 39 func (rcv *StructInNestedNS) Table() flatbuffers.Table { argument 43 func (rcv *StructInNestedNS) A() int32 { argument 46 func (rcv *StructInNestedNS) MutateA(n int32) bool { argument 50 func (rcv *StructInNestedNS) B() int32 { argument 53 func (rcv *StructInNestedNS) MutateB(n int32) bool { argument
|
D | StructInNestedNS.java | 11 public final class StructInNestedNS extends Struct { class 13 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 30 public StructInNestedNS get(int j) { return get(new StructInNestedNS(), j); } in get() 31 …public StructInNestedNS get(StructInNestedNS obj, int j) { return obj.__assign(__element(j), bb);… in get()
|
D | StructInNestedNS.cs | 12 public struct StructInNestedNS : IFlatbufferObject struct 17 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 24 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> CreateStructInNestedNS(FlatBufferBuil… in CreateStructInNestedNS() argument 28 return new Offset<NamespaceA.NamespaceB.StructInNestedNS>(builder.Offset); in CreateStructInNestedNS() 39 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> Pack(FlatBufferBuilder builder, Struc… in Pack() argument 40 if (_o == null) return default(Offset<NamespaceA.NamespaceB.StructInNestedNS>); in Pack()
|
D | StructInNestedNS.lua | 7 local StructInNestedNS = {} -- the module 10 function StructInNestedNS.New() 24 function StructInNestedNS.CreateStructInNestedNS(builder, a, b) 31 return StructInNestedNS -- return the module
|
D | StructInNestedNS.php | 11 class StructInNestedNS extends Struct class 16 * @return StructInNestedNS
|
D | StructInNestedNS.kt | 11 class StructInNestedNS : Struct() { class 16 fun __assign(_i: Int, _bb: ByteBuffer) : StructInNestedNS { in __assign()
|
D | StructInNestedNS.py | 9 class StructInNestedNS(object): class 37 structInNestedNS = StructInNestedNS()
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
D | TableInFirstNS.kt | 43 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St… 44 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct()
|
D | TableInFirstNS.cs | 25 …StructInNestedNS? FooStruct { get { int o = __p.__offset(8); return o != 0 ? (NamespaceA.Namespace… 30 …ddFooStruct(FlatBufferBuilder builder, Offset<NamespaceA.NamespaceB.StructInNestedNS> fooStructOff… in AddFooStruct() 51 AddFooStruct(builder, NamespaceA.NamespaceB.StructInNestedNS.Pack(builder, _o.FooStruct)); in Pack()
|
D | TableInFirstNS.java | 22 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() 23 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct()
|
D | TableInFirstNS.go | 86 …FirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__NamespaceB.StructInN… 91 obj = new(NamespaceA__NamespaceB.StructInNestedNS)
|
D | TableInFirstNS.php | 53 $obj = new StructInNestedNS();
|
D | TableInFirstNS.py | 45 obj = StructInNestedNS()
|