Searched defs:kNotFound (Results 1 – 16 of 16) sorted by relevance
29 kNotFound, enumerator
75 constexpr int kNotFound = -1; in LookupNameIndex() local
145 static const int kNotFound = -1; variable
233 static constexpr int kNotFound = -1; variable
218 static const int kNotFound = -1; variable
143 static const int kNotFound = -1; variable474 static const byte kNotFound = 0xFF; variable
644 static const int kNotFound = -1; variable
30 kNotFound = 5, enumerator
68 kNotFound, enumerator
311 static const int kNotFound = -1; variable
721 static const int kNotFound = -1; in FOR_EACH_INTRINSIC_RETURN_OBJECT() local
77 const char kNotFound[] = "NOT FOUND"; variable
2134 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
883 enum ResultSentinel { kNotFound = -1, kUnsupported = -2 }; enumerator