Searched refs:testbool (Results 1 – 12 of 12) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 60 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool() method in Monster 61 …lic boolean mutateTestbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + bb_p… in mutateTestbool() argument 115 …ic void addTestbool(FlatBufferBuilder builder, boolean testbool) { builder.addBoolean(15, testbool… in addTestbool() argument
|
D | Monster.php | 395 …string, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv… argument 412 self::addTestbool($builder, $testbool); 691 public static function addTestbool(FlatBufferBuilder $builder, $testbool) argument 693 $builder->addBoolX(15, $testbool, false);
|
D | Monster.cs | 52 …lic bool MutateTestbool(bool testbool) { int o = __p.__offset(34); if (o != 0) { __p.bb.Put(o + __… in MutateTestbool() 106 …static void AddTestbool(FlatBufferBuilder builder, bool testbool) { builder.AddBool(15, testbool, … in AddTestbool()
|
D | Monster.py | 320 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
|
D | Monster.go | 482 func MonsterAddTestbool(builder *flatbuffers.Builder, testbool byte) { 483 builder.PrependByteSlot(15, testbool, 0)
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 468 bool testbool; 486 testbool(false), 630 bool testbool() const { 810 void add_testbool(bool testbool) { 811 fbb_.AddElement<uint8_t>(Monster::VT_TESTBOOL, static_cast<uint8_t>(testbool), 0); 881 bool testbool = false, 921 builder_.add_testbool(testbool); 943 bool testbool = false, 973 testbool, 1100 { auto _e = testbool(); _o->testbool = _e; }; [all …]
|
D | monster_test.fbs | 58 testbool:bool (id:15);
|
D | monster_test_generated.js | 857 MyGame.Example.Monster.prototype.testbool = function() { method in MyGame.Example.Monster 1388 MyGame.Example.Monster.addTestbool = function(builder, testbool) { argument 1389 builder.addFieldInt8(15, +testbool, +false);
|
D | JavaTest.java | 250 TestEq(monster.testbool(), false); in TestBuffer()
|
D | JavaScriptTest.js | 143 assert.strictEqual(monster.testbool(), false);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | select.ll | 82 define void @testbool(i32 %A, i32 %B) {
|
/external/llvm/test/CodeGen/Generic/ |
D | select.ll | 82 define void @testbool(i32 %A, i32 %B) {
|