Searched defs:npos (Results 1 – 9 of 9) sorted by relevance
19 static constexpr size_t npos = -1; member in std::basic_string35 static constexpr size_t npos = -1; member in std::basic_string_view54 static constexpr size_t npos = -1; member in absl::string_view
15 static constexpr size_t npos = -1; member
36 static const size_t npos = ~size_t(0); member in llvm::StringRef
19 static constexpr size_t npos = StringRef::npos; variable
11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
63 LIBC_INLINE_VAR static constexpr size_t npos = -1; global() variable
41 static const size_t npos = ~size_t(0); member in llvm::StringRef [all...]
22 constexpr size_t StringRef::npos; member in StringRef [all...]
715 const auto npos = static_cast<uintmax_t>(-1); remove_all_impl() local