Home
last modified time | relevance | path

Searched refs:StructInNestedNS (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Dstruct_in_nested_ns_generated.rs15 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 DStructInNestedNS.go18 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 DStructInNestedNS.java11 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 DStructInNestedNS.cs12 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 DStructInNestedNS.lua7 local StructInNestedNS = {} -- the module
10 function StructInNestedNS.New()
24 function StructInNestedNS.CreateStructInNestedNS(builder, a, b)
31 return StructInNestedNS -- return the module
H A DStructInNestedNS.php11 class StructInNestedNS extends Struct class
16 * @return StructInNestedNS
H A DStructInNestedNS.kt11 class StructInNestedNS : Struct() { class
16 fun __assign(_i: Int, _bb: ByteBuffer) : StructInNestedNS { in __assign()
H A DStructInNestedNS.py9 class StructInNestedNS(object): class
41 structInNestedNS = StructInNestedNS()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.h23 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 Dnamespace_test1_namespace_a.namespace_b_generated.dart198 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 Dnamespace_test2_generated.h75 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 Dnamespace_test1_generated.lobster17 class StructInNestedNS
36 class StructInNestedNS : flatbuffers_handle
H A Dnamespace_test2_namespace_a_generated.dart32 …namespace_a_namespace_b.StructInNestedNS? get fooStruct => namespace_a_namespace_b.StructInNestedN…
H A Dnamespace_test1.ts1 export { StructInNestedNS, StructInNestedNST } from './namespace-a/namespace-b/struct-in-nested-n-s…
H A Dnamespace_test2.ts2 export { StructInNestedNS, StructInNestedNST } from './namespace-a/namespace-b/struct-in-nested-n-s…
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.java24 …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 DTableInFirstNS.kt60 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St…
61 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct()
H A DTableInFirstNS.cs28StructInNestedNS? 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 DTableInFirstNS.go125 …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 Dtable_in_first_ns_generated.rs98 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 Dtable-in-first-n-s.ts6 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 Dtable-in-first-n-s.js4 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 Dstruct-in-nested-n-s.ts7 export class StructInNestedNS { class
10 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS {
72 return StructInNestedNS.createStructInNestedNS(builder,
H A Dstruct-in-nested-n-s.js2 export class StructInNestedNS { class
52 return StructInNestedNS.createStructInNestedNS(builder, this.a, this.b);
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffers.Core.Test.csproj118 <Compile Include="..\namespace_test\NamespaceA\NamespaceB\StructInNestedNS.cs">
119 <Link>NamespaceA\NamespaceB\StructInNestedNS.cs</Link>

12