Searched defs:kTrue (Results 1 – 7 of 7) sorted by relevance
62 static const char kTrue[]; variable
37 const char XmlInterfaceParser::kTrue[] = "true"; member in chromeos_dbus_bindings::XmlInterfaceParser
24 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator
38 kTrue, enumerator
234 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TestGetOptionalASN1Bool() local
475 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
9581 static const byte kTrue = 1; variable