Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.py751 …bools(builder, testarrayofbools): builder.PrependUOffsetTRelativeSlot(24, flatbuffers.number_types… argument
834 self.testarrayofbools = None # type: List[bool]
933 self.testarrayofbools = []
935 self.testarrayofbools.append(monster.Testarrayofbools(i))
937 self.testarrayofbools = monster.TestarrayofboolsAsNumpy()
1084 if self.testarrayofbools is not None:
1085 if np is not None and type(self.testarrayofbools) is np.ndarray:
1086 testarrayofbools = builder.CreateNumpyVector(self.testarrayofbools)
1088 MonsterStartTestarrayofboolsVector(builder, len(self.testarrayofbools))
1089 for i in reversed(range(len(self.testarrayofbools))):
[all …]
DMonster.kt355 fun testarrayofbools(j: Int) : Boolean { in testarrayofbools() method in MyGame.Example.Monster
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()
DMonster.php699 …fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $tes… argument
725 self::addTestarrayofbools($builder, $testarrayofbools);
1105 public static function addTestarrayofbools(FlatBufferBuilder $builder, $testarrayofbools) argument
1107 $builder->addOffsetX(24, $testarrayofbools, 0);
DMonster.lua561 …n Monster.AddTestarrayofbools(builder, testarrayofbools) builder:PrependUOffsetTRelativeSlot(24, t…
DMonster.java93 …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
DMonster.go1339 func MonsterAddTestarrayofbools(builder *flatbuffers.Builder, testarrayofbools flatbuffers.UOffsetT…
1340 builder.PrependUOffsetTSlot(24, flatbuffers.UOffsetT(testarrayofbools), 0)
DMonster.cs96 …ools(int j, bool testarrayofbools) { int o = __p.__offset(52); if (o != 0) { __p.bb.Put(__p.__vect… in MutateTestarrayofbools()
/external/flatbuffers/tests/
Dmonsterdata_test.json66 testarrayofbools:[
Dmonster_test_generated.h1172 std::vector<bool> testarrayofbools;
1242 (lhs.testarrayofbools == rhs.testarrayofbools) &&
1485 const flatbuffers::Vector<uint8_t> *testarrayofbools() const {
1688 verifier.VerifyVector(testarrayofbools()) &&
1835 void add_testarrayofbools(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools) {
1836 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools);
1948 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0,
1999 builder_.add_testarrayofbools(testarrayofbools);
2050 const std::vector<uint8_t> *testarrayofbools = nullptr,
2081 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0;
[all …]
Dmonster_test.fbs83 testarrayofbools:[bool] (id: 24);
Dmonster_test_generated.lobster278 def testarrayofbools(i:int):
440 def add_testarrayofbools(testarrayofbools:flatbuffers_offset):
441 b_.PrependUOffsetTRelativeSlot(24, testarrayofbools)
Dmonster_test_generated.rs1087 if let Some(x) = args.testarrayofbools { builder.add_testarrayofbools(x); } in create()
1276 pub fn testarrayofbools(&self) -> Option<&'a [bool]> { in testarrayofbools() method
1491 pub testarrayofbools: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , bool>>>, field
1544 testarrayofbools: None, in default()
1670 …pub fn add_testarrayofbools(&mut self, testarrayofbools: flatbuffers::WIPOffset<flatbuffers::Vecto… in add_testarrayofbools()
1671 …fbb_.push_slot_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools); in add_testarrayofbools()
Dmonster_test_my_game.example_generated.dart765 …List<bool> get testarrayofbools => const fb.ListReader<bool>(const fb.BoolReader()).vTableGet(_bc,…
807 …a: $testhashs64Fnv1a, testhashu64Fnv1a: $testhashu64Fnv1a, testarrayofbools: $testarrayofbools, te…
1102 List<bool> testarrayofbools,
1151 _testarrayofbools = testarrayofbools,
Dpy_test.py452 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 = []
Dmonster_test_generated.ts1332 testarrayofbools(index: number):boolean|null { method in MyGame.Example.Monster
Dmonster_test_generated.js1482 MyGame.Example.Monster.prototype.testarrayofbools = function(index) { method in MyGame.Example.Monster
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift185 XCTAssertEqual(monster.testarrayofbools.isEmpty, true) in readMonster()
187 XCTAssertEqual(monster.testarrayofbools.isEmpty, false) in readMonster()
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)
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1000 std::vector<bool> testarrayofbools;
1260 const flatbuffers::Vector<uint8_t> *testarrayofbools() const {
1463 verifier.VerifyVector(testarrayofbools()) &&
1610 void add_testarrayofbools(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools) {
1611 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools);
1723 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0,
1774 builder_.add_testarrayofbools(testarrayofbools);
1830 const std::vector<uint8_t> *testarrayofbools = nullptr,
1861 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0;
2364testarrayofbools(); if (_e) { _o->testarrayofbools.resize(_e->size()); for (flatbuffers::uoffset_t…
[all …]
/external/flatbuffers/dart/test/
Dflat_buffers_test.dart62testarrayofbools: null, testf: 3.14159, testf2: 3.0, testf3: 0.0, testarrayofstring2: null, testar…
Dmonster_test_my_game.example_generated.dart767 …List<bool> get testarrayofbools => const fb.ListReader<bool>(const fb.BoolReader()).vTableGet(_bc,…
809 …a: $testhashs64Fnv1a, testhashu64Fnv1a: $testhashu64Fnv1a, testarrayofbools: $testarrayofbools, te…
1104 List<bool> testarrayofbools,
1153 _testarrayofbools = testarrayofbools,
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs657 testarrayofbools: Some(v), ..Default::default()}); in vector_of_bool_store()
658 assert_eq!(m.testarrayofbools().unwrap(), &[false, true, false, true][..]); in vector_of_bool_store()
660 let rust_vec_inst = m.testarrayofbools().unwrap(); in vector_of_bool_store()