/third_party/flatbuffers/tests/rust_usage_test/benches/ |
D | flatbuffers_benchmarks.rs | 128 testarrayoftables: Some(builder.create_vector(&[t0, t1, t2])), in create_serialized_example_with_generated_code() 170 let testarrayoftables = m.testarrayoftables().unwrap(); in traverse_serialized_example_with_generated_code() localVariable 171 blackbox(testarrayoftables.get(0).hp()); in traverse_serialized_example_with_generated_code() 172 blackbox(testarrayoftables.get(0).name()); in traverse_serialized_example_with_generated_code() 173 blackbox(testarrayoftables.get(1).name()); in traverse_serialized_example_with_generated_code() 174 blackbox(testarrayoftables.get(2).name()); in traverse_serialized_example_with_generated_code()
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 173 Monster.addVectorOf(testarrayoftables: sortedArray, &fbb) in createMonster() 182 XCTAssertEqual(monster.testarrayoftables(at: 0)?.name, "Barney") in mutateMonster() 183 XCTAssertEqual(monster.testarrayoftables(at: 1)?.name, "Frodo") in mutateMonster() 184 XCTAssertEqual(monster.testarrayoftables(at: 2)?.name, "Wilma") in mutateMonster()
|
D | monster_test_generated.swift | 768 case testarrayoftables = 26 835 …public var testarrayoftablesCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayoftables.v);… 836 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function 837 …ing) -> MyGame_Example_Monster? { let o = _accessor.offset(VTOFFSET.testarrayoftables.v); return o… in testarrayoftablesBy() 946 … addVectorOf(testarrayoftables: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarra… in addVectorOf() 1006 testarrayoftablesVectorOffset testarrayoftables: Offset = Offset(), 1058 MyGame_Example_Monster.addVectorOf(testarrayoftables: testarrayoftables, &fbb) 1147 for var i in obj.testarrayoftables { in pack() 1208 MyGame_Example_Monster.addVectorOf(testarrayoftables: __testarrayoftables, &builder) in pack() 1269 public var testarrayoftables: [MyGame_Example_MonsterT?] variable [all …]
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.py | 850 …bles(builder, testarrayoftables): builder.PrependUOffsetTRelativeSlot(11, flatbuffers.number_types… argument 851 def MonsterAddTestarrayoftables(builder, testarrayoftables): argument 853 return AddTestarrayoftables(builder, testarrayoftables) 1132 self.testarrayoftables = None # type: List[MyGame.Example.Monster.MonsterT] 1217 self.testarrayoftables = [] 1220 self.testarrayoftables.append(None) 1223 self.testarrayoftables.append(monster_) 1392 if self.testarrayoftables is not None: 1394 for i in range(len(self.testarrayoftables)): 1395 testarrayoftableslist.append(self.testarrayoftables[i].Pack(builder)) [all …]
|
D | Monster.kt | 150 …fun testarrayoftables(j: Int) : MyGame.Example.Monster? = testarrayoftables(MyGame.Example.Monster… in testarrayoftables() method 151 fun testarrayoftables(obj: MyGame.Example.Monster, j: Int) : MyGame.Example.Monster? { in testarrayoftables() method in MyGame.Example.Monster 876 …starrayoftables(builder: FlatBufferBuilder, testarrayoftables: Int) = builder.addOffset(11, testar… in startTestarrayofstringVector()
|
D | Monster.php | 745 …$inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $te… argument 758 self::addTestarrayoftables($builder, $testarrayoftables); 975 public static function addTestarrayoftables(FlatBufferBuilder $builder, $testarrayoftables) argument 977 $builder->addOffsetX(11, $testarrayoftables, 0);
|
D | Monster.java | 55 …public MyGame.Example.Monster testarrayoftables(int j) { return testarrayoftables(new MyGame.Examp… in testarrayoftables() method in Monster 56 …public MyGame.Example.Monster testarrayoftables(MyGame.Example.Monster obj, int j) { int o = __off… in testarrayoftables() method in Monster
|
D | Monster.lua | 597 …Monster.AddTestarrayoftables(builder, testarrayoftables) builder:PrependUOffsetTRelativeSlot(11, t…
|
D | Monster.go | 1384 func MonsterAddTestarrayoftables(builder *flatbuffers.Builder, testarrayoftables flatbuffers.UOffse… 1385 builder.PrependUOffsetTSlot(11, flatbuffers.UOffsetT(testarrayoftables), 0)
|
/third_party/flatbuffers/tests/my-game/example/ |
D | monster.js | 121 testarrayoftables(index, obj) { method in Monster 860 …(this), this.testarrayofstringLength()), this.bb.createObjList(this.testarrayoftables.bind(this), … 891 …_o.testarrayoftables = this.bb.createObjList(this.testarrayoftables.bind(this), this.testarrayofta… 946 …stType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testarrayoftables = [], enemy … argument 957 this.testarrayoftables = testarrayoftables; 1004 …const testarrayoftables = Monster.createTestarrayoftablesVector(builder, builder.createObjectOffse… 1037 Monster.addTestarrayoftables(builder, testarrayoftables);
|
D | monster.ts | 156 testarrayoftables(index: number, obj?:Monster):Monster|null { method in Monster 1117 this.bb!.createObjList(this.testarrayoftables.bind(this), this.testarrayoftablesLength()), 1184 …_o.testarrayoftables = this.bb!.createObjList(this.testarrayoftables.bind(this), this.testarrayoft… 1247 public testarrayoftables: (MonsterT)[] = [], 1296 …const testarrayoftables = Monster.createTestarrayoftablesVector(builder, builder.createObjectOffse… constant 1330 Monster.addTestarrayoftables(builder, testarrayoftables);
|
/third_party/flatbuffers/tests/ |
D | JavaScriptTest.js | 284 assert.strictEqual(monster.testarrayoftablesLength(), json.testarrayoftables.length); 285 json.testarrayoftables.forEach(function(table, i) { 286 var value = monster.testarrayoftables(i); 301 var testarrayoftablesOffsets = json.testarrayoftables.map(function(table) {
|
D | monsterdata_test.golden | 47 testarrayoftables: [
|
D | monster_test_generated.h | 1220 std::vector<flatbuffers::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{}; 1271 (lhs.testarrayoftables == rhs.testarrayoftables) && 1450 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons… 1731 verifier.VerifyVector(testarrayoftables()) && 1732 verifier.VerifyVectorOfTables(testarrayoftables()) && 1862 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) { 1863 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables); 2006 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0, 2082 builder_.add_testarrayoftables(testarrayoftables); 2112 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr, [all …]
|
D | KotlinTest.kt | 390 assert(monster.testarrayoftables(0)!!.name == "Barney") in TestBuilderBasics() 391 assert(monster.testarrayoftables(1)!!.name == "Frodo") in TestBuilderBasics() 392 assert(monster.testarrayoftables(2)!!.name == "Wilma") in TestBuilderBasics()
|
D | monster_test_generated.rs | 2175 if let Some(x) = args.testarrayoftables { builder.add_testarrayoftables(x); } in create() 2232 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable 2356 testarrayoftables, in unpack() 2500 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method 2853 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field 2908 testarrayoftables: None, in default() 2997 …pub fn add_testarrayoftables(&mut self, testarrayoftables: flatbuffers::WIPOffset<flatbuffers::Vec… in add_testarrayoftables() 2998 …b_.push_slot_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFTABLES, testarrayoftables); in add_testarrayoftables() 3211 ds.field("testarrayoftables", &self.testarrayoftables()); in fmt() 3318 pub testarrayoftables: Option<Vec<MonsterT>>, field [all …]
|
D | monster_test.fbs | 86 testarrayoftables:[Monster] (id: 11);
|
D | monster_test_generated.lobster | 270 def testarrayoftables(i:int): 433 def add_testarrayoftables(testarrayoftables:flatbuffers_offset): 434 b_.PrependUOffsetTRelativeSlot(11, testarrayoftables)
|
D | py_test.py | 396 self.monsterT.testarrayoftables = [] 397 self.monsterT.testarrayoftables.append(monsterT0) 398 self.monsterT.testarrayoftables.append(monsterT1) 404 self.monsterT.testarrayoftables = [] 1793 testarrayoftables = b.EndVector() 1795 MyGame.Example.Monster.AddTestarrayoftables(b, testarrayoftables)
|
D | monster_test_my_game.example_generated.dart | 831 …List<Monster> get testarrayoftables => const fb.ListReader<Monster>(Monster.reader).vTableGet(_bc,… 888 …st, test4: $test4, testarrayofstring: $testarrayofstring, testarrayoftables: $testarrayoftables, e… 1180 List<MonsterObjectBuilder> testarrayoftables, 1231 _testarrayoftables = testarrayoftables,
|
D | JavaTest.java | 441 TestEq(monster.testarrayoftables(0).name(), "Barney"); in TestBuilderBasics() 442 TestEq(monster.testarrayoftables(1).name(), "Frodo"); in TestBuilderBasics() 443 TestEq(monster.testarrayoftables(2).name(), "Wilma"); in TestBuilderBasics()
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 1175 std::vector<std::unique_ptr<MyGame::Example::MonsterT>> testarrayoftables{}; 1350 …const flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables() cons… 1624 else if constexpr (Index == 10) return testarrayoftables(); 1685 verifier.VerifyVector(testarrayoftables()) && 1686 verifier.VerifyVectorOfTables(testarrayoftables()) && 1816 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables) { 1817 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables); 1960 …::Offset<flatbuffers::Vector<flatbuffers::Offset<MyGame::Example::Monster>>> testarrayoftables = 0, 2036 builder_.add_testarrayoftables(testarrayoftables); 2128 std::vector<flatbuffers::Offset<MyGame::Example::Monster>> *testarrayoftables = nullptr, [all …]
|
/third_party/flatbuffers/dart/test/ |
D | flat_buffers_test.dart | 70 'testarrayoftables: null, enemy: null, testnestedflatbuffer: null, ' 87 'testarrayofstring: [test1, test2], testarrayoftables: null, ' 91 'testarrayoftables: null, enemy: null, testnestedflatbuffer: null, '
|
D | monster_test_my_game.example_generated.dart | 831 …List<Monster> get testarrayoftables => const fb.ListReader<Monster>(Monster.reader).vTableGet(_bc,… 888 …st, test4: $test4, testarrayofstring: $testarrayofstring, testarrayoftables: $testarrayoftables, e… 1180 List<MonsterObjectBuilder> testarrayoftables, 1231 _testarrayoftables = testarrayoftables,
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 147 testarrayoftables: None, in object_api_defaults() 952 testarrayoftables: Some(v), ..Default::default()}); in vector_of_table_store() 953 assert_eq!(m.testarrayoftables().unwrap().len(), 2); in vector_of_table_store() 954 assert_eq!(m.testarrayoftables().unwrap().get(0).hp(), 55); in vector_of_table_store() 955 assert_eq!(m.testarrayoftables().unwrap().get(0).name(), "foo"); in vector_of_table_store() 956 assert_eq!(m.testarrayoftables().unwrap().get(1).hp(), 100); in vector_of_table_store() 957 assert_eq!(m.testarrayoftables().unwrap().get(1).name(), "bar"); in vector_of_table_store() 959 let rust_vec_inst = m.testarrayoftables().unwrap(); in vector_of_table_store()
|