Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.java60 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
DMonster.php395 …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);
DMonster.cs52 …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()
DMonster.py320 def MonsterAddTestbool(builder, testbool): builder.PrependBoolSlot(15, testbool, 0) argument
DMonster.go482 func MonsterAddTestbool(builder *flatbuffers.Builder, testbool byte) {
483 builder.PrependByteSlot(15, testbool, 0)
/external/flatbuffers/tests/
Dmonster_test_generated.h468 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 …]
Dmonster_test.fbs58 testbool:bool (id:15);
Dmonster_test_generated.js857 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);
DJavaTest.java250 TestEq(monster.testbool(), false); in TestBuffer()
DJavaScriptTest.js143 assert.strictEqual(monster.testbool(), false);
/external/swiftshader/third_party/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) {