Home
last modified time | relevance | path

Searched refs:__gnu_cxx (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/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 Dcontainer_base_dispatch.hpp111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
186 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
[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/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
186 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
[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 Dspecfun.h251 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
254 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
297 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
300 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
342 inline typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type in _GLIBCXX_VISIBILITY()
345 typedef typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type __type; in _GLIBCXX_VISIBILITY()
390 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
393 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
437 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
440 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
[all …]
H A Dconcept_check.h69 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
71 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
73 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
75 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
77 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
H A Dstl_heap.h96 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
107 __gnu_cxx::__ops::_Iter_comp_iter<_Cmp> __cmp(_GLIBCXX_MOVE(__comp)); in _GLIBCXX_VISIBILITY()
176 __gnu_cxx::__ops::_Iter_less_val __comp; in _GLIBCXX_VISIBILITY()
212 __decltype(__gnu_cxx::__ops::__iter_comp_val(_GLIBCXX_MOVE(__comp))) in _GLIBCXX_VISIBILITY()
244 __decltype(__gnu_cxx::__ops::__iter_comp_val(_GLIBCXX_MOVE(__comp))) in _GLIBCXX_VISIBILITY()
297 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
330 __gnu_cxx::__ops::_Iter_comp_iter<_Cmp> __cmp(_GLIBCXX_MOVE(__comp)); in _GLIBCXX_VISIBILITY()
384 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
411 __gnu_cxx::__ops::_Iter_comp_iter<_Cmp> __cmp(_GLIBCXX_MOVE(__comp)); in _GLIBCXX_VISIBILITY()
450 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
[all …]
H A Dchar_traits.h50 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
310 struct char_traits : public __gnu_cxx::char_traits<_CharT> in _GLIBCXX_VISIBILITY()
369 return __gnu_cxx::char_traits<char_type>::length(__s); in _GLIBCXX_VISIBILITY()
383 return __gnu_cxx::char_traits<char_type>::find(__s, __n, __a); in _GLIBCXX_VISIBILITY()
395 return __gnu_cxx::char_traits<char_type>::move(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
407 return __gnu_cxx::char_traits<char_type>::copy(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
419 return __gnu_cxx::char_traits<char_type>::assign(__s, __n, __a); in _GLIBCXX_VISIBILITY()
483 return __gnu_cxx::char_traits<char_type>::compare(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
493 return __gnu_cxx::char_traits<char_type>::length(__s); in _GLIBCXX_VISIBILITY()
507 return __gnu_cxx::char_traits<char_type>::find(__s, __n, __a); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_algo.h107 __gnu_cxx::__ops::__negate(__pred), in _GLIBCXX_VISIBILITY()
154 __gnu_cxx::__ops::__iter_comp_iter(__predicate, __first2)); in _GLIBCXX_VISIBILITY()
163 __gnu_cxx::__ops::__iter_comp_iter(__predicate, __first2)); in _GLIBCXX_VISIBILITY()
382 __gnu_cxx::__ops::__iter_equal_to_iter()); in _GLIBCXX_VISIBILITY()
433 __gnu_cxx::__ops::__iter_comp_iter(__comp)); in _GLIBCXX_VISIBILITY()
514 __gnu_cxx::__ops::__pred_iter(__pred)); in _GLIBCXX_VISIBILITY()
631 __gnu_cxx::__ops::__iter_equals_val(__value)); in _GLIBCXX_VISIBILITY()
665 __gnu_cxx::__ops::__pred_iter(__pred)); in _GLIBCXX_VISIBILITY()
886 __gnu_cxx::__ops::__iter_equals_val(__value)); in _GLIBCXX_VISIBILITY()
920 __gnu_cxx::__ops::__pred_iter(__pred)); 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 Dspecfun.h251 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
254 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
297 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
300 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
342 inline typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type in _GLIBCXX_VISIBILITY()
345 typedef typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type __type; in _GLIBCXX_VISIBILITY()
390 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
393 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
437 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY()
440 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY()
[all …]
H A Dconcept_check.h69 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
71 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
73 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
75 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
77 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
H A Dstl_heap.h96 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
107 __gnu_cxx::__ops::_Iter_comp_iter<_Cmp> __cmp(_GLIBCXX_MOVE(__comp)); in _GLIBCXX_VISIBILITY()
176 __gnu_cxx::__ops::_Iter_less_val __comp; in _GLIBCXX_VISIBILITY()
212 __decltype(__gnu_cxx::__ops::__iter_comp_val(_GLIBCXX_MOVE(__comp))) in _GLIBCXX_VISIBILITY()
244 __decltype(__gnu_cxx::__ops::__iter_comp_val(_GLIBCXX_MOVE(__comp))) in _GLIBCXX_VISIBILITY()
297 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
330 __gnu_cxx::__ops::_Iter_comp_iter<_Cmp> __cmp(_GLIBCXX_MOVE(__comp)); in _GLIBCXX_VISIBILITY()
384 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
411 __gnu_cxx::__ops::_Iter_comp_iter<_Cmp> __cmp(_GLIBCXX_MOVE(__comp)); in _GLIBCXX_VISIBILITY()
450 __gnu_cxx::__ops::_Iter_less_iter __comp; in _GLIBCXX_VISIBILITY()
[all …]
H A Dchar_traits.h50 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
310 struct char_traits : public __gnu_cxx::char_traits<_CharT> in _GLIBCXX_VISIBILITY()
369 return __gnu_cxx::char_traits<char_type>::length(__s); in _GLIBCXX_VISIBILITY()
383 return __gnu_cxx::char_traits<char_type>::find(__s, __n, __a); in _GLIBCXX_VISIBILITY()
395 return __gnu_cxx::char_traits<char_type>::move(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
407 return __gnu_cxx::char_traits<char_type>::copy(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
419 return __gnu_cxx::char_traits<char_type>::assign(__s, __n, __a); in _GLIBCXX_VISIBILITY()
483 return __gnu_cxx::char_traits<char_type>::compare(__s1, __s2, __n); in _GLIBCXX_VISIBILITY()
493 return __gnu_cxx::char_traits<char_type>::length(__s); in _GLIBCXX_VISIBILITY()
507 return __gnu_cxx::char_traits<char_type>::find(__s, __n, __a); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_algo.h107 __gnu_cxx::__ops::__negate(__pred), in _GLIBCXX_VISIBILITY()
154 __gnu_cxx::__ops::__iter_comp_iter(__predicate, __first2)); in _GLIBCXX_VISIBILITY()
163 __gnu_cxx::__ops::__iter_comp_iter(__predicate, __first2)); in _GLIBCXX_VISIBILITY()
382 __gnu_cxx::__ops::__iter_equal_to_iter()); in _GLIBCXX_VISIBILITY()
433 __gnu_cxx::__ops::__iter_comp_iter(__comp)); in _GLIBCXX_VISIBILITY()
514 __gnu_cxx::__ops::__pred_iter(__pred)); in _GLIBCXX_VISIBILITY()
631 __gnu_cxx::__ops::__iter_equals_val(__value)); in _GLIBCXX_VISIBILITY()
665 __gnu_cxx::__ops::__pred_iter(__pred)); in _GLIBCXX_VISIBILITY()
886 __gnu_cxx::__ops::__iter_equals_val(__value)); in _GLIBCXX_VISIBILITY()
920 __gnu_cxx::__ops::__pred_iter(__pred)); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstreambuf_iterator.h74 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_VISIBILITY()
80 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_VISIBILITY()
92 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_VISIBILITY()
98 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_VISIBILITY()
256 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_VISIBILITY()
324 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY()
341 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY()
353 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY()
365 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY()
420 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 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/tr1/
H A Dcmath308 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
312 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
318 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
322 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
327 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
331 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
336 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
340 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
345 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
349 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
[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/tr1/
H A Dcmath308 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
312 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
318 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
322 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
327 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
331 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
336 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
340 typedef typename __gnu_cxx::__promote<_Tp>::__type __type;
345 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
349 typedef typename __gnu_cxx::__promote<_Tp>::__type __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/
H A Dcmath97 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
116 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
135 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
154 typename __gnu_cxx::__promote_2<_Tp, _Up>::__type
157 typedef typename __gnu_cxx::__promote_2<_Tp, _Up>::__type __type;
175 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
194 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
213 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
232 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
251 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
[all …]
H A Dcstdlib195 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
235 } // namespace __gnu_cxx
240 using ::__gnu_cxx::lldiv_t;
242 using ::__gnu_cxx::_Exit;
244 using ::__gnu_cxx::llabs;
245 using ::__gnu_cxx::div;
246 using ::__gnu_cxx::lldiv;
248 using ::__gnu_cxx::atoll;
249 using ::__gnu_cxx::strtof;
250 using ::__gnu_cxx::strtoll;
[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/
H A Dcmath97 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
116 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
135 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
154 typename __gnu_cxx::__promote_2<_Tp, _Up>::__type
157 typedef typename __gnu_cxx::__promote_2<_Tp, _Up>::__type __type;
175 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
194 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
213 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
232 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
251 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
[all …]
H A Dcstdlib195 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
235 } // namespace __gnu_cxx
240 using ::__gnu_cxx::lldiv_t;
242 using ::__gnu_cxx::_Exit;
244 using ::__gnu_cxx::llabs;
245 using ::__gnu_cxx::div;
246 using ::__gnu_cxx::lldiv;
248 using ::__gnu_cxx::atoll;
249 using ::__gnu_cxx::strtof;
250 using ::__gnu_cxx::strtoll;
[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/ext/
H A Dvstring_util.h47 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
66 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
67 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
71 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
72 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
78 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
79 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
83 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
84 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
H A Dvstring.h42 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
75 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
2616 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2632 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2658 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2678 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()
2688 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
2696 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2701 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
[all …]
H A Dtypelist.h48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
359 #define _GLIBCXX_TYPELIST_CHAIN1(X0) __gnu_cxx::typelist::chain<X0, __gnu_cxx::typelist::null_type> in _GLIBCXX_VISIBILITY()
360 #define _GLIBCXX_TYPELIST_CHAIN2(X0, X1) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN1(X1… in _GLIBCXX_VISIBILITY()
361 #define _GLIBCXX_TYPELIST_CHAIN3(X0, X1, X2) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN… in _GLIBCXX_VISIBILITY()
362 #define _GLIBCXX_TYPELIST_CHAIN4(X0, X1, X2, X3) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_C… in _GLIBCXX_VISIBILITY()
363 #define _GLIBCXX_TYPELIST_CHAIN5(X0, X1, X2, X3, X4) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELI… in _GLIBCXX_VISIBILITY()
364 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TY… in _GLIBCXX_VISIBILITY()
365 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCX… in _GLIBCXX_VISIBILITY()
366 #define _GLIBCXX_TYPELIST_CHAIN8(X0, X1, X2, X3, X4, X5, X6, X7) __gnu_cxx::typelist::chain<X0, _GL… in _GLIBCXX_VISIBILITY()
367 #define _GLIBCXX_TYPELIST_CHAIN9(X0, X1, X2, X3, X4, X5, X6, X7, X8) __gnu_cxx::typelist::chain<X0,… 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/ext/
H A Dvstring_util.h47 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
66 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
67 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
71 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
72 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
78 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
79 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
83 typedef __gnu_cxx:: in _GLIBCXX_VISIBILITY()
84 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
H A Dvstring.h42 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
75 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
2616 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2632 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2658 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2678 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()
2688 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
2696 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2701 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
[all …]
H A Dtypelist.h48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
359 #define _GLIBCXX_TYPELIST_CHAIN1(X0) __gnu_cxx::typelist::chain<X0, __gnu_cxx::typelist::null_type> in _GLIBCXX_VISIBILITY()
360 #define _GLIBCXX_TYPELIST_CHAIN2(X0, X1) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN1(X1… in _GLIBCXX_VISIBILITY()
361 #define _GLIBCXX_TYPELIST_CHAIN3(X0, X1, X2) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN… in _GLIBCXX_VISIBILITY()
362 #define _GLIBCXX_TYPELIST_CHAIN4(X0, X1, X2, X3) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_C… in _GLIBCXX_VISIBILITY()
363 #define _GLIBCXX_TYPELIST_CHAIN5(X0, X1, X2, X3, X4) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELI… in _GLIBCXX_VISIBILITY()
364 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TY… in _GLIBCXX_VISIBILITY()
365 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCX… in _GLIBCXX_VISIBILITY()
366 #define _GLIBCXX_TYPELIST_CHAIN8(X0, X1, X2, X3, X4, X5, X6, X7) __gnu_cxx::typelist::chain<X0, _GL… in _GLIBCXX_VISIBILITY()
367 #define _GLIBCXX_TYPELIST_CHAIN9(X0, X1, X2, X3, X4, X5, X6, X7, X8) __gnu_cxx::typelist::chain<X0,… in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...12