/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.py | 920 …bools(builder, testarrayofbools): builder.PrependUOffsetTRelativeSlot(24, flatbuffers.number_types… argument 921 def MonsterAddTestarrayofbools(builder, testarrayofbools): argument 923 return AddTestarrayofbools(builder, testarrayofbools) 1145 self.testarrayofbools = None # type: List[bool] 1246 self.testarrayofbools = [] 1248 self.testarrayofbools.append(monster.Testarrayofbools(i)) 1250 self.testarrayofbools = monster.TestarrayofboolsAsNumpy() 1412 if self.testarrayofbools is not None: 1413 if np is not None and type(self.testarrayofbools) is np.ndarray: 1414 testarrayofbools = builder.CreateNumpyVector(self.testarrayofbools) [all …]
|
D | Monster.kt | 355 fun testarrayofbools(j: Int) : Boolean { in testarrayofbools() method 369 fun mutateTestarrayofbools(j: Int, testarrayofbools: Boolean) : Boolean { in testarrayofboolsInByteBuffer() 372 bb.put(__vector(o) + j * 1, (if(testarrayofbools) 1 else 0).toByte()) in testarrayofboolsInByteBuffer() 905 …Testarrayofbools(builder: FlatBufferBuilder, testarrayofbools: Int) = builder.addOffset(24, testar… in startTestnestedflatbufferVector()
|
D | Monster.php | 745 …fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $tes… argument 771 self::addTestarrayofbools($builder, $testarrayofbools); 1153 public static function addTestarrayofbools(FlatBufferBuilder $builder, $testarrayofbools) argument 1155 $builder->addOffsetX(24, $testarrayofbools, 0);
|
D | Monster.java | 93 …public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector(… in testarrayofbools() method in Monster 99 …ofbools(int j, boolean testarrayofbools) { int o = __offset(52); if (o != 0) { bb.put(__vector(o) … in mutateTestarrayofbools() argument
|
D | Monster.lua | 612 …n Monster.AddTestarrayofbools(builder, testarrayofbools) builder:PrependUOffsetTRelativeSlot(24, t…
|
D | Monster.go | 1429 func MonsterAddTestarrayofbools(builder *flatbuffers.Builder, testarrayofbools flatbuffers.UOffsetT… 1430 builder.PrependUOffsetTSlot(24, flatbuffers.UOffsetT(testarrayofbools), 0)
|
D | Monster.cs | 99 …ools(int j, bool testarrayofbools) { int o = __p.__offset(52); if (o != 0) { __p.bb.Put(__p.__vect… in MutateTestarrayofbools()
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 111 let values = monster.testarrayofbools in testArrayOfBools() 116 XCTAssertEqual(boolArray[Int(i)], monster.testarrayofbools(at: i)) in testArrayOfBools() 281 XCTAssertEqual(monster.testarrayofbools.isEmpty, true) in readFlatbufferMonster() 283 XCTAssertEqual(monster.testarrayofbools.isEmpty, false) in readFlatbufferMonster()
|
D | monster_test_generated.swift | 781 case testarrayofbools = 52 862 …public var testarrayofboolsCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayofbools.v); r… 863 …public func testarrayofbools(at index: Int32) -> Bool { let o = _accessor.offset(VTOFFSET.testarra… in testarrayofbools() function 864 …public var testarrayofbools: [Bool] { return _accessor.getVector(at: VTOFFSET.testarrayofbools.v) … variable 865 …testarrayofbools: Bool, at index: Int32) -> Bool { let o = _accessor.offset(VTOFFSET.testarrayofbo… in mutate() 960 …nc addVectorOf(testarrayofbools: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarr… in addVectorOf() 1019 testarrayofboolsVectorOffset testarrayofbools: Offset = Offset(), 1071 MyGame_Example_Monster.addVectorOf(testarrayofbools: testarrayofbools, &fbb) 1154 let __testarrayofbools = builder.createVector(obj.testarrayofbools) in pack() 1221 MyGame_Example_Monster.addVectorOf(testarrayofbools: __testarrayofbools, &builder) in pack() [all …]
|
/third_party/flatbuffers/tests/my-game/example/ |
D | monster.js | 257 testarrayofbools(index) { method in Monster 860 …hs64Fnv1a(), this.testhashu64Fnv1a(), this.bb.createScalarList(this.testarrayofbools.bind(this), t… 904 …_o.testarrayofbools = this.bb.createScalarList(this.testarrayofbools.bind(this), this.testarrayofb… 946 ….createLong(0, 0), testhashu64Fnv1a = flatbuffers.createLong(0, 0), testarrayofbools = [], testf =… argument 970 this.testarrayofbools = testarrayofbools; 1008 … const testarrayofbools = Monster.createTestarrayofboolsVector(builder, this.testarrayofbools); 1050 Monster.addTestarrayofbools(builder, testarrayofbools);
|
D | monster.ts | 335 testarrayofbools(index: number):boolean|null { method in Monster 1130 this.bb!.createScalarList(this.testarrayofbools.bind(this), this.testarrayofboolsLength()), 1197 …_o.testarrayofbools = this.bb!.createScalarList(this.testarrayofbools.bind(this), this.testarrayof… 1260 public testarrayofbools: (boolean)[] = [], 1300 const testarrayofbools = Monster.createTestarrayofboolsVector(builder, this.testarrayofbools); constant 1343 Monster.addTestarrayofbools(builder, testarrayofbools);
|
/third_party/flatbuffers/tests/fuzzer/ |
D | monster_fuzzer.dict | 58 "testarrayofbools"
|
D | parser_fuzzer.dict | 91 "testarrayofbools"
|
/third_party/flatbuffers/tests/ |
D | monsterdata_test.json | 66 testarrayofbools:[
|
D | monster_test_generated.h | 1233 std::vector<bool> testarrayofbools{}; 1284 (lhs.testarrayofbools == rhs.testarrayofbools) && 1531 const flatbuffers::Vector<uint8_t> *testarrayofbools() const { 1749 verifier.VerifyVector(testarrayofbools()) && 1901 void add_testarrayofbools(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools) { 1902 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools); 2019 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0, 2074 builder_.add_testarrayofbools(testarrayofbools); 2125 const std::vector<uint8_t> *testarrayofbools = nullptr, 2158 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0; [all …]
|
D | monster_test_generated.rs | 2167 if let Some(x) = args.testarrayofbools { builder.add_testarrayofbools(x); } in create() 2253 let testarrayofbools = self.testarrayofbools().map(|x| { in unpack() localVariable 2369 testarrayofbools, in unpack() 2558 pub fn testarrayofbools(&self) -> Option<&'a [bool]> { in testarrayofbools() method 2866 pub testarrayofbools: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, bool>>>, field 2921 testarrayofbools: None, in default() 3049 …pub fn add_testarrayofbools(&mut self, testarrayofbools: flatbuffers::WIPOffset<flatbuffers::Vecto… in add_testarrayofbools() 3050 …fbb_.push_slot_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools); in add_testarrayofbools() 3224 ds.field("testarrayofbools", &self.testarrayofbools()); in fmt() 3331 pub testarrayofbools: Option<Vec<bool>>, field [all …]
|
D | monster_test.fbs | 89 testarrayofbools:[bool] (id: 24);
|
D | monster_test_generated.lobster | 302 def testarrayofbools(i:int): 472 def add_testarrayofbools(testarrayofbools:flatbuffers_offset): 473 b_.PrependUOffsetTRelativeSlot(24, testarrayofbools)
|
D | monster_test_my_game.example_generated.dart | 844 …List<bool> get testarrayofbools => const fb.ListReader<bool>(const fb.BoolReader()).vTableGet(_bc,… 888 …a: $testhashs64Fnv1a, testhashu64Fnv1a: $testhashu64Fnv1a, testarrayofbools: $testarrayofbools, te… 1193 List<bool> testarrayofbools, 1244 _testarrayofbools = testarrayofbools,
|
D | py_test.py | 452 self.monsterT.testarrayofbools = [] 453 self.monsterT.testarrayofbools.append(True) 454 self.monsterT.testarrayofbools.append(True) 455 self.monsterT.testarrayofbools.append(False) 462 self.monsterT.testarrayofbools = []
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 1188 std::vector<bool> testarrayofbools{}; 1431 const flatbuffers::Vector<uint8_t> *testarrayofbools() const { 1637 else if constexpr (Index == 23) return testarrayofbools(); 1703 verifier.VerifyVector(testarrayofbools()) && 1855 void add_testarrayofbools(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools) { 1856 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools); 1973 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0, 2028 builder_.add_testarrayofbools(testarrayofbools); 2141 const std::vector<uint8_t> *testarrayofbools = nullptr, 2174 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0; [all …]
|
/third_party/flatbuffers/dart/test/ |
D | flat_buffers_test.dart | 74 'testhashu64Fnv1a: 0, testarrayofbools: null, testf: 3.14159, ' 95 'testhashu64Fnv1a: 0, testarrayofbools: null, testf: 3.14159, ' 114 'testarrayofbools: [true, false, true], testf: 3.14159, testf2: 3.0, '
|
D | monster_test_my_game.example_generated.dart | 844 …List<bool> get testarrayofbools => const fb.ListReader<bool>(const fb.BoolReader()).vTableGet(_bc,… 888 …a: $testhashs64Fnv1a, testhashu64Fnv1a: $testhashu64Fnv1a, testarrayofbools: $testarrayofbools, te… 1193 List<bool> testarrayofbools, 1244 _testarrayofbools = testarrayofbools,
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 150 testarrayofbools: None, in object_api_defaults() 864 testarrayofbools: Some(v), ..Default::default()}); in vector_of_bool_store() 865 assert_eq!(m.testarrayofbools().unwrap(), &[false, true, false, true][..]); in vector_of_bool_store() 867 let rust_vec_inst = m.testarrayofbools().unwrap(); in vector_of_bool_store()
|