| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SmallString.h | 197 size_t find_last_of(char C, size_t From = StringRef::npos) const { function in class:llvm::SmallString 198 return str().find_last_of(C, From); 205 size_t find_last_of( function in class:llvm::SmallString 207 return str().find_last_of(Chars, From);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| vstring.h | 1866 find_last_of(const __versa_string& __str, size_type __pos = npos) const 1868 { return this->find_last_of(__str.data(), __pos, __str.size()); } 1883 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const; 1896 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string 1899 return this->find_last_of(__s, __pos, traits_type::length(__s)); 1915 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| vstring.h | 1864 find_last_of(const __versa_string& __str, size_type __pos = npos) const 1866 { return this->find_last_of(__str.data(), __pos, __str.size()); } 1881 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const; 1894 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string 1897 return this->find_last_of(__s, __pos, traits_type::length(__s)); 1913 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
|