Home
last modified time | relevance | path

Searched defs:kTrue (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/base/
Dthread_checker_unittest.cc31 void* const kTrue = reinterpret_cast<void*>(1); variable
/external/skia/bench/
DBenchmark.h38 kTrue, enumerator
/external/skqp/bench/
DBenchmark.h38 kTrue, enumerator
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h141 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 }; enumerator
/external/v8/src/compiler/
Dcommon-operator.h28 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc285 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TEST() local
/external/gflags/src/
Dgflags.cc294 const char* kTrue[] = { "1", "t", "true", "y", "yes" }; in ParseFrom() local
/external/v8/src/
Dvalue-serializer.cc59 kTrue = 'T', enumerator
Dglobals.h518 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
Dobjects.h10125 static const byte kTrue = 1; variable