HomeSort by relevance Sort by last modified time
    Searched defs:kTrue (Results 1 - 8 of 8) sorted by null

  /external/v8/test/unittests/compiler/
diamond-unittest.cc 136 Diamond dt(graph(), common(), Parameter(0), BranchHint::kTrue);
137 CHECK(BranchHint::kTrue == BranchHintOf(dt.branch->op()));
  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.h 62 static const char kTrue[];
xml_interface_parser.cc 37 const char XmlInterfaceParser::kTrue[] = "true";
158 CHECK(value == kTrue || value == kFalse);
159 method.is_const = (value == kTrue);
161 CHECK(value == kTrue || value == kFalse);
162 method.include_dbus_message = (value == kTrue);
  /external/skia/bench/
Benchmark.h 38 kTrue,
  /external/v8/src/compiler/
common-operator.h 24 enum class BranchHint : uint8_t { kNone, kTrue, kFalse };
30 case BranchHint::kTrue:
33 return BranchHint::kTrue;
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 234 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff};
246 CBS_init(&data, kTrue, sizeof(kTrue));
  /external/v8/src/
globals.h 475 enum class Decision : uint8_t { kUnknown, kTrue, kFalse };
485 case Decision::kTrue:
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 286 milliseconds