Home
last modified time | relevance | path

Searched refs:state_type (Results 1 – 25 of 58) sorted by relevance

123

/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 Dcodecvt.h76 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
116 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
196 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
214 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
237 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
243 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
247 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
259 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY()
282 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dlocale_conv.h237 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
264 wstring_convert(_Codecvt* __pcvt, state_type __state) in _GLIBCXX_VISIBILITY()
317 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
353 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
370 state_type state() const { return _M_state; } in _GLIBCXX_VISIBILITY()
376 state_type _M_state = state_type(); in _GLIBCXX_VISIBILITY()
392 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
407 state_type __state = state_type()) in _GLIBCXX_VISIBILITY()
442 state_type state() const noexcept { return _M_state; } in _GLIBCXX_VISIBILITY()
598 state_type _M_state; in _GLIBCXX_VISIBILITY()
/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 Dcodecvt.h76 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
116 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
196 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
214 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
237 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
243 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
247 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
259 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY()
282 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dlocale_conv.h237 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
264 wstring_convert(_Codecvt* __pcvt, state_type __state) in _GLIBCXX_VISIBILITY()
317 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
353 _M_state = state_type(); in _GLIBCXX_VISIBILITY()
370 state_type state() const { return _M_state; } in _GLIBCXX_VISIBILITY()
376 state_type _M_state = state_type(); in _GLIBCXX_VISIBILITY()
392 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
407 state_type __state = state_type()) in _GLIBCXX_VISIBILITY()
442 state_type state() const noexcept { return _M_state; } in _GLIBCXX_VISIBILITY()
598 state_type _M_state; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcodecvt87 typedef mbstate_t state_type;
96 do_out(state_type& __st,
100 do_in(state_type& __st,
104 do_unshift(state_type& __st,
108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
122 typedef mbstate_t state_type;
131 do_out(state_type& __st,
135 do_in(state_type& __st,
139 do_unshift(state_type& __st,
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
H A D__std_stream44 typedef typename traits_type::state_type state_type;
46 __stdinbuf(FILE* __fp, state_type* __st);
57 const codecvt<char_type, char, state_type>* __cv_;
58 state_type* __st_;
71 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
84 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
138 state_type __sv_st = *__st_;
232 typedef typename traits_type::state_type state_type;
234 __stdoutbuf(FILE* __fp, state_type* __st);
244 const codecvt<char_type, char, state_type>* __cv_;
[all …]
H A D__locale875 typedef mbstate_t state_type;
882 result out(state_type& __st,
890 result unshift(state_type& __st,
897 result in(state_type& __st,
917 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
937 virtual result do_out(state_type& __st,
940 virtual result do_in(state_type& __st,
943 virtual result do_unshift(state_type& __st,
947 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
962 typedef mbstate_t state_type;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcodecvt87 typedef mbstate_t state_type;
96 do_out(state_type& __st,
100 do_in(state_type& __st,
104 do_unshift(state_type& __st,
108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
122 typedef mbstate_t state_type;
131 do_out(state_type& __st,
135 do_in(state_type& __st,
139 do_unshift(state_type& __st,
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
H A D__std_stream44 typedef typename traits_type::state_type state_type;
46 __stdinbuf(FILE* __fp, state_type* __st);
57 const codecvt<char_type, char, state_type>* __cv_;
58 state_type* __st_;
71 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
84 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
138 state_type __sv_st = *__st_;
232 typedef typename traits_type::state_type state_type;
234 __stdoutbuf(FILE* __fp, state_type* __st);
244 const codecvt<char_type, char, state_type>* __cv_;
[all …]
H A D__locale875 typedef mbstate_t state_type;
882 result out(state_type& __st,
890 result unshift(state_type& __st,
897 result in(state_type& __st,
917 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
937 virtual result do_out(state_type& __st,
940 virtual result do_in(state_type& __st,
943 virtual result do_unshift(state_type& __st,
947 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
962 typedef mbstate_t state_type;
[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/ext/
H A Dcodecvt_specializations.h214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY()
249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
253 codecvt(state_type& __enc, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
[all …]
H A Denc_filebuf.h47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY()
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept) in _GLIBCXX_VISIBILITY()
H A Dpod_char_traits.h53 typedef _St state_type; in _GLIBCXX_VISIBILITY() typedef
101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY()
102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
/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/
H A Dcodecvt_specializations.h214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef
242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY()
249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
253 codecvt(state_type& __enc, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY()
262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
[all …]
H A Denc_filebuf.h47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef
50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY()
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept) in _GLIBCXX_VISIBILITY()
H A Dpod_char_traits.h53 typedef _St state_type; in _GLIBCXX_VISIBILITY() typedef
101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY()
102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dcentroid_weighted_length.hpp84 > state_type; typedef in boost::geometry::strategy::centroid::weighted_length
87 PointOfSegment const& p2, state_type& state) in apply()
92 typename state_type::work_point weighted_median; in apply()
100 static inline bool result(state_type const& state, Point& centroid) in result()
118 state_type const& m_state;
119 set_sum_div_length(state_type const& state) in set_sum_div_length()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dconvex_hull_concept.hpp42 typedef typename Strategy::state_type state_type; typedef in boost::geometry::concepts::ConvexHullStrategy
56 state_type* st = 0; in apply()
H A Darea_concept.hpp35 typedef typename Strategy::state_type state_type; typedef in boost::geometry::concepts::AreaStrategy
48 state_type *st = 0; in apply()
H A Dcentroid_concept.hpp36 typedef typename Strategy::state_type state_type; typedef in boost::geometry::concepts::CentroidStrategy
49 state_type *st = 0; in apply()
H A Dwithin_concept.hpp39 typedef typename Strategy::state_type state_type; typedef in boost::geometry::concepts::WithinStrategyPolygonal
89 state_type* st = 0; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dbacktrack_check_si.hpp111 typedef state state_type; typedef in boost::geometry::detail::overlay::backtrack_check_self_intersections
132 state_type& state, in apply()
168 typedef backtrack_state state_type; typedef in boost::geometry::detail::overlay::backtrack_debug
177 state_type& state in apply()
/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 Dcodecvt95 typedef mbstate_t state_type; \
105 do_out(state_type& __state, const intern_type* __from, \
111 do_unshift(state_type& __state, \
116 do_in(state_type& __state, \
129 int do_length(state_type&, const extern_type* __from, \
/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 Dcodecvt95 typedef mbstate_t state_type; \
105 do_out(state_type& __state, const intern_type* __from, \
111 do_unshift(state_type& __state, \
116 do_in(state_type& __state, \
129 int do_length(state_type&, const extern_type* __from, \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dcentroid.hpp211 typename Strategy::state_type& state) in apply()
256 typename Strategy::state_type state; in apply()
284 typename Strategy::state_type& state) in apply()
314 typename Strategy::state_type state; in apply()
340 typename Strategy::state_type& state) in apply()
377 typename Strategy::state_type state; in apply()

123