| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __nullptr | 24 struct _LIBCPP_TEMPLATE_VIS nullptr_t 30 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t() : __lx(0) {} 31 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : __lx(0) {} 43 …friend _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR bool operator==(nullptr_t, nullptr_t) {return t… 44 …friend _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR bool operator!=(nullptr_t, nullptr_t) {return f… 47 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t __get_nullptr_t() {return nullptr_t(0)… 57 typedef decltype(nullptr) nullptr_t;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __nullptr | 24 struct _LIBCPP_TEMPLATE_VIS nullptr_t 30 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t() : __lx(0) {} 31 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : __lx(0) {} 43 …friend _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR bool operator==(nullptr_t, nullptr_t) {return t… 44 …friend _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR bool operator!=(nullptr_t, nullptr_t) {return f… 47 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t __get_nullptr_t() {return nullptr_t(0)… 57 typedef decltype(nullptr) nullptr_t;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/ |
| H A D | composite_member_pointer_type.hpp | 50 template<class C, class T> struct composite_member_pointer_type<T C::*, std::nullptr_t> 55 template<class C, class T> struct composite_member_pointer_type<std::nullptr_t, T C::*> 60 template<> struct composite_member_pointer_type<std::nullptr_t, std::nullptr_t> 62 typedef std::nullptr_t type;
|
| H A D | composite_pointer_type.hpp | 58 template<class T> struct composite_pointer_type<T*, std::nullptr_t> 63 template<class T> struct composite_pointer_type<std::nullptr_t, T*> 68 template<> struct composite_pointer_type<std::nullptr_t, std::nullptr_t> 70 typedef std::nullptr_t type;
|
| /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 D | unique_ptr.h | 320 constexpr unique_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 395 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 516 is_same<_Up, nullptr_t>>, in _GLIBCXX_VISIBILITY() 594 constexpr unique_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 647 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 711 void reset(nullptr_t = nullptr) noexcept in _GLIBCXX_VISIBILITY() 760 operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 767 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() 781 operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 787 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | shared_ptr.h | 193 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 232 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 356 constexpr shared_ptr(nullptr_t) noexcept : shared_ptr() { } in _GLIBCXX_VISIBILITY() 442 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 454 operator<=>(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 463 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 475 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 481 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 498 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 507 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | std_function.h | 337 function(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 428 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 680 operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 687 operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept in _GLIBCXX_VISIBILITY() 699 operator!=(const function<_Res(_Args...)>& __f, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 705 operator!=(nullptr_t, const function<_Res(_Args...)>& __f) noexcept in _GLIBCXX_VISIBILITY()
|
| H A D | functional_hash.h | 264 struct hash<nullptr_t> : public __hash_base<size_t, nullptr_t> in _GLIBCXX_VISIBILITY() 267 operator()(nullptr_t) const noexcept 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/bits/ |
| H A D | unique_ptr.h | 320 constexpr unique_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 395 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 516 is_same<_Up, nullptr_t>>, in _GLIBCXX_VISIBILITY() 594 constexpr unique_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 647 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 711 void reset(nullptr_t = nullptr) noexcept in _GLIBCXX_VISIBILITY() 760 operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 767 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() 781 operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 787 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | shared_ptr.h | 193 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 232 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 356 constexpr shared_ptr(nullptr_t) noexcept : shared_ptr() { } in _GLIBCXX_VISIBILITY() 442 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 454 operator<=>(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 463 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 475 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 481 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 498 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 507 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | std_function.h | 337 function(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 428 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 680 operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 687 operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept in _GLIBCXX_VISIBILITY() 699 operator!=(const function<_Res(_Args...)>& __f, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 705 operator!=(nullptr_t, const function<_Res(_Args...)>& __f) noexcept in _GLIBCXX_VISIBILITY()
|
| H A D | functional_hash.h | 264 struct hash<nullptr_t> : public __hash_base<size_t, nullptr_t> in _GLIBCXX_VISIBILITY() 267 operator()(nullptr_t) const noexcept 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/experimental/bits/ |
| H A D | shared_ptr.h | 109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 160 constexpr shared_ptr(nullptr_t __p) in _GLIBCXX_VISIBILITY() 272 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 277 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 288 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 293 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 309 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 317 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 331 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept 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/experimental/bits/ |
| H A D | shared_ptr.h | 109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 160 constexpr shared_ptr(nullptr_t __p) in _GLIBCXX_VISIBILITY() 272 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 277 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 288 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 293 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 309 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 317 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 331 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/win32/ |
| H A D | locale_win32.h | 36 locale_t(std::nullptr_t) in locale_t() argument 53 friend bool operator==(const locale_t& __left, std::nullptr_t) { 61 friend bool operator==(std::nullptr_t, const locale_t& __right) { 77 friend bool operator!=(const locale_t& __left, std::nullptr_t __right) { 85 friend bool operator!=(std::nullptr_t __left, const locale_t& __right) {
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/win32/ |
| H A D | locale_win32.h | 36 locale_t(std::nullptr_t) in locale_t() argument 53 friend bool operator==(const locale_t& __left, std::nullptr_t) { 61 friend bool operator==(std::nullptr_t, const locale_t& __right) { 77 friend bool operator!=(const locale_t& __left, std::nullptr_t __right) { 85 friend bool operator!=(std::nullptr_t __left, const locale_t& __right) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | find_zoom_curve.cpp | 82 variant<std::nullptr_t, const Interpolate*, const Step*> findZoomCurveChecked(const expression::Exp… in findZoomCurveChecked() 87 [](const ParsingError&) -> variant<std::nullptr_t, const Interpolate*, const Step*> { in findZoomCurveChecked() 91 [](auto zoomCurve) -> variant<std::nullptr_t, const Interpolate*, const Step*> { in findZoomCurveChecked()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | layout_property.hpp | 14 using TransitionableType = std::nullptr_t; 25 using TransitionableType = std::nullptr_t;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 63 [](std::nullptr_t) { in interpolationFactor() argument 78 [](std::nullptr_t) { in getCoveringStops() argument 113 variant<std::nullptr_t, const expression::Interpolate*, const expression::Step*> zoomCurve;
|
| /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/ |
| H A D | memory | 73 constexpr observer_ptr(nullptr_t) noexcept 177 operator==(observer_ptr<_Tp> __p, nullptr_t) noexcept 184 operator==(nullptr_t, observer_ptr<_Tp> __p) noexcept 191 operator!=(observer_ptr<_Tp> __p, nullptr_t) noexcept 198 operator!=(nullptr_t, observer_ptr<_Tp> __p) noexcept
|
| /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/ |
| H A D | memory | 73 constexpr observer_ptr(nullptr_t) noexcept 177 operator==(observer_ptr<_Tp> __p, nullptr_t) noexcept 184 operator==(nullptr_t, observer_ptr<_Tp> __p) noexcept 191 operator!=(observer_ptr<_Tp> __p, nullptr_t) noexcept 198 operator!=(nullptr_t, observer_ptr<_Tp> __p) noexcept
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | coroutine | 100 _LIBCPP_CONSTEXPR coroutine_handle(nullptr_t) _NOEXCEPT : __handle_(nullptr) {} 103 coroutine_handle& operator=(nullptr_t) _NOEXCEPT { 150 static coroutine_handle from_address(nullptr_t) _NOEXCEPT { 206 _LIBCPP_INLINE_VISIBILITY coroutine_handle(nullptr_t) _NOEXCEPT : _Base(nullptr) {} 209 coroutine_handle& operator=(nullptr_t) _NOEXCEPT { 233 static coroutine_handle from_address(nullptr_t) _NOEXCEPT {
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | coroutine | 100 _LIBCPP_CONSTEXPR coroutine_handle(nullptr_t) _NOEXCEPT : __handle_(nullptr) {} 103 coroutine_handle& operator=(nullptr_t) _NOEXCEPT { 150 static coroutine_handle from_address(nullptr_t) _NOEXCEPT { 206 _LIBCPP_INLINE_VISIBILITY coroutine_handle(nullptr_t) _NOEXCEPT : _Base(nullptr) {} 209 coroutine_handle& operator=(nullptr_t) _NOEXCEPT { 233 static coroutine_handle from_address(nullptr_t) _NOEXCEPT {
|
| /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 D | aligned_buffer.h | 61 __aligned_membuf(std::nullptr_t) { } in __aligned_membuf() 99 __aligned_buffer(std::nullptr_t) { } in __aligned_buffer()
|
| /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 D | aligned_buffer.h | 61 __aligned_membuf(std::nullptr_t) { } in __aligned_membuf() 99 __aligned_buffer(std::nullptr_t) { } in __aligned_buffer()
|