Searched defs:find_last_of (Results 1 - 25 of 35) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dstring_piece.h145 size_t find_last_of(const string_piece& to_search, size_t pos = npos) const { function in class:shaderc_util::string_piece
160 // Returns find_last_of(str, pos) where str is a string_piece
162 size_t find_last_of(char to_search, size_t pos = npos) const { function in class:shaderc_util::string_piece
163 return find_last_of(string_piece(&to_search, &to_search + 1), pos);
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dstring_piece.h145 size_t find_last_of(const string_piece& to_search, size_t pos = npos) const { function in class:shaderc_util::string_piece
160 // Returns find_last_of(str, pos) where str is a string_piece
162 size_t find_last_of(char to_search, size_t pos = npos) const { function in class:shaderc_util::string_piece
163 return find_last_of(string_piece(&to_search, &to_search + 1), pos);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dstringpiece.h387 stringpiece_ssize_type find_last_of(StringPiece s,
389 stringpiece_ssize_type find_last_of(char c, size_type pos = npos) const { function in class:google::protobuf::StringPiece
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c496 basic_string<_CharT,_Traits,_Alloc> ::find_last_of(const _CharT* __s, size_type __pos, function in class:_Alloc
H A D_string_sum.h208 size_type find_last_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
209 { return _M_get_storage().find_last_of(__s, __pos); }
210 size_type find_last_of(const _CharT* __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
211 { return _M_get_storage().find_last_of(__s, __pos); }
212 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
213 { return _M_get_storage().find_last_of(__s, __pos, __n); }
214 size_type find_last_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c496 basic_string<_CharT,_Traits,_Alloc> ::find_last_of(const _CharT* __s, size_type __pos, function in class:_Alloc
H A D_string_sum.h208 size_type find_last_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
209 { return _M_get_storage().find_last_of(__s, __pos); }
210 size_type find_last_of(const _CharT* __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
211 { return _M_get_storage().find_last_of(__s, __pos); }
212 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
213 { return _M_get_storage().find_last_of(__s, __pos, __n); }
214 size_type find_last_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c496 basic_string<_CharT,_Traits,_Alloc> ::find_last_of(const _CharT* __s, size_type __pos, function in class:_Alloc
H A D_string_sum.h208 size_type find_last_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
209 { return _M_get_storage().find_last_of(__s, __pos); }
210 size_type find_last_of(const _CharT* __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
211 { return _M_get_storage().find_last_of(__s, __pos); }
212 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
213 { return _M_get_storage().find_last_of(__s, __pos, __n); }
214 size_type find_last_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c496 basic_string<_CharT,_Traits,_Alloc> ::find_last_of(const _CharT* __s, size_type __pos, function in class:_Alloc
H A D_string_sum.h208 size_type find_last_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
209 { return _M_get_storage().find_last_of(__s, __pos); }
210 size_type find_last_of(const _CharT* __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
211 { return _M_get_storage().find_last_of(__s, __pos); }
212 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
213 { return _M_get_storage().find_last_of(__s, __pos, __n); }
214 size_type find_last_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dvstring.h1753 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1755 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1770 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1783 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1786 return this->find_last_of(__s, __pos, traits_type::length(__s));
1802 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dvstring.h1753 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1755 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1770 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1783 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1786 return this->find_last_of(__s, __pos, traits_type::length(__s));
1802 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dvstring.h1753 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1755 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1770 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1783 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1786 return this->find_last_of(__s, __pos, traits_type::length(__s));
1802 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dvstring.h1753 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1755 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1770 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1783 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1786 return this->find_last_of(__s, __pos, traits_type::length(__s));
1802 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dvstring.h1893 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1895 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1910 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1923 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1926 return this->find_last_of(__s, __pos, traits_type::length(__s));
1942 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h742 // find_last_of
743 size_type find_last_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
744 { return _M_non_dbg_impl.find_last_of(__s._M_non_dbg_impl, __pos); }
745 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
748 return _M_non_dbg_impl.find_last_of(__s, __pos);
750 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
753 return _M_non_dbg_impl.find_last_of(__s, __pos, __n);
755 size_type find_last_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dvstring.h1893 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1895 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1910 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1923 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1926 return this->find_last_of(__s, __pos, traits_type::length(__s));
1942 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h742 // find_last_of
743 size_type find_last_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
744 { return _M_non_dbg_impl.find_last_of(__s._M_non_dbg_impl, __pos); }
745 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
748 return _M_non_dbg_impl.find_last_of(__s, __pos);
750 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
753 return _M_non_dbg_impl.find_last_of(__s, __pos, __n);
755 size_type find_last_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dvstring.h1893 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1895 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1910 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1923 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1926 return this->find_last_of(__s, __pos, traits_type::length(__s));
1942 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h742 // find_last_of
743 size_type find_last_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
744 { return _M_non_dbg_impl.find_last_of(__s._M_non_dbg_impl, __pos); }
745 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
748 return _M_non_dbg_impl.find_last_of(__s, __pos);
750 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
753 return _M_non_dbg_impl.find_last_of(__s, __pos, __n);
755 size_type find_last_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dvstring.h1893 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1895 { return this->find_last_of(__str.data(), __pos, __str.size()); }
1910 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
1923 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1926 return this->find_last_of(__s, __pos, traits_type::length(__s));
1942 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h742 // find_last_of
743 size_type find_last_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
744 { return _M_non_dbg_impl.find_last_of(__s._M_non_dbg_impl, __pos); }
745 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
748 return _M_non_dbg_impl.find_last_of(__s, __pos);
750 size_type find_last_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
753 return _M_non_dbg_impl.find_last_of(__s, __pos, __n);
755 size_type find_last_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_string.h2016 find_last_of(const basic_string& __str, size_type __pos = npos) const
2018 { return this->find_last_of(__str.data(), __pos, __str.size()); }
2033 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
2046 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
2049 return this->find_last_of(__s, __pos, traits_type::length(__s));
2065 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_string.h2016 find_last_of(const basic_string& __str, size_type __pos = npos) const
2018 { return this->find_last_of(__str.data(), __pos, __str.size()); }
2033 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const;
2046 find_last_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
2049 return this->find_last_of(__s, __pos, traits_type::length(__s));
2065 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT

Completed in 917 milliseconds

12