Searched defs:kNotFound (Results 1 – 16 of 16) sorted by relevance
148 static const int kNotFound = -1; variable
262 static constexpr int kNotFound = -1; variable
234 static const int kNotFound = -1; variable
145 static const int kNotFound = -1; variable484 static const byte kNotFound = 0xFF; variable
686 static const int kNotFound = -1; variable
12 size_t kNotFound = std::string::npos; variable
61 kNotFound, enumerator
342 enum class ValidationResult { kFoundCorrect, kFoundIncorrect, kNotFound }; in GetHolderIfValid() enumerator
142 kNotFound = 5, enumerator
342 static const int kNotFound = -1; variable
540 constexpr size_t kNotFound = std::numeric_limits<size_t>::max(); variable
775 static const int kNotFound = -1; in FOR_EACH_INTRINSIC_RETURN_OBJECT() local
2235 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
2576 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
1019 enum ResultSentinel { kNotFound = -1, kUnsupported = -2 }; enumerator