Home
last modified time | relevance | path

Searched refs:string_type (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp101 typedef std::basic_string<Char,Traits> string_type; typedef in boost::escaped_list_separator
109 string_type escape_;
110 string_type c_;
111 string_type quote_;
156 escaped_list_separator(string_type e, string_type c, string_type q) in escaped_list_separator()
431 typedef std::basic_string<Char,Tr> string_type; typedef in boost::char_separator
530 string_type m_kept_delims;
531 string_type m_dropped_delims;
540 return m_kept_delims.find(E) != string_type::npos; in is_kept()
549 return m_dropped_delims.find(E) != string_type::npos; in is_dropped()
[all …]
/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/experimental/bits/
H A Dfs_path.h205 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
221 path(string_type&& __source) in _GLIBCXX_VISIBILITY()
259 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
260 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
302 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
343 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
345 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
387 int compare(const string_type& __s) const; in _GLIBCXX_VISIBILITY()
446 path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type) in _GLIBCXX_VISIBILITY()
454 path& _M_append(const string_type& __str) 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/experimental/bits/
H A Dfs_path.h205 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
221 path(string_type&& __source) in _GLIBCXX_VISIBILITY()
259 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
260 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
302 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
343 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
345 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
387 int compare(const string_type& __s) const; in _GLIBCXX_VISIBILITY()
446 path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type) in _GLIBCXX_VISIBILITY()
454 path& _M_append(const string_type& __str) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/io/detail/
H A Dmanip.hpp83 typedef FUSION_STRING_OF_STREAM(Stream) string_type; typedef in boost::fusion::detail::string_ios_manip
85 typedef stream_data<Stream, Tag, string_type> stream_data_t;
92 set(string_type const& s) in set()
101 string_type const* p = stream_data_t::get(stream); in print()
112 string_type const* p = stream_data_t::get(stream); in read()
117 typedef typename string_type::const_iterator iterator; in read()
229 typedef std::basic_string<Char, Traits> string_type; \
230 string_type data; \
231 name##_type(const string_type& d): data(d) {} \
/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 Dlocale_facets_nonio.h1031 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1150 string_type in _GLIBCXX_VISIBILITY()
1167 string_type in _GLIBCXX_VISIBILITY()
1184 string_type in _GLIBCXX_VISIBILITY()
1296 virtual string_type in _GLIBCXX_VISIBILITY()
1309 virtual string_type in _GLIBCXX_VISIBILITY()
1322 virtual string_type in _GLIBCXX_VISIBILITY()
1418 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1476 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1552 ios_base::iostate& __err, string_type& __digits) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h199 using string_type = std::basic_string<value_type>; in _GLIBCXX_VISIBILITY()
218 path(string_type&& __source, format = auto_format) in _GLIBCXX_VISIBILITY()
257 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
258 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
308 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
351 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
353 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
395 int compare(const string_type& __s) const noexcept; in _GLIBCXX_VISIBILITY()
530 pair<const string_type*, size_t> _M_find_extension() const noexcept; in _GLIBCXX_VISIBILITY()
552 static string_type in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_classes.tcc166 const string_type __one(__lo1, __hi1); in do_compare()
167 const string_type __two(__lo2, __hi2); in do_compare()
198 typename collate<_CharT>::string_type
202 string_type __ret; in do_transform()
205 const string_type __str(__lo, __hi); in do_transform()
H A Dregex.h84 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
173 { return string_type::traits_type::length(__p); } in _GLIBCXX_VISIBILITY()
224 string_type in _GLIBCXX_VISIBILITY()
229 string_type __s(__first, __last); in _GLIBCXX_VISIBILITY()
248 string_type in _GLIBCXX_VISIBILITY()
276 string_type in _GLIBCXX_VISIBILITY()
397 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY() typedef
618 { return this->assign(string_type(__p), __flags); } in _GLIBCXX_VISIBILITY()
637 { return this->assign(string_type(__p, __len), __flags); } in _GLIBCXX_VISIBILITY()
676 { return this->assign(string_type(__first, __last), __flags); } in _GLIBCXX_VISIBILITY()
[all …]
/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 Dlocale_facets_nonio.h1031 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1150 string_type in _GLIBCXX_VISIBILITY()
1167 string_type in _GLIBCXX_VISIBILITY()
1184 string_type in _GLIBCXX_VISIBILITY()
1296 virtual string_type in _GLIBCXX_VISIBILITY()
1309 virtual string_type in _GLIBCXX_VISIBILITY()
1322 virtual string_type in _GLIBCXX_VISIBILITY()
1418 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1476 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1552 ios_base::iostate& __err, string_type& __digits) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h199 using string_type = std::basic_string<value_type>; in _GLIBCXX_VISIBILITY()
218 path(string_type&& __source, format = auto_format) in _GLIBCXX_VISIBILITY()
257 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
258 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
308 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
351 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
353 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
395 int compare(const string_type& __s) const noexcept; in _GLIBCXX_VISIBILITY()
530 pair<const string_type*, size_t> _M_find_extension() const noexcept; in _GLIBCXX_VISIBILITY()
552 static string_type in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_classes.tcc166 const string_type __one(__lo1, __hi1); in do_compare()
167 const string_type __two(__lo2, __hi2); in do_compare()
198 typename collate<_CharT>::string_type
202 string_type __ret; in do_transform()
205 const string_type __str(__lo, __hi); in do_transform()
H A Dregex.h84 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
173 { return string_type::traits_type::length(__p); } in _GLIBCXX_VISIBILITY()
224 string_type in _GLIBCXX_VISIBILITY()
229 string_type __s(__first, __last); in _GLIBCXX_VISIBILITY()
248 string_type in _GLIBCXX_VISIBILITY()
276 string_type in _GLIBCXX_VISIBILITY()
397 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY() typedef
618 { return this->assign(string_type(__p), __flags); } in _GLIBCXX_VISIBILITY()
637 { return this->assign(string_type(__p, __len), __flags); } in _GLIBCXX_VISIBILITY()
676 { return this->assign(string_type(__first, __last), __flags); } in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dsstream202 typedef basic_string<char_type, traits_type, allocator_type> string_type;
206 string_type __str_;
215 explicit basic_stringbuf(const string_type& __s,
226 string_type str() const;
227 void str(const string_type& __s);
249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s,
445 return string_type(this->pbase(), __hm_, __str_.get_allocator());
448 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
449 return string_type(__str_.get_allocator());
454 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s)
[all …]
H A Dlocale879 typedef typename numpunct<_CharT>::string_type string_type;
880 const string_type __names[2] = {__np.truename(), __np.falsename()};
881 const string_type* __i = __scan_keyword(__b, __e, __names, __names+2,
1436 typedef typename numpunct<char_type>::string_type string_type;
1438 string_type __tmp(__v ? __np.truename() : __np.falsename());
1439 string_type __nm = _VSTD::move(__tmp);
1441 string_type __nm = __v ? __np.truename() : __np.falsename();
1443 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s)
1732 typedef basic_string<_CharT> string_type;
1734 virtual const string_type* __weeks() const;
[all …]
H A Dregex96 typedef basic_string<char_type> string_type;
106 string_type
109 string_type
112 string_type
131 typedef typename traits::string_type string_type;
214 typedef basic_string<value_type> string_type;
221 operator string_type() const;
222 string_type str() const;
225 int compare(const string_type& s) const;
454 typedef basic_string<char_type> string_type;
[all …]
H A D__locale245 typedef basic_string<char_type> string_type;
259 string_type transform(const char_type* __lo, const char_type* __hi) const
276 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
277 {return string_type(__lo, __hi);}
333 typedef basic_string<char_type> string_type;
342 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
352 typedef basic_string<char_type> string_type;
362 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
1425 typedef basic_string<char_type> string_type;
1432 _LIBCPP_INLINE_VISIBILITY string_type truename() const {return do_truename();}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dsstream202 typedef basic_string<char_type, traits_type, allocator_type> string_type;
206 string_type __str_;
215 explicit basic_stringbuf(const string_type& __s,
226 string_type str() const;
227 void str(const string_type& __s);
249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s,
445 return string_type(this->pbase(), __hm_, __str_.get_allocator());
448 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
449 return string_type(__str_.get_allocator());
454 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s)
[all …]
H A Dlocale879 typedef typename numpunct<_CharT>::string_type string_type;
880 const string_type __names[2] = {__np.truename(), __np.falsename()};
881 const string_type* __i = __scan_keyword(__b, __e, __names, __names+2,
1436 typedef typename numpunct<char_type>::string_type string_type;
1438 string_type __tmp(__v ? __np.truename() : __np.falsename());
1439 string_type __nm = _VSTD::move(__tmp);
1441 string_type __nm = __v ? __np.truename() : __np.falsename();
1443 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s)
1732 typedef basic_string<_CharT> string_type;
1734 virtual const string_type* __weeks() const;
[all …]
H A Dregex96 typedef basic_string<char_type> string_type;
106 string_type
109 string_type
112 string_type
131 typedef typename traits::string_type string_type;
214 typedef basic_string<value_type> string_type;
221 operator string_type() const;
222 string_type str() const;
225 int compare(const string_type& s) const;
454 typedef basic_string<char_type> string_type;
[all …]
H A D__locale245 typedef basic_string<char_type> string_type;
259 string_type transform(const char_type* __lo, const char_type* __hi) const
276 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
277 {return string_type(__lo, __hi);}
333 typedef basic_string<char_type> string_type;
342 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
352 typedef basic_string<char_type> string_type;
362 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
1425 typedef basic_string<char_type> string_type;
1432 _LIBCPP_INLINE_VISIBILITY string_type truename() const {return do_truename();}
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dlit.hpp90 typedef std::basic_string<char_type> string_type; typedef
100 no_attribute, unused_type, string_type>::type
133 typedef std::basic_string<char_type> string_type; typedef
143 typename string_type::iterator loi = str_lo.begin(); in no_case_literal_string()
144 typename string_type::iterator hii = str_hi.begin(); in no_case_literal_string()
159 no_attribute, unused_type, string_type>::type
178 string_type str_lo, str_hi;
/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/ext/pb_ds/detail/
H A Dstandard_policies.hpp145 typedef __dtrie_string string_type; typedef
149 typedef trie_string_access_traits<string_type> type;
/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/ext/pb_ds/detail/
H A Dstandard_policies.hpp145 typedef __dtrie_string string_type; typedef
149 typedef trie_string_access_traits<string_type> type;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsubstring-locations.h54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc() argument
56 : m_fmt_string_loc (fmt_string_loc), m_string_type (string_type), in substring_loc()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsubstring-locations.h54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc() argument
56 : m_fmt_string_loc (fmt_string_loc), m_string_type (string_type), in substring_loc()

12