Home
last modified time | relevance | path

Searched defs:testarrayofbools (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java33 private boolean[] testarrayofbools; field in MonsterT
152 …public void setTestarrayofbools(boolean[] testarrayofbools) { this.testarrayofbools = testarrayofb… in setTestarrayofbools()
H A DMonster.php770 …_fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $te…
1181 public static function addTestarrayofbools(FlatBufferBuilder $builder, $testarrayofbools)
H A DMonster.py913 def MonsterAddTestarrayofbools(builder, testarrayofbools): builder.PrependUOffsetTRelativeSlot(24, … argument
914 def AddTestarrayofbools(builder, testarrayofbools): argument
H A DMonster.kt354 fun testarrayofbools(j: Int) : Boolean { in testarrayofbools() method
H A DMonster.java93 …public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector(… in testarrayofbools() method in Monster
99 …public boolean mutateTestarrayofbools(int j, boolean testarrayofbools) { int o = __offset(52); if … in mutateTestarrayofbools()
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs213 let testarrayofbools = self.testarrayofbools().map(|x| { in unpack() localVariable
476 pub fn testarrayofbools(&self) -> Option<&'a [bool]> { in testarrayofbools() method
799 pub testarrayofbools: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, bool>>>, field
1286 pub testarrayofbools: Option<Vec<bool>>, field
1417 let testarrayofbools = self.testarrayofbools.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs215 let testarrayofbools = self.testarrayofbools().map(|x| { in unpack() localVariable
478 pub fn testarrayofbools(&self) -> Option<&'a [bool]> { in testarrayofbools() method
801 pub testarrayofbools: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, bool>>>, field
1505 pub testarrayofbools: Option<Vec<bool>>, field
1636 let testarrayofbools = self.testarrayofbools.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.ts335 testarrayofbools(index: number):boolean|null { method in Monster
1358 const testarrayofbools = Monster.createTestarrayofboolsVector(builder, this.testarrayofbools); constant
H A Dmonster.js257 testarrayofbools(index) { method in Monster
986 … 0, testhashs64Fnv1a = BigInt('0'), testhashu64Fnv1a = BigInt('0'), testarrayofbools = [], testf =… argument
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift1248 …public func testarrayofbools(at index: Int32) -> Bool { let o = _accessor.offset(VTOFFSET.testarra… in testarrayofbools() function
1249 …public var testarrayofbools: [Bool] { return _accessor.getVector(at: VTOFFSET.testarrayofbools.v) … variable
2063 public var testarrayofbools: [Bool] variable
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test_generated.swift1248 …public func testarrayofbools(at index: Int32) -> Bool { let o = _accessor.offset(VTOFFSET.testarra… in testarrayofbools() function
1249 …public var testarrayofbools: [Bool] { return _accessor.getVector(at: VTOFFSET.testarrayofbools.v) … variable
2063 public var testarrayofbools: [Bool] variable
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test.schema.json254 "testarrayofbools" : { object
H A Dmonster_test_generated.py1602 def MonsterAddTestarrayofbools(builder, testarrayofbools): builder.PrependUOffsetTRelativeSlot(24, … argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts903 testarrayofbools(index: number):boolean|null { method in MyGame_Example_Monster