Searched refs:basic_string_view (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 29 class basic_string_view; 35 class basic_string_view { 52 constexpr basic_string_view(const basic_string_view& other) noexcept = default; 58 constexpr basic_string_view& operator=(const basic_string_view& view) noexcept = default; 310 constexpr void basic_string_view<CharT>::swap(basic_string_view& v) noexcept in swap() 312 basic_string_view sv(v); in swap() 318 constexpr typename basic_string_view<CharT>::size_type basic_string_view<CharT>::copy( in copy() 348 constexpr int basic_string_view<CharT>::compare(basic_string_view v) const noexcept in compare() 554 constexpr typename basic_string_view<CharT>::size_type basic_string_view<CharT>::find( in find() 575 constexpr typename basic_string_view<CharT>::size_type basic_string_view<CharT>::find( in find() [all …]
|
H A D | fixed_string.h | 40 using string_view = basic_string_view<CharT>; 79 constexpr basic_fixed_string(const basic_string_view<CharT>& a) noexcept in basic_fixed_string() 281 basic_fixed_string& replace(size_t first, size_t last, const basic_string_view<CharT>& str) 377 …const basic_fixed_string<CharT, M>& lhs, const type_identity_t<basic_string_view<CharT>> rhs) noex… 384 …const type_identity_t<basic_string_view<CharT>> lhs, const basic_fixed_string<CharT, M>& rhs) noex… 397 …const basic_fixed_string<CharT, M>& lhs, const type_identity_t<basic_string_view<CharT>> rhs) noex… 404 …const type_identity_t<basic_string_view<CharT>> lhs, const basic_fixed_string<CharT, M>& rhs) noex… 417 …const basic_fixed_string<CharT, M>& lhs, const type_identity_t<basic_string_view<CharT>> rhs) noex… 424 …const type_identity_t<basic_string_view<CharT>> lhs, const basic_fixed_string<CharT, M>& rhs) noex…
|
H A D | string.h | 39 using string_view = basic_string_view<CharT>; 688 return substr(pos1, count1).compare(basic_string_view(s, count2)); in compare() 736 bool starts_with(basic_string_view<CharT> sv) const noexcept in starts_with() 738 return operator basic_string_view<CharT>().starts_with(sv); in starts_with() 743 return operator basic_string_view<CharT>().starts_with(ch); in starts_with() 748 return operator basic_string_view<CharT>().starts_with(s); in starts_with() 752 bool ends_with(basic_string_view<CharT> sv) const noexcept in ends_with() 754 return operator basic_string_view<CharT>().ends_with(sv); in ends_with() 759 return operator basic_string_view<CharT>().ends_with(ch); in ends_with() 764 return operator basic_string_view<CharT>().ends_with(s); in ends_with()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | scoped_handle.h | 28 class basic_string_view; 29 using string_view = basic_string_view<char>;
|