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/v8/src/compiler/
Dgraph-reducer.h27 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
Dcommon-operator.h30 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator
/external/boringssl/src/crypto/asn1/
Dasn1_test.cc181 static const uint8_t kTrue[] = {0x01, 0x01, 0xff}; in TEST() local
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h144 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 }; 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.cc79 kTrue = 'T', enumerator
Dobjects.h3888 static const byte kTrue = 1; variable
/external/v8/src/ast/
Dast.h1716 enum class TaggedTemplateTag { kTrue }; enumerator