Home
last modified time | relevance | path

Searched refs:testarrayofsortedstruct (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java38 private MyGame.Example.AbilityT[] testarrayofsortedstruct; field in MonsterT
170 public MyGame.Example.AbilityT[] getTestarrayofsortedstruct() { return testarrayofsortedstruct; } in getTestarrayofsortedstruct()
172 …tedstruct(MyGame.Example.AbilityT[] testarrayofsortedstruct) { this.testarrayofsortedstruct = test… in setTestarrayofsortedstruct() argument
291 this.testarrayofsortedstruct = null; in MonsterT()
H A DMonster.py934 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
935 def AddTestarrayofsortedstruct(builder, testarrayofsortedstruct): argument
936 return MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct)
1106 self.testarrayofsortedstruct = None # type: List[MyGame.Example.Ability.AbilityT]
1218 self.testarrayofsortedstruct = []
1221 self.testarrayofsortedstruct.append(None)
1224 self.testarrayofsortedstruct.append(ability_)
1391 if self.testarrayofsortedstruct is not None:
1392 MonsterStartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct))
1393 for i in reversed(range(len(self.testarrayofsortedstruct))):
[all …]
H A DMonster.kt431 …fun testarrayofsortedstruct(j: Int) : MyGame.Example.Ability? = testarrayofsortedstruct(MyGame.Exa… in testarrayofsortedstruct() method in MyGame.Example.Monster
432 fun testarrayofsortedstruct(obj: MyGame.Example.Ability, j: Int) : MyGame.Example.Ability? { in testarrayofsortedstruct() method
965 …tedstruct(builder: FlatBufferBuilder, testarrayofsortedstruct: Int) = builder.addOffset(29, testar… in startTestarrayofstring2Vector()
H A DMonster.php770 …estarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $… argument
801 self::addTestarrayofsortedstruct($builder, $testarrayofsortedstruct);
1279 …ic static function addTestarrayofsortedstruct(FlatBufferBuilder $builder, $testarrayofsortedstruct) argument
1281 $builder->addOffsetX(29, $testarrayofsortedstruct, 0);
H A DMonster.java110 …public MyGame.Example.Ability testarrayofsortedstruct(int j) { return testarrayofsortedstruct(new … in testarrayofsortedstruct() method in Monster
111 …public MyGame.Example.Ability testarrayofsortedstruct(MyGame.Example.Ability obj, int j) { int o =… in testarrayofsortedstruct() method in Monster
442 …th(); ++_j) {_oTestarrayofsortedstruct[_j] = (testarrayofsortedstruct(_j) != null ? testarrayofsor… in unpackTo()
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs122 if let Some(x) = args.testarrayofsortedstruct { builder.add_testarrayofsortedstruct(x); } in create()
222 let testarrayofsortedstruct = self.testarrayofsortedstruct().map(|x| { in unpack() localVariable
339 testarrayofsortedstruct, in unpack()
496 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method
804 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, Ability>>>, field
862 testarrayofsortedstruct: None, in default()
1009 …pub fn add_testarrayofsortedstruct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flat… in add_testarrayofsortedstruct()
1010 …_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); in add_testarrayofsortedstruct()
1181 ds.field("testarrayofsortedstruct", &self.testarrayofsortedstruct()); in fmt()
1291 pub testarrayofsortedstruct: Option<Vec<AbilityT>>, field
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs124 if let Some(x) = args.testarrayofsortedstruct { builder.add_testarrayofsortedstruct(x); } in create()
224 let testarrayofsortedstruct = self.testarrayofsortedstruct().map(|x| { in unpack() localVariable
341 testarrayofsortedstruct, in unpack()
498 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method
806 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, Ability>>>, field
864 testarrayofsortedstruct: None, in default()
985 if let Some(f) = self.testarrayofsortedstruct() { in serialize()
1228 …pub fn add_testarrayofsortedstruct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flat… in add_testarrayofsortedstruct()
1229 …_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); in add_testarrayofsortedstruct()
1400 ds.field("testarrayofsortedstruct", &self.testarrayofsortedstruct()); in fmt()
[all …]
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js313 testarrayofsortedstruct(index, obj) { method in Monster
897 …s), this.testarrayofstring2Length()), this.bb.createObjList(this.testarrayofsortedstruct.bind(this…
946 …_o.testarrayofsortedstruct = this.bb.createObjList(this.testarrayofsortedstruct.bind(this), this.t…
986 … = 3.14159, testf2 = 3.0, testf3 = 0.0, testarrayofstring2 = [], testarrayofsortedstruct = [], fle… argument
1015 this.testarrayofsortedstruct = testarrayofsortedstruct;
1053 …const testarrayofsortedstruct = builder.createStructOffsetList(this.testarrayofsortedstruct, Monst…
1098 Monster.addTestarrayofsortedstruct(builder, testarrayofsortedstruct);
H A Dmonster.ts410 testarrayofsortedstruct(index: number, obj?:Ability):Ability|null { method in Monster
1184 …this.bb!.createObjList(this.testarrayofsortedstruct.bind(this), this.testarrayofsortedstructLength…
1254 …_o.testarrayofsortedstruct = this.bb!.createObjList(this.testarrayofsortedstruct.bind(this), this.…
1320 public testarrayofsortedstruct: (AbilityT)[] = [],
1360 …const testarrayofsortedstruct = builder.createStructOffsetList(this.testarrayofsortedstruct, Monst… constant
1406 Monster.addTestarrayofsortedstruct(builder, testarrayofsortedstruct);
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift1162 case testarrayofsortedstruct = 62
1260 …estarrayofsortedstruct: Bool { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur…
1261 …ayofsortedstructCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur…
1262 …public func testarrayofsortedstruct(at index: Int32) -> MyGame_Example_Ability? { let o = _accesso… in testarrayofsortedstruct() function
1263 …ame_Example_Ability_Mutable? { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur… in mutableTestarrayofsortedstruct()
1370 …rOf(testarrayofsortedstruct: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarrayof… in addVectorOf()
1432 testarrayofsortedstructVectorOffset testarrayofsortedstruct: Offset = Offset(),
1487 MyGame_Example_Monster.addVectorOf(testarrayofsortedstruct: testarrayofsortedstruct, &fbb)
1570 …MyGame_Example_Monster.startVectorOfTestarrayofsortedstruct(obj.testarrayofsortedstruct.count, in:… in pack()
1571 for i in obj.testarrayofsortedstruct { in pack()
[all …]
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test_generated.swift1162 case testarrayofsortedstruct = 62
1260 …estarrayofsortedstruct: Bool { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur…
1261 …ayofsortedstructCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur…
1262 …public func testarrayofsortedstruct(at index: Int32) -> MyGame_Example_Ability? { let o = _accesso… in testarrayofsortedstruct() function
1263 …ame_Example_Ability_Mutable? { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur… in mutableTestarrayofsortedstruct()
1370 …rOf(testarrayofsortedstruct: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarrayof… in addVectorOf()
1432 testarrayofsortedstructVectorOffset testarrayofsortedstruct: Offset = Offset(),
1487 MyGame_Example_Monster.addVectorOf(testarrayofsortedstruct: testarrayofsortedstruct, &fbb)
1570 …MyGame_Example_Monster.startVectorOfTestarrayofsortedstruct(obj.testarrayofsortedstruct.count, in:… in pack()
1571 for i in obj.testarrayofsortedstruct { in pack()
[all …]
/aosp_15_r20/external/flatbuffers/dart/test/
H A Dmonster_test_my_game.example_generated.dart1082 …List<Ability>? get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableG…
1121 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr…
1153 testarrayofsortedstruct: testarrayofsortedstruct?.map((e) => e.unpack()).toList(),
1214 List<AbilityT>? testarrayofsortedstruct;
1266 this.testarrayofsortedstruct,
1314 if (testarrayofsortedstruct != null) {
1315 for (var e in testarrayofsortedstruct!) { e.pack(fbBuilder); }
1316 testarrayofsortedstructOffset = fbBuilder.endStructVector(testarrayofsortedstruct!.length);
1406 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr…
1714 List<AbilityObjectBuilder>? testarrayofsortedstruct,
[all …]
H A Dflat_buffers_test.dart79 'testarrayofsortedstruct: null, flex: null, test5: null, '
102 'testarrayofsortedstruct: null, flex: null, test5: null, '
122 'testf3: 0.0, testarrayofstring2: null, testarrayofsortedstruct: ['
795 ..testarrayofsortedstruct = [
H A Dmonster_test.fbs90 testarrayofsortedstruct:[Ability] (id: 29);
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/
H A Dmonster_test_suffix.h1289 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1566 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1781 verifier.VerifyVector(testarrayofsortedstruct()) &&
1945 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
1946 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
2062 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2113 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2174 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2207 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
2748 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) &&
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp1289 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1566 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1781 verifier.VerifyVector(testarrayofsortedstruct()) &&
1945 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
1946 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
2062 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2113 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2174 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2207 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
2748 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) &&
[all …]
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.h1289 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1566 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1781 verifier.VerifyVector(testarrayofsortedstruct()) &&
1945 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
1946 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
2062 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2113 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2174 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2207 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
2748 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) &&
[all …]
H A Dmonster_test_my_game.example_generated.dart1222 …List<Ability>? get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableG…
1264 …estf3}, testarrayofstring2: ${testarrayofstring2}, testarrayofsortedstruct: ${testarrayofsortedstr…
1296 testarrayofsortedstruct: testarrayofsortedstruct?.map((e) => e.unpack()).toList(),
1360 List<AbilityT>? testarrayofsortedstruct;
1415 this.testarrayofsortedstruct,
1466 if (testarrayofsortedstruct != null) {
1467 for (var e in testarrayofsortedstruct!) { e.pack(fbBuilder); }
1468 testarrayofsortedstructOffset = fbBuilder.endStructVector(testarrayofsortedstruct!.length);
1563 …estf3}, testarrayofstring2: ${testarrayofstring2}, testarrayofsortedstruct: ${testarrayofsortedstr…
1886 List<AbilityObjectBuilder>? testarrayofsortedstruct,
[all …]
H A Dmonster_test_generated.py1609 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
1691 self.testarrayofsortedstruct = None # type: List[AbilityT]
1803 self.testarrayofsortedstruct = []
1806 self.testarrayofsortedstruct.append(None)
1809 self.testarrayofsortedstruct.append(ability_)
1976 if self.testarrayofsortedstruct is not None:
1977 MonsterStartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct))
1978 for i in reversed(range(len(self.testarrayofsortedstruct))):
1979 self.testarrayofsortedstruct[i].Pack(builder)
1980 testarrayofsortedstruct = builder.EndVector()
[all …]
H A DJavaTest.java1523 AbilityT[] testarrayofsortedstruct = monster.getTestarrayofsortedstruct(); in TestObject() local
1524 TestEq(testarrayofsortedstruct.length, 3); in TestObject()
1525 TestEq(testarrayofsortedstruct[0].getId(), (long) 0); in TestObject()
1526 TestEq(testarrayofsortedstruct[1].getId(), (long) 1); in TestObject()
1527 TestEq(testarrayofsortedstruct[2].getId(), (long) 5); in TestObject()
1528 TestEq(testarrayofsortedstruct[0].getDistance(), (long) 45); in TestObject()
1529 TestEq(testarrayofsortedstruct[1].getDistance(), (long) 21); in TestObject()
1530 TestEq(testarrayofsortedstruct[2].getDistance(), (long) 12); in TestObject()
H A Dmonsterdata_test.json80 testarrayofsortedstruct: [
H A Dmonsterdata_test.afb45 …16 | 0x0058 (88) | offset to field `testarrayofsortedstruct` (id: 29)
97 …32 | 0x00000088 (136) Loc: +0x0158 | offset to field `testarrayofsortedstruct` (vector)
152 vector (MyGame.Example.Monster.testarrayofsortedstruct):
H A Dmonster_test_generated.lobster342 def testarrayofsortedstruct(i:int) -> MyGame_Example_Ability:
520 def add_testarrayofsortedstruct(testarrayofsortedstruct:flatbuffers_offset):
521 b_.PrependUOffsetTRelativeSlot(29, testarrayofsortedstruct)
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test_suffix.hpp1289 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1566 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1781 verifier.VerifyVector(testarrayofsortedstruct()) &&
1945 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
1946 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
2062 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2113 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2174 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2207 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
2748 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) &&
[all …]
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h1301 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1579 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1778 else if constexpr (Index == 28) return testarrayofsortedstruct();
1851 verifier.VerifyVector(testarrayofsortedstruct()) &&
2015 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
2016 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
2132 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2183 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2309 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2342 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
[all …]

12