/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/ |
H A D | struct_in_nested_ns_generated.rs | 15 pub struct StructInNestedNS(pub [u8; 8]); struct 16 impl Default for StructInNestedNS { implementation 21 impl core::fmt::Debug for StructInNestedNS { implementation 30 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation 31 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation 32 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation 33 type Inner = &'a StructInNestedNS; 36 <&'a StructInNestedNS>::follow(buf, loc) in follow() 39 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation 40 type Inner = &'a StructInNestedNS; [all …]
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
H A 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
|
H A 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()
|
H A 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()
|
H A 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
|
H A D | StructInNestedNS.php | 11 class StructInNestedNS extends Struct class 16 * @return StructInNestedNS
|
H A D | StructInNestedNS.kt | 11 class StructInNestedNS : Struct() { class 16 fun __assign(_i: Int, _bb: ByteBuffer) : StructInNestedNS { in __assign()
|
H A D | StructInNestedNS.py | 9 class StructInNestedNS(object): class 41 structInNestedNS = StructInNestedNS()
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/ |
H A D | namespace_test1_generated.h | 23 struct StructInNestedNS; 27 bool operator==(const StructInNestedNS &lhs, const StructInNestedNS &rhs); 28 bool operator!=(const StructInNestedNS &lhs, const StructInNestedNS &rhs); 177 FLATBUFFERS_MANUALLY_ALIGNED_STRUCT(4) StructInNestedNS FLATBUFFERS_FINAL_CLASS { 189 StructInNestedNS() 193 StructInNestedNS(int32_t _a, int32_t _b) 210 FLATBUFFERS_STRUCT_END(StructInNestedNS, 8); 212 inline bool operator==(const StructInNestedNS &lhs, const StructInNestedNS &rhs) { 218 inline bool operator!=(const StructInNestedNS &lhs, const StructInNestedNS &rhs) {
|
H A D | namespace_test1_namespace_a.namespace_b_generated.dart | 198 class StructInNestedNS { 199 StructInNestedNS._(this._bc, this._bcOffset); 201 static const fb.Reader<StructInNestedNS> reader = _StructInNestedNSReader(); 211 return 'StructInNestedNS{a: $a, b: $b}'; 245 class _StructInNestedNSReader extends fb.StructReader<StructInNestedNS> { 252 StructInNestedNS createObject(fb.BufferContext bc, int offset) => 253 StructInNestedNS._(bc, offset);
|
H A D | namespace_test2_generated.h | 75 flatbuffers::unique_ptr<NamespaceA::NamespaceB::StructInNestedNS> foo_struct{}; 123 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() 124 return GetStruct<const NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT); in foo_struct() 126 NamespaceA::NamespaceB::StructInNestedNS *mutable_foo_struct() { in mutable_foo_struct() 127 return GetStruct<NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT); in mutable_foo_struct() 137 VerifyField<NamespaceA::NamespaceB::StructInNestedNS>(verifier, VT_FOO_STRUCT, 4) && in Verify() 165 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) { in add_foo_struct() 185 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct = nullptr) { 376 …foo_struct((o.foo_struct) ? new NamespaceA::NamespaceB::StructInNestedNS(*o.foo_struct) : nullptr)… in TableInFirstNST() 400 …tbuffers::unique_ptr<NamespaceA::NamespaceB::StructInNestedNS>(new NamespaceA::NamespaceB::StructI… in UnPackTo()
|
H A D | namespace_test1_generated.lobster | 17 class StructInNestedNS 36 class StructInNestedNS : flatbuffers_handle
|
H A D | namespace_test2_namespace_a_generated.dart | 32 …namespace_a_namespace_b.StructInNestedNS? get fooStruct => namespace_a_namespace_b.StructInNestedN…
|
H A D | namespace_test1.ts | 1 export { StructInNestedNS, StructInNestedNST } from './namespace-a/namespace-b/struct-in-nested-n-s…
|
H A D | namespace_test2.ts | 2 export { StructInNestedNS, StructInNestedNST } from './namespace-a/namespace-b/struct-in-nested-n-s…
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/ |
H A D | TableInFirstNS.java | 24 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() 25 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct() 79 addFooStruct(builder, NamespaceA.NamespaceB.StructInNestedNS.pack(builder, _o.getFooStruct())); in pack()
|
H A D | TableInFirstNS.kt | 60 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St… 61 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct()
|
H A D | TableInFirstNS.cs | 28 …StructInNestedNS? FooStruct { get { int o = __p.__offset(12); return o != 0 ? (NamespaceA.Namespac… 37 …TableInFirstNS.AddFooStruct(builder, NamespaceA.NamespaceB.StructInNestedNS.Pack(builder, foo_stru… in CreateTableInFirstNS() 50 …ddFooStruct(FlatBufferBuilder builder, Offset<NamespaceA.NamespaceB.StructInNestedNS> fooStructOff… in AddFooStruct()
|
H A D | TableInFirstNS.go | 125 …FirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__NamespaceB.StructInN… 130 obj = new(NamespaceA__NamespaceB.StructInNestedNS)
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/ |
H A D | table_in_first_ns_generated.rs | 98 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() argument 99 self._tab.get::<namespace_b::StructInNestedNS>(TableInFirstNS::VT_FOO_STRUCT, None) in foo_struct() 128 .visit_field::<namespace_b::StructInNestedNS>("foo_struct", Self::VT_FOO_STRUCT, false)? in run_verifier() 138 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, 175 pub fn add_foo_struct(&mut self, foo_struct: &namespace_b::StructInNestedNS) { in add_foo_struct() argument 176 …self.fbb_.push_slot_always::<&namespace_b::StructInNestedNS>(TableInFirstNS::VT_FOO_STRUCT, foo_st… in add_foo_struct()
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/ |
H A D | table-in-first-n-s.ts | 6 import { StructInNestedNS, StructInNestedNST } from '../namespace-a/namespace-b/struct-in-nested-n-… 60 fooStruct(obj?:StructInNestedNS):StructInNestedNS|null { 62 return offset ? (obj || new StructInNestedNS()).__init(this.bb_pos + offset, this.bb!) : null;
|
H A D | table-in-first-n-s.js | 4 import { StructInNestedNS } from '../namespace-a/namespace-b/struct-in-nested-n-s'; 50 … return offset ? (obj || new StructInNestedNS()).__init(this.bb_pos + offset, this.bb) : null;
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/ |
H A D | struct-in-nested-n-s.ts | 7 export class StructInNestedNS { class 10 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS { 72 return StructInNestedNS.createStructInNestedNS(builder,
|
H A D | struct-in-nested-n-s.js | 2 export class StructInNestedNS { class 52 return StructInNestedNS.createStructInNestedNS(builder, this.a, this.b);
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/ |
H A D | FlatBuffers.Core.Test.csproj | 118 <Compile Include="..\namespace_test\NamespaceA\NamespaceB\StructInNestedNS.cs"> 119 <Link>NamespaceA\NamespaceB\StructInNestedNS.cs</Link>
|