Home
last modified time | relevance | path

Searched refs:ends_with (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dpredicate.hpp139 inline bool ends_with( in ends_with() function
168 inline bool ends_with( in ends_with() function
172 return ::boost::algorithm::ends_with(Input, Test, is_equal()); in ends_with()
194 return ::boost::algorithm::ends_with(Input, Test, is_iequal(Loc)); in iends_with()
462 using algorithm::ends_with;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstring_view149 constexpr bool ends_with(basic_string_view s) const noexcept; // C++2a
150 constexpr bool ends_with(charT c) const noexcept; // C++2a
151 constexpr bool ends_with(const charT* s) const; // C++2a
592 bool ends_with(basic_string_view __s) const _NOEXCEPT
596 bool ends_with(value_type __c) const _NOEXCEPT
600 bool ends_with(const value_type* __s) const _NOEXCEPT
601 { return ends_with(basic_string_view(__s)); }
H A Dstring323 bool ends_with(basic_string_view<charT, traits> sv) const noexcept; // C++2a
324 bool ends_with(charT c) const noexcept; // C++2a
325 bool ends_with(const charT* s) const; // C++2a
1409 bool ends_with(__self_view __sv) const _NOEXCEPT
1410 { return __self_view(data(), size()).ends_with( __sv); }
1413 bool ends_with(value_type __c) const _NOEXCEPT
1417 bool ends_with(const value_type* __s) const _NOEXCEPT
1418 { return ends_with(__self_view(__s)); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstring_view149 constexpr bool ends_with(basic_string_view s) const noexcept; // C++2a
150 constexpr bool ends_with(charT c) const noexcept; // C++2a
151 constexpr bool ends_with(const charT* s) const; // C++2a
592 bool ends_with(basic_string_view __s) const _NOEXCEPT
596 bool ends_with(value_type __c) const _NOEXCEPT
600 bool ends_with(const value_type* __s) const _NOEXCEPT
601 { return ends_with(basic_string_view(__s)); }
H A Dstring323 bool ends_with(basic_string_view<charT, traits> sv) const noexcept; // C++2a
324 bool ends_with(charT c) const noexcept; // C++2a
325 bool ends_with(const charT* s) const; // C++2a
1409 bool ends_with(__self_view __sv) const _NOEXCEPT
1410 { return __self_view(data(), size()).ends_with( __sv); }
1413 bool ends_with(value_type __c) const _NOEXCEPT
1417 bool ends_with(const value_type* __s) const _NOEXCEPT
1418 { return ends_with(__self_view(__s)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dstring_view339 ends_with(basic_string_view __x) const noexcept
346 ends_with(_CharT __x) const noexcept
350 ends_with(const _CharT* __x) const noexcept
351 { return this->ends_with(basic_string_view(__x)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dstring_view339 ends_with(basic_string_view __x) const noexcept
346 ends_with(_CharT __x) const noexcept
350 ends_with(const _CharT* __x) const noexcept
351 { return this->ends_with(basic_string_view(__x)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dbasic_string.h3070 ends_with(basic_string_view<_CharT, _Traits> __x) const noexcept in _GLIBCXX_VISIBILITY()
3071 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
3074 ends_with(_CharT __x) const noexcept in _GLIBCXX_VISIBILITY()
3075 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
3078 ends_with(const _CharT* __x) const noexcept in _GLIBCXX_VISIBILITY()
3079 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
5980 ends_with(basic_string_view<_CharT, _Traits> __x) const noexcept in _GLIBCXX_VISIBILITY()
5981 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
5984 ends_with(_CharT __x) const noexcept in _GLIBCXX_VISIBILITY()
5985 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dbasic_string.h3070 ends_with(basic_string_view<_CharT, _Traits> __x) const noexcept in _GLIBCXX_VISIBILITY()
3071 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
3074 ends_with(_CharT __x) const noexcept in _GLIBCXX_VISIBILITY()
3075 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
3078 ends_with(const _CharT* __x) const noexcept in _GLIBCXX_VISIBILITY()
3079 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
5980 ends_with(basic_string_view<_CharT, _Traits> __x) const noexcept in _GLIBCXX_VISIBILITY()
5981 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
5984 ends_with(_CharT __x) const noexcept in _GLIBCXX_VISIBILITY()
5985 { return __sv_type(this->data(), this->size()).ends_with(__x); } in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c2907 static const char *ends_with(const char *str, const char *suffix) in ends_with() function
2970 str = (char *)ends_with(script_root, suffix); in get_script_root()
3215 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script()