Searched defs:find_first_not_of (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | StringRef.cpp | 251 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef 259 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 393 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in __versa_string 406 find_first_not_of(_CharT __c, size_type __pos) const in find_first_not_of() function in __versa_string
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 834 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in basic_string 846 find_first_not_of(_CharT __c, size_type __pos) const in find_first_not_of() function in basic_string
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | basic_string.tcc | 893 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in std::basic_string 905 find_first_not_of(_CharT __c, size_type __pos) const in find_first_not_of() function in std::basic_string
|