Home
last modified time | relevance | path

Searched refs:testarrayoftables (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/
H A Dfuzzer_generated.swift212 case testarrayoftables = 12
225 …public var hasTestarrayoftables: Bool { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); re…
226 …public var testarrayoftablesCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayoftables.v);…
227 …public func testarrayoftables(at index: Int32) -> Monster? { let o = _accessor.offset(VTOFFSET.tes… in testarrayoftables() function
228 …blesBy(key: String) -> Monster? { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); return o… in testarrayoftablesBy()
239 … addVectorOf(testarrayoftables: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarra… in addVectorOf()
249 testarrayoftablesVectorOffset testarrayoftables: Offset = Offset(),
258 Monster.addVectorOf(testarrayoftables: testarrayoftables, &fbb)
295 …try _v.visit(field: VTOFFSET.testarrayoftables.p, fieldName: "testarrayoftables", required: false,… in verify<T>()
309 case testarrayoftables = "testarrayoftables"
[all …]
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/
H A Dflatbuffers_benchmarks.rs121 testarrayoftables: Some(builder.create_vector(&[t0, t1, t2])), in create_serialized_example_with_generated_code()
163 let testarrayoftables = m.testarrayoftables().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
164 blackbox(testarrayoftables.get(0).hp()); in traverse_serialized_example_with_generated_code()
165 blackbox(testarrayoftables.get(0).name()); in traverse_serialized_example_with_generated_code()
166 blackbox(testarrayoftables.get(1).name()); in traverse_serialized_example_with_generated_code()
167 blackbox(testarrayoftables.get(2).name()); in traverse_serialized_example_with_generated_code()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java20 private MyGame.Example.MonsterT[] testarrayoftables; field in MonsterT
98 public MyGame.Example.MonsterT[] getTestarrayoftables() { return testarrayoftables; } in getTestarrayoftables()
100 …tTestarrayoftables(MyGame.Example.MonsterT[] testarrayoftables) { this.testarrayoftables = testarr… in setTestarrayoftables() argument
273 this.testarrayoftables = null; in MonsterT()
H A DMonster.py861 …bles(builder, testarrayoftables): builder.PrependUOffsetTRelativeSlot(11, flatbuffers.number_types… argument
862 def AddTestarrayoftables(builder, testarrayoftables): argument
863 return MonsterAddTestarrayoftables(builder, testarrayoftables)
1088 self.testarrayoftables = None # type: List[MyGame.Example.Monster.MonsterT]
1176 self.testarrayoftables = []
1179 self.testarrayoftables.append(None)
1182 self.testarrayoftables.append(monster_)
1355 if self.testarrayoftables is not None:
1357 for i in range(len(self.testarrayoftables)):
1358 testarrayoftableslist.append(self.testarrayoftables[i].Pack(builder))
[all …]
H A DMonster.kt149 …fun testarrayoftables(j: Int) : MyGame.Example.Monster? = testarrayoftables(MyGame.Example.Monster… in testarrayoftables() method in MyGame.Example.Monster
150 fun testarrayoftables(obj: MyGame.Example.Monster, j: Int) : MyGame.Example.Monster? { in testarrayoftables() method
915 …starrayoftables(builder: FlatBufferBuilder, testarrayoftables: Int) = builder.addOffset(11, testar… in startTestarrayofstringVector()
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs135 if let Some(x) = args.testarrayoftables { builder.add_testarrayoftables(x); } in create()
192 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable
321 testarrayoftables, in unpack()
418 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method
786 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
844 testarrayoftables: None, in default()
937 …pub fn add_testarrayoftables(&mut self, testarrayoftables: flatbuffers::WIPOffset<flatbuffers::Vec… in add_testarrayoftables()
938 …b_.push_slot_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFTABLES, testarrayoftables); in add_testarrayoftables()
1163 ds.field("testarrayoftables", &self.testarrayoftables()); in fmt()
1273 pub testarrayoftables: Option<Vec<MonsterT>>, field
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs137 if let Some(x) = args.testarrayoftables { builder.add_testarrayoftables(x); } in create()
194 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable
323 testarrayoftables, in unpack()
420 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method
788 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
846 testarrayoftables: None, in default()
943 if let Some(f) = self.testarrayoftables() { in serialize()
1156 …pub fn add_testarrayoftables(&mut self, testarrayoftables: flatbuffers::WIPOffset<flatbuffers::Vec… in add_testarrayoftables()
1157 …b_.push_slot_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFTABLES, testarrayoftables); in add_testarrayoftables()
1382 ds.field("testarrayoftables", &self.testarrayoftables()); in fmt()
[all …]
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js121 testarrayoftables(index, obj) { method in Monster
897 …(this), this.testarrayofstringLength()), this.bb.createObjList(this.testarrayoftables.bind(this), …
928 …_o.testarrayoftables = this.bb.createObjList(this.testarrayoftables.bind(this), this.testarrayofta…
986 …stType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testarrayoftables = [], enemy … argument
997 this.testarrayoftables = testarrayoftables;
1047 …const testarrayoftables = Monster.createTestarrayoftablesVector(builder, builder.createObjectOffse…
1080 Monster.addTestarrayoftables(builder, testarrayoftables);
H A Dmonster.ts156 testarrayoftables(index: number, obj?:Monster):Monster|null { method in Monster
1166 this.bb!.createObjList(this.testarrayoftables.bind(this), this.testarrayoftablesLength()),
1236 …_o.testarrayoftables = this.bb!.createObjList(this.testarrayoftables.bind(this), this.testarrayoft…
1302 public testarrayoftables: (MonsterT)[] = [],
1354 …const testarrayoftables = Monster.createTestarrayoftablesVector(builder, builder.createObjectOffse… constant
1388 Monster.addTestarrayoftables(builder, testarrayoftables);
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A DFlatBuffersMonsterWriterTests.swift194 Monster.addVectorOf(testarrayoftables: sortedArray, &fbb) in createMonster()
203 XCTAssertEqual(monster.testarrayoftables(at: 0)?.name, "Barney") in mutateMonster()
204 XCTAssertEqual(monster.testarrayoftables(at: 1)?.name, "Frodo") in mutateMonster()
205 XCTAssertEqual(monster.testarrayoftables(at: 2)?.name, "Wilma") in mutateMonster()
H A Dmonster_test_generated.swift1144 case testarrayoftables = 26
1217 …public var hasTestarrayoftables: Bool { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); re…
1218 …public var testarrayoftablesCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayoftables.v);…
1219 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function
1220 …ing) -> MyGame_Example_Monster? { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); return o… in testarrayoftablesBy()
1351 … addVectorOf(testarrayoftables: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarra… in addVectorOf()
1414 testarrayoftablesVectorOffset testarrayoftables: Offset = Offset(),
1469 MyGame_Example_Monster.addVectorOf(testarrayoftables: testarrayoftables, &fbb)
1561 for var i in obj.testarrayoftables { in pack()
1622 MyGame_Example_Monster.addVectorOf(testarrayoftables: __testarrayoftables, &builder) in pack()
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/
H A Dmonster_test_suffix.h1271 std::vector<flatbuffers::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{};
1455 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons…
1754 verifier.VerifyVector(testarrayoftables()) &&
1755 verifier.VerifyVectorOfTables(testarrayoftables()) &&
1891 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) {
1892 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables);
2044 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0,
2126 builder_.add_testarrayoftables(testarrayoftables);
2156 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr,
2203 …auto testarrayoftables__ = testarrayoftables ? _fbb.CreateVectorOfSortedTables<MyGame::Example::Mo…
[all …]
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp1271 std::vector<flatbuffers::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{};
1455 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons…
1754 verifier.VerifyVector(testarrayoftables()) &&
1755 verifier.VerifyVectorOfTables(testarrayoftables()) &&
1891 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) {
1892 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables);
2044 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0,
2126 builder_.add_testarrayoftables(testarrayoftables);
2156 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr,
2203 …auto testarrayoftables__ = testarrayoftables ? _fbb.CreateVectorOfSortedTables<MyGame::Example::Mo…
[all …]
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.h1271 std::vector<flatbuffers::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{};
1455 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons…
1754 verifier.VerifyVector(testarrayoftables()) &&
1755 verifier.VerifyVectorOfTables(testarrayoftables()) &&
1891 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) {
1892 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables);
2044 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0,
2126 builder_.add_testarrayoftables(testarrayoftables);
2156 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr,
2203 …auto testarrayoftables__ = testarrayoftables ? _fbb.CreateVectorOfSortedTables<MyGame::Example::Mo…
[all …]
H A DJavaScriptTest.js296 assert.strictEqual(monster.testarrayoftablesLength(), json.testarrayoftables.length);
297 json.testarrayoftables.forEach(function(table, i) {
298 var value = monster.testarrayoftables(i);
313 var testarrayoftablesOffsets = json.testarrayoftables.map(function(table) {
H A Dmonster_test_generated.py1582 …bles(builder, testarrayoftables): builder.PrependUOffsetTRelativeSlot(11, flatbuffers.number_types… argument
1673 self.testarrayoftables = None # type: List[MonsterT]
1761 self.testarrayoftables = []
1764 self.testarrayoftables.append(None)
1767 self.testarrayoftables.append(monster_)
1940 if self.testarrayoftables is not None:
1942 for i in range(len(self.testarrayoftables)):
1943 testarrayoftableslist.append(self.testarrayoftables[i].Pack(builder))
1944 MonsterStartTestarrayoftablesVector(builder, len(self.testarrayoftables))
1945 for i in reversed(range(len(self.testarrayoftables))):
[all …]
H A Dmonster_test_my_game.example_generated.dart1204 …List<Monster>? get testarrayoftables => const fb.ListReader<Monster>(Monster.reader).vTableGetNull…
1264 …est4: ${test4}, testarrayofstring: ${testarrayofstring}, testarrayoftables: ${testarrayoftables}, …
1278 testarrayoftables: testarrayoftables?.map((e) => e.unpack()).toList(),
1342 List<MonsterT>? testarrayoftables;
1397 this.testarrayoftables,
1455 final int? testarrayoftablesOffset = testarrayoftables == null ? null
1456 : fbBuilder.writeList(testarrayoftables!.map((b) => b.pack(fbBuilder)).toList());
1563 …est4: ${test4}, testarrayofstring: ${testarrayofstring}, testarrayoftables: ${testarrayoftables}, …
1868 List<MonsterObjectBuilder>? testarrayoftables,
1922 _testarrayoftables = testarrayoftables,
H A DKotlinTest.kt411 assert(monster.testarrayoftables(0)!!.name == "Barney") in TestBuilderBasics()
412 assert(monster.testarrayoftables(1)!!.name == "Frodo") in TestBuilderBasics()
413 assert(monster.testarrayoftables(2)!!.name == "Wilma") in TestBuilderBasics()
H A Dtest.cpp365 auto vecoftables = monster->testarrayoftables(); in AccessFlatBufferTest()
555 auto &vecoftables = monster2->testarrayoftables; in CheckMonsterObject()
3559 a.testarrayoftables.push_back( in EqualOperatorTest()
3565 b.testarrayoftables.push_back( in EqualOperatorTest()
3577 a.testarrayoftables.push_back(std::move(c)); in EqualOperatorTest()
3578 b.testarrayoftables.push_back(std::move(d)); in EqualOperatorTest()
3582 a.testarrayoftables.pop_back(); in EqualOperatorTest()
3583 b.testarrayoftables.pop_back(); in EqualOperatorTest()
3587 a.testarrayoftables.push_back(nullptr); in EqualOperatorTest()
3588 b.testarrayoftables.push_back( in EqualOperatorTest()
[all …]
H A Dmonsterdata_test.golden47 testarrayoftables: [
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test_suffix.hpp1271 std::vector<flatbuffers::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{};
1455 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons…
1754 verifier.VerifyVector(testarrayoftables()) &&
1755 verifier.VerifyVectorOfTables(testarrayoftables()) &&
1891 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) {
1892 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables);
2044 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0,
2126 builder_.add_testarrayoftables(testarrayoftables);
2156 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr,
2203 …auto testarrayoftables__ = testarrayoftables ? _fbb.CreateVectorOfSortedTables<MyGame::Example::Mo…
[all …]
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift220 Monster.addVectorOf(testarrayoftables: sortedArray, &fbb) in createMonster()
229 XCTAssertEqual(monster.testarrayoftables(at: 0)?.name, "Barney") in mutateMonster()
230 XCTAssertEqual(monster.testarrayoftables(at: 1)?.name, "Frodo") in mutateMonster()
231 XCTAssertEqual(monster.testarrayoftables(at: 2)?.name, "Wilma") in mutateMonster()
H A Dmonster_test_generated.swift1144 case testarrayoftables = 26
1217 …public var hasTestarrayoftables: Bool { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); re…
1218 …public var testarrayoftablesCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayoftables.v);…
1219 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function
1220 …ing) -> MyGame_Example_Monster? { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); return o… in testarrayoftablesBy()
1351 … addVectorOf(testarrayoftables: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarra… in addVectorOf()
1414 testarrayoftablesVectorOffset testarrayoftables: Offset = Offset(),
1469 MyGame_Example_Monster.addVectorOf(testarrayoftables: testarrayoftables, &fbb)
1561 for var i in obj.testarrayoftables { in pack()
1622 MyGame_Example_Monster.addVectorOf(testarrayoftables: __testarrayoftables, &builder) in pack()
[all …]
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h1283 std::vector<std::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{};
1468 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons…
1760 else if constexpr (Index == 10) return testarrayoftables();
1824 verifier.VerifyVector(testarrayoftables()) &&
1825 verifier.VerifyVectorOfTables(testarrayoftables()) &&
1961 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) {
1962 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables);
2114 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0,
2196 builder_.add_testarrayoftables(testarrayoftables);
2291 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr,
[all …]
/aosp_15_r20/external/flatbuffers/dart/test/
H A Dmonster_test_my_game.example_generated.dart1064 …List<Monster>? get testarrayoftables => const fb.ListReader<Monster>(Monster.reader).vTableGetNull…
1121 …st, test4: $test4, testarrayofstring: $testarrayofstring, testarrayoftables: $testarrayoftables, e…
1135 testarrayoftables: testarrayoftables?.map((e) => e.unpack()).toList(),
1196 List<MonsterT>? testarrayoftables;
1248 this.testarrayoftables,
1303 final int? testarrayoftablesOffset = testarrayoftables == null ? null
1304 : fbBuilder.writeList(testarrayoftables!.map((b) => b.pack(fbBuilder)).toList());
1406 …st, test4: $test4, testarrayofstring: $testarrayofstring, testarrayoftables: $testarrayoftables, e…
1696 List<MonsterObjectBuilder>? testarrayoftables,
1747 _testarrayoftables = testarrayoftables,

12