| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SmallString.h | 183 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString 184 return str().find_first_not_of(C, From); 191 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString 192 return str().find_first_not_of(Chars, From);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| vstring.h | 1929 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const 1931 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } 1946 find_first_not_of(const _CharT* __s, size_type __pos, 1960 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string 1963 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); 1977 find_first_not_of(_CharT __c, size_type __pos = 0) const
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| vstring.h | 1927 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const 1929 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } 1944 find_first_not_of(const _CharT* __s, size_type __pos, 1958 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string 1961 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); 1975 find_first_not_of(_CharT __c, size_type __pos = 0) const
|