Home
last modified time | relevance | path

Searched refs:testarrayofbools (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A DMonster.py751 …bools(builder, testarrayofbools): builder.PrependUOffsetTRelativeSlot(24, flatbuffers.number_types… argument
834 self.testarrayofbools = None # type: List[bool]
933 self.testarrayofbools = []
937 self.testarrayofbools = monster.TestarrayofboolsAsNumpy()
1084 if self.testarrayofbools is not None:
1086 testarrayofbools = builder.CreateNumpyVector(self.testarrayofbools)
1089 for i in reversed(range(len(self.testarrayofbools))):
1090 builder.PrependBool(self.testarrayofbools[i])
1091 testarrayofbools = builder.EndVector(len(self.testarrayofbools))
1223 if self.testarrayofbools is not None:
[all …]
H A DMonster.kt355 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()
844 …Testarrayofbools(builder: FlatBufferBuilder, testarrayofbools: Int) = builder.addOffset(24, testar… in startTestnestedflatbufferVector()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.py920 …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 = []
1412 if self.testarrayofbools is not None:
1414 testarrayofbools = builder.CreateNumpyVector(self.testarrayofbools)
1418 builder.PrependBool(self.testarrayofbools[i])
1419 testarrayofbools = builder.EndVector()
1567 if self.testarrayofbools is not None:
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DMonster.py920 …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 = []
1412 if self.testarrayofbools is not None:
1414 testarrayofbools = builder.CreateNumpyVector(self.testarrayofbools)
1418 builder.PrependBool(self.testarrayofbools[i])
1419 testarrayofbools = builder.EndVector()
1567 if self.testarrayofbools is not None:
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift111 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()
H A Dmonster_test_generated.swift781 case testarrayofbools = 52
864 …public var testarrayofbools: [Bool] { return _accessor.getVector(at: VTOFFSET.testarrayofbools.v) … variable
865testarrayofbools: 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()
1282 public var testarrayofbools: [Bool] variable
1360 testarrayofbools = []
1362 testarrayofbools.append(_t.testarrayofbools(at: index))
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift111 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()
H A Dmonster_test_generated.swift781 case testarrayofbools = 52
864 …public var testarrayofbools: [Bool] { return _accessor.getVector(at: VTOFFSET.testarrayofbools.v) … variable
865testarrayofbools: 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()
1282 public var testarrayofbools: [Bool] variable
1360 testarrayofbools = []
1362 testarrayofbools.append(_t.testarrayofbools(at: index))
[all …]
/dports/devel/flatcc/flatcc-0.6.0/test/flatc_compat/
H A Dmonsterdata_test.json40 testarrayofbools:[
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/
H A Dmonsterdata_test.json66 testarrayofbools:[
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/
H A Dmonsterdata_test.json66 testarrayofbools:[
H A Dmonster_test_generated.h1039 std::vector<bool> testarrayofbools;
1107 (lhs.testarrayofbools == rhs.testarrayofbools) &&
1345 const flatbuffers::Vector<uint8_t> *testarrayofbools() const {
1548 verifier.VerifyVector(testarrayofbools()) &&
1694 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools);
1803 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0,
1853 builder_.add_testarrayofbools(testarrayofbools);
1903 const std::vector<uint8_t> *testarrayofbools = nullptr,
1933 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0;
2443testarrayofbools(); if (_e) { _o->testarrayofbools.resize(_e->size()); for (flatbuffers::uoffset_t…
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/
H A Dmonsterdata_test.json66 testarrayofbools:[
H A Dmonster_test_generated.h1115 std::vector<bool> testarrayofbools;
1183 (lhs.testarrayofbools == rhs.testarrayofbools) &&
1426 const flatbuffers::Vector<uint8_t> *testarrayofbools() const {
1629 verifier.VerifyVector(testarrayofbools()) &&
1775 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools);
1884 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0,
1934 builder_.add_testarrayofbools(testarrayofbools);
1984 const std::vector<uint8_t> *testarrayofbools = nullptr,
2014 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0;
2529testarrayofbools(); if (_e) { _o->testarrayofbools.resize(_e->size()); for (flatbuffers::uoffset_t…
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/
H A Dmonsterdata_test.json66 testarrayofbools:[
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/fuzzer/
H A Dmonster_fuzzer.dict58 "testarrayofbools"
H A Dparser_fuzzer.dict91 "testarrayofbools"
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/fuzzer/
H A Dmonster_fuzzer.dict58 "testarrayofbools"
H A Dparser_fuzzer.dict91 "testarrayofbools"
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/
H A Dmonsterdata_test.json66 testarrayofbools:[
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/
H A Dmonsterdata_test.json66 testarrayofbools:[
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift185 XCTAssertEqual(monster.testarrayofbools.isEmpty, true) in readMonster()
187 XCTAssertEqual(monster.testarrayofbools.isEmpty, false) in readMonster()
H A Dmonster_test_generated.swift390 …public func testarrayofbools(at index: Int32) -> Bool { let o = _accessor.offset(52); return o == … in testarrayofbools() function
391 public var testarrayofbools: [Byte] { return _accessor.getVector(at: 52) ?? [] } variable
392 … func mutate(testarrayofbools: Byte, at index: Int32) -> Bool { let o = _accessor.offset(52); retu… in mutate()
474 …blic static func addVectorOf(testarrayofbools: Offset<UOffset>, _ fbb: FlatBufferBuilder) { fbb.ad… in addVectorOf()
524 vectorOfTestarrayofbools testarrayofbools: Offset<UOffset> = Offset(),
573 Monster.addVectorOf(testarrayofbools: testarrayofbools, fbb)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/my-game/example/
H A Dmonster.ts335 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);
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/my-game/example/
H A Dmonster.ts335 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);

12345