/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.py | 751 …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 …]
|
D | Monster.kt | 355 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()
|
D | Monster.php | 699 …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);
|
D | Monster.lua | 561 …n Monster.AddTestarrayofbools(builder, testarrayofbools) builder:PrependUOffsetTRelativeSlot(24, t…
|
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.go | 1339 func MonsterAddTestarrayofbools(builder *flatbuffers.Builder, testarrayofbools flatbuffers.UOffsetT… 1340 builder.PrependUOffsetTSlot(24, flatbuffers.UOffsetT(testarrayofbools), 0)
|
D | Monster.cs | 96 …ools(int j, bool testarrayofbools) { int o = __p.__offset(52); if (o != 0) { __p.bb.Put(__p.__vect… in MutateTestarrayofbools()
|
/external/flatbuffers/tests/ |
D | monsterdata_test.json | 66 testarrayofbools:[
|
D | monster_test_generated.h | 1172 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 …]
|
D | monster_test.fbs | 83 testarrayofbools:[bool] (id: 24);
|
D | monster_test_generated.lobster | 278 def testarrayofbools(i:int): 440 def add_testarrayofbools(testarrayofbools:flatbuffers_offset): 441 b_.PrependUOffsetTRelativeSlot(24, testarrayofbools)
|
D | monster_test_generated.rs | 1087 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()
|
D | monster_test_my_game.example_generated.dart | 765 …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,
|
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 = []
|
D | monster_test_generated.ts | 1332 testarrayofbools(index: number):boolean|null { method in MyGame.Example.Monster
|
D | monster_test_generated.js | 1482 MyGame.Example.Monster.prototype.testarrayofbools = function(index) { method in MyGame.Example.Monster
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 185 XCTAssertEqual(monster.testarrayofbools.isEmpty, true) in readMonster() 187 XCTAssertEqual(monster.testarrayofbools.isEmpty, false) in readMonster()
|
D | monster_test_generated.swift | 390 …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/ |
D | monster_test_generated.h | 1000 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; 2364 …testarrayofbools(); if (_e) { _o->testarrayofbools.resize(_e->size()); for (flatbuffers::uoffset_t… [all …]
|
/external/flatbuffers/dart/test/ |
D | flat_buffers_test.dart | 62 …testarrayofbools: null, testf: 3.14159, testf2: 3.0, testf3: 0.0, testarrayofstring2: null, testar…
|
D | monster_test_my_game.example_generated.dart | 767 …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/ |
D | integration_test.rs | 657 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()
|