Home
last modified time | relevance | path

Searched refs:testbool (Results 1 – 21 of 21) sorted by relevance

/external/flatbuffers/tests/
Dmonsterdata_test.json69 testbool: true,
Dmonsterdata_test.golden59 testbool: true,
Dmonster_test_generated.h1106 bool testbool;
1141 testbool(false),
1174 (lhs.testbool == rhs.testbool) &&
1372 bool testbool() const {
1747 void add_testbool(bool testbool) {
1748 fbb_.AddElement<uint8_t>(Monster::VT_TESTBOOL, static_cast<uint8_t>(testbool), 0);
1875 bool testbool = false,
1953 builder_.add_testbool(testbool);
1975 bool testbool = false,
2043 testbool,
[all …]
Dmonster_test_my_game.example_generated.dart709 bool get testbool => const fb.BoolReader().vTableGet(_bc, _bcOffset, 34, false);
759 …estnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool: $testbool, testhashs3…
838 int addTestbool(bool testbool) {
839 fbBuilder.addBool(15, testbool);
1040 bool testbool,
1088 _testbool = testbool,
Dmonster_test.fbs76 testbool:bool (id:15);
Dmonster_test_generated.lobster231 def testbool():
391 def MonsterAddTestbool(b_:flatbuffers_builder, testbool:int):
392 b_.PrependBoolSlot(15, testbool, 0)
Dmonster_test_generated.rs992 builder.add_testbool(args.testbool); in create()
1124 pub fn testbool(&self) -> bool { in testbool() method
1362 pub testbool: bool, field
1414 testbool: false, in default()
1512 pub fn add_testbool(&mut self, testbool: bool) { in add_testbool()
1513 self.fbb_.push_slot::<bool>(Monster::VT_TESTBOOL, testbool, false); in add_testbool()
Dmonster_test_generated.ts1057 testbool():boolean { method in MyGame.Example.Monster
1947 static addTestbool(builder:flatbuffers.Builder, testbool:boolean) {
1948 builder.addFieldInt8(15, +testbool, +false);
2472 …latbufferOffset:flatbuffers.Offset, testemptyOffset:flatbuffers.Offset, testbool:boolean, testhash…
2488 Monster.addTestbool(builder, testbool);
Dmonster_test_generated.js1187 MyGame.Example.Monster.prototype.testbool = function() { method in MyGame.Example.Monster
2075 MyGame.Example.Monster.addTestbool = function(builder, testbool) { argument
2076 builder.addFieldInt8(15, +testbool, +false);
2651 …tablesOffset, enemyOffset, testnestedflatbufferOffset, testemptyOffset, testbool, testhashs32Fnv1,… argument
2667 MyGame.Example.Monster.addTestbool(builder, testbool);
DJavaTest.java136 TestEq(monster.testbool(), true); in TestBuffer()
DJavaScriptTest.js160 assert.strictEqual(monster.testbool(), true);
/external/flatbuffers/tests/MyGame/Example/
DMonster.java65 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool() method in Monster
66 …lic boolean mutateTestbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + bb_p… in mutateTestbool() argument
186 …ic void addTestbool(FlatBufferBuilder builder, boolean testbool) { builder.addBoolean(15, testbool in addTestbool() argument
DMonster.php682 …string, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv… argument
699 self::addTestbool($builder, $testbool);
997 public static function addTestbool(FlatBufferBuilder $builder, $testbool) argument
999 $builder->addBoolX(15, $testbool, false);
DMonster.cs70 …lic bool MutateTestbool(bool testbool) { int o = __p.__offset(34); if (o != 0) { __p.bb.Put(o + __… in MutateTestbool()
219 …static void AddTestbool(FlatBufferBuilder builder, bool testbool) { builder.AddBool(15, testbool, … in AddTestbool()
DMonster.lua545 function Monster.AddTestbool(builder, testbool) builder:PrependBoolSlot(15, testbool, 0) end
DMonster.py639 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
DMonster.go870 func MonsterAddTestbool(builder *flatbuffers.Builder, testbool bool) {
871 builder.PrependBoolSlot(15, testbool, false)
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart711 bool get testbool => const fb.BoolReader().vTableGet(_bc, _bcOffset, 34, false);
761 …estnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool: $testbool, testhashs3…
840 int addTestbool(bool testbool) {
841 fbBuilder.addBool(15, testbool);
1042 bool testbool,
1090 _testbool = testbool,
Dflat_buffers_test.dart62testbool: false, testhashs32Fnv1: 0, testhashu32Fnv1: 0, testhashs64Fnv1: 0, testhashu64Fnv1: 0, t…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dselect.ll82 define void @testbool(i32 %A, i32 %B) {
/external/llvm/test/CodeGen/Generic/
Dselect.ll82 define void @testbool(i32 %A, i32 %B) {