Home
last modified time | relevance | path

Searched refs:NestedStructT (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DNestedStruct.cs43 public NestedStructT UnPack() { in UnPack()
44 var _o = new NestedStructT(); in UnPack()
48 public void UnPackTo(NestedStructT _o) { in UnPackTo()
57 …public static Offset<MyGame.Example.NestedStruct> Pack(FlatBufferBuilder builder, NestedStructT _o… in Pack()
71 public class NestedStructT class
82 public NestedStructT() { in NestedStructT() method in MyGame.Example.NestedStructT
H A DNestedStruct.java46 public NestedStructT unpack() { in unpack()
47 NestedStructT _o = new NestedStructT(); in unpack()
51 public void unpackTo(NestedStructT _o) { in unpackTo()
61 public static int pack(FlatBufferBuilder builder, NestedStructT _o) { in pack()
H A DArrayStructT.java14 private MyGame.Example.NestedStructT[] d;
30 public MyGame.Example.NestedStructT[] getD() { return d; } in getD()
32 public void setD(MyGame.Example.NestedStructT[] d) { if (d != null && d.length == 2) this.d = d; } in setD()
47 this.d = new MyGame.Example.NestedStructT[2]; in ArrayStructT()
H A DArrayStruct.cs70 _o.D = new MyGame.Example.NestedStructT[2]; in UnPackTo()
111 public MyGame.Example.NestedStructT[] D { get; set; }
121 this.D = new MyGame.Example.NestedStructT[2]; in ArrayStructT()
H A DNestedStructT.java10 public class NestedStructT { class
33 public NestedStructT() { in NestedStructT() method in NestedStructT
H A DNestedStruct.py82 class NestedStructT(object): class
99 x = NestedStructT()
H A DArrayStruct.java76 MyGame.Example.NestedStructT[] _oD = _o.getD(); in unpackTo()
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/
H A Dnested_struct_generated.rs153 pub fn unpack(&self) -> NestedStructT { in unpack() argument
154 NestedStructT { in unpack()
164 pub struct NestedStructT { struct
170 impl NestedStructT { argument
H A Darray_struct_generated.rs222 pub d: [NestedStructT; 2],
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs173 NestedStructT::default(), in object_api_defaults()
174 NestedStructT { in object_api_defaults()
188 d: [NestedStructT::default(), NestedStructT::default()], in object_api_defaults()