Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h27 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator
/external/skia/bench/
DBenchmark.h38 kTrue, enumerator
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h140 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 }; enumerator
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc256 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TestGetOptionalASN1Bool() local
/external/v8/src/
Dvalue-serializer.cc51 kTrue = 'T', enumerator
Dglobals.h512 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
Dobjects.h10446 static const byte kTrue = 1; variable