Searched defs:kTrue (Results 1 – 7 of 7) sorted by relevance
| /external/v8/src/compiler/ |
| D | common-operator.h | 27 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator
|
| /external/skia/bench/ |
| D | Benchmark.h | 38 kTrue, enumerator
|
| /external/v8/tools/clang/blink_gc_plugin/ |
| D | RecordInfo.h | 140 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 }; enumerator
|
| /external/boringssl/src/crypto/bytestring/ |
| D | bytestring_test.cc | 256 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TestGetOptionalASN1Bool() local
|
| /external/v8/src/ |
| D | value-serializer.cc | 51 kTrue = 'T', enumerator
|
| D | globals.h | 512 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
|
| D | objects.h | 10446 static const byte kTrue = 1; variable
|