Home
last modified time | relevance | path

Searched refs:find_first_not_of (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/
Dstring_view.tcc163 find_first_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_not_of() function in std::experimental::fundamentals_v1::basic_string_view
175 find_first_not_of(_CharT __c, size_type __pos) const noexcept in find_first_not_of() function in std::experimental::fundamentals_v1::basic_string_view
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dstring_view.tcc161 find_first_not_of(const _CharT* __str, size_type __pos, in find_first_not_of() function in std::basic_string_view
174 find_first_not_of(_CharT __c, size_type __pos) const noexcept in find_first_not_of() function in std::basic_string_view
Dbasic_string.h2659 find_first_not_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2661 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
2673 find_first_not_of(const _Tp& __svt, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2677 return this->find_first_not_of(__sv.data(), __pos, __sv.size()); in _GLIBCXX_VISIBILITY()
2694 find_first_not_of(const _CharT* __s, size_type __pos, in _GLIBCXX_VISIBILITY()
2708 find_first_not_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2712 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2726 find_first_not_of(_CharT __c, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5500 find_first_not_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5502 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
[all …]
Dbasic_string.tcc1319 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in std::basic_string
1332 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() function in std::basic_string
Dlocale_facets_nonio.tcc313 const size_type __first = __res.find_first_not_of('0'); in _M_extract()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
Dstring827 find_first_not_of(const basic_string& __str, size_type __pos = 0) const
829 { return _Base::find_first_not_of(__str, __pos); }
832 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const
835 return _Base::find_first_not_of(__s, __pos, __n);
839 find_first_not_of(const _CharT* __s, size_type __pos = 0) const
842 return _Base::find_first_not_of(__s, __pos);
846 find_first_not_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
847 { return _Base::find_first_not_of(__c, __pos); }
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
Dstring_view382 find_first_not_of(basic_string_view __str,
384 { return this->find_first_not_of(__str._M_str, __pos, __str._M_len); }
387 find_first_not_of(_CharT __c, size_type __pos = 0) const noexcept;
390 find_first_not_of(const _CharT* __str,
394 find_first_not_of(const _CharT* __str, size_type __pos = 0) const noexcept
396 return this->find_first_not_of(__str, __pos,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dstring_view350 find_first_not_of(basic_string_view __str,
352 { return this->find_first_not_of(__str._M_str, __pos, __str._M_len); }
355 find_first_not_of(_CharT __c, size_type __pos = 0) const noexcept;
358 find_first_not_of(const _CharT* __str,
362 find_first_not_of(const _CharT* __str, size_type __pos = 0) const noexcept
364 return this->find_first_not_of(__str, __pos,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
Dstring870 find_first_not_of(const basic_string& __str, size_type __pos = 0) const
872 { return _Base::find_first_not_of(__str, __pos); }
875 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const
878 return _Base::find_first_not_of(__s, __pos, __n);
882 find_first_not_of(const _CharT* __s, size_type __pos = 0) const
885 return _Base::find_first_not_of(__s, __pos);
889 find_first_not_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
890 { return _Base::find_first_not_of(__c, __pos); }
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dbasic_string.h2076 find_first_not_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2078 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
2093 find_first_not_of(const _CharT* __s, size_type __pos, in _GLIBCXX_VISIBILITY()
2107 find_first_not_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2110 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2124 find_first_not_of(_CharT __c, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
Dbasic_string.tcc854 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in std::basic_string
866 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() function in std::basic_string
Dlocale_facets_nonio.tcc308 const size_type __first = __res.find_first_not_of('0'); in _M_extract()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dvstring.h1782 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1784 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
1799 find_first_not_of(const _CharT* __s, size_type __pos, in _GLIBCXX_VISIBILITY()
1813 find_first_not_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1816 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1830 find_first_not_of(_CharT __c, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
Dvstring.tcc392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in __gnu_cxx::__versa_string
405 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() function in __gnu_cxx::__versa_string
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dvstring.h1925 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1927 { return this->find_first_not_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
1942 find_first_not_of(const _CharT* __s, size_type __pos, in _GLIBCXX_VISIBILITY()
1956 find_first_not_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1959 return this->find_first_not_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1973 find_first_not_of(_CharT __c, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
Dvstring.tcc392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() function in __gnu_cxx::__versa_string
405 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() function in __gnu_cxx::__versa_string
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
Dprofiler_trace.h527 std::string::size_type __i = __line.find_first_not_of(" \t\n\v"); in __read_cost_factors()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
Dprofiler_trace.h506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v"); in __read_cost_factors()