Searched defs:kValue (Results 1 – 10 of 10) sorted by relevance
75 static constexpr uint32_t kValue = UINT32_C(0x04030201); variable
606 int32_t kValue = 12345; in TEST_F() local619 int32_t kValue = 12345; in TEST_F() local633 int32_t kValue = 12345; in TEST_F() local720 int32_t kValue = 12; in TEST_F() local752 int32_t kValue = 12; in TEST_F() local
210 static constexpr uint32_t kValue = kAccCopied | kAccAbstract; in IsMiranda() local221 static constexpr uint32_t kValue = kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting() local240 static constexpr uint32_t kValue = kAccCompileDontBother | kAccPreCompiled; in IsPreCompiled() local
266 const StringPiece16 kValue = u"value"; in TEST_F() local
237 const char kValue[] = "some test value\non 2 lines"; in TEST_F() local251 const char kValue[] = "test value"; in TEST_F() local
140 const int kValue = 50; in TEST() local
46 static void* kValue = static_cast<void*>(new bool{true}); variable
896 const uint8_t kValue = 0xCA; in TEST_F() local959 const uint8_t kValue = 0xCA; in TEST_F() local1004 const uint8_t kValue = 0xCA; in TEST_F() local
139 static const ab::NoDestructor<std::string> kValue{ in incFsPropertyValue() local
302 enum class Target : uint8_t { kNull, kValue, kSelf }; enumerator