HomeSort by: relevance | last modified time | path
    Searched defs:find_last_not_of (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 1992 find_last_not_of(const __versa_string& __str,
1994 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
2009 find_last_not_of(const _CharT* __s, size_type __pos,
2023 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
2026 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
2040 find_last_not_of(_CharT __c, size_type __pos = npos) const
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 1990 find_last_not_of(const __versa_string& __str,
1992 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
2007 find_last_not_of(const _CharT* __s, size_type __pos,
2021 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
2024 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
2038 find_last_not_of(_CharT __c, size_type __pos = npos) const

Completed in 58 milliseconds