/third_party/flutter/skia/include/core/ |
D | SkRefCnt.h | 209 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() argument 244 sk_sp<T>& operator=(std::nullptr_t) { this->reset(); return *this; } 330 template <typename T> inline bool operator==(const sk_sp<T>& a, std::nullptr_t) /*noexcept*/ { 333 template <typename T> inline bool operator==(std::nullptr_t, const sk_sp<T>& b) /*noexcept*/ { 340 template <typename T> inline bool operator!=(const sk_sp<T>& a, std::nullptr_t) /*noexcept*/ { 343 template <typename T> inline bool operator!=(std::nullptr_t, const sk_sp<T>& b) /*noexcept*/ { 353 template <typename T> inline bool operator<(const sk_sp<T>& a, std::nullptr_t) { 356 template <typename T> inline bool operator<(std::nullptr_t, const sk_sp<T>& b) { 363 template <typename T> inline bool operator<=(const sk_sp<T>& a, std::nullptr_t) { 366 template <typename T> inline bool operator<=(std::nullptr_t, const sk_sp<T>& b) { [all …]
|
/third_party/skia/include/ports/ |
D | SkCFObject.h | 42 constexpr sk_cfp(std::nullptr_t) {} in sk_cfp() argument 73 sk_cfp<T>& operator=(std::nullptr_t) { this->reset(); return *this; } 148 std::nullptr_t) { 151 template <typename T> inline bool operator==(std::nullptr_t, 161 std::nullptr_t) { 164 template <typename T> inline bool operator!=(std::nullptr_t,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLRefPointer.h | 37 RefPointer(std::nullptr_t) noexcept : mCLObject(nullptr) {} in RefPointer() argument 38 RefPointer &operator=(std::nullptr_t) 107 bool operator==(const RefPointer<T> &ptr, nullptr_t) noexcept 113 bool operator==(nullptr_t, const RefPointer<T> &ptr) noexcept 119 bool operator!=(const RefPointer<T> &ptr, nullptr_t) noexcept 125 bool operator!=(nullptr_t, const RefPointer<T> &ptr) noexcept
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | char16ptr.h | 72 inline Char16Ptr(std::nullptr_t p); 121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr() 137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr() 179 inline ConstChar16Ptr(const std::nullptr_t p); 229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() 245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | char16ptr.h | 72 inline Char16Ptr(std::nullptr_t p); 121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr() 137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr() 179 inline ConstChar16Ptr(const std::nullptr_t p); 229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() 245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | char16ptr.h | 72 inline Char16Ptr(std::nullptr_t p); 121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr() 137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr() 179 inline ConstChar16Ptr(const std::nullptr_t p); 229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() 245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | char16ptr.h | 69 inline Char16Ptr(std::nullptr_t p); 118 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr() 134 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr() 176 inline ConstChar16Ptr(const std::nullptr_t p); 226 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() 242 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | vulkan_platform.h | 88 VkHandle(std::nullptr_t) { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() 104 bool operator==(std::nullptr_t) const { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() 107 bool operator!=(std::nullptr_t) const { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() 136 static constexpr std::nullptr_t VK_NULL_HANDLE = nullptr; in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() 188 static constexpr std::nullptr_t VK_NULL_HANDLE = nullptr;
|
D | RefBase.h | 47 constexpr RefBase(std::nullptr_t) : RefBase() { in RefBase() argument 50 RefBase<T, Traits>& operator=(std::nullptr_t) {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-map.cc | 103 hb_hashmap_t<hb_bytes_t, int, std::nullptr_t, int, nullptr, 0> m1; in main() 104 hb_hashmap_t<int, hb_bytes_t, int, std::nullptr_t, 0, nullptr> m2; in main() 105 hb_hashmap_t<hb_bytes_t, hb_bytes_t, std::nullptr_t, std::nullptr_t, nullptr, nullptr> m3; in main()
|
/third_party/skia/include/core/ |
D | SkRefCnt.h | 220 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() argument 255 sk_sp<T>& operator=(std::nullptr_t) { this->reset(); return *this; } 341 template <typename T> inline bool operator==(const sk_sp<T>& a, std::nullptr_t) /*noexcept*/ { 344 template <typename T> inline bool operator==(std::nullptr_t, const sk_sp<T>& b) /*noexcept*/ { 351 template <typename T> inline bool operator!=(const sk_sp<T>& a, std::nullptr_t) /*noexcept*/ { 354 template <typename T> inline bool operator!=(std::nullptr_t, const sk_sp<T>& b) /*noexcept*/ {
|
/third_party/cef/include/base/ |
D | cef_scoped_refptr.h | 216 constexpr scoped_refptr(std::nullptr_t) {} in scoped_refptr() argument 273 scoped_refptr& operator=(std::nullptr_t) { 370 bool operator==(const scoped_refptr<T>& lhs, std::nullptr_t null) { 375 bool operator==(std::nullptr_t null, const scoped_refptr<T>& rhs) { 390 bool operator!=(const scoped_refptr<T>& lhs, std::nullptr_t null) { 395 bool operator!=(std::nullptr_t null, const scoped_refptr<T>& rhs) {
|
D | cef_weak_ptr.h | 263 WeakPtr(std::nullptr_t) {} in WeakPtr() argument 325 bool operator!=(const WeakPtr<T>& weak_ptr, std::nullptr_t) { 329 bool operator!=(std::nullptr_t, const WeakPtr<T>& weak_ptr) { 333 bool operator==(const WeakPtr<T>& weak_ptr, std::nullptr_t) { 337 bool operator==(std::nullptr_t, const WeakPtr<T>& weak_ptr) {
|
/third_party/gn/src/base/memory/ |
D | weak_ptr.h | 222 WeakPtr(std::nullptr_t) {} in WeakPtr() argument 270 bool operator!=(const WeakPtr<T>& weak_ptr, std::nullptr_t) { 274 bool operator!=(std::nullptr_t, const WeakPtr<T>& weak_ptr) { 278 bool operator==(const WeakPtr<T>& weak_ptr, std::nullptr_t) { 282 bool operator==(std::nullptr_t, const WeakPtr<T>& weak_ptr) {
|
D | scoped_refptr.h | 293 bool operator==(const scoped_refptr<T>& lhs, std::nullptr_t null) { 298 bool operator==(std::nullptr_t null, const scoped_refptr<T>& rhs) { 313 bool operator!=(const scoped_refptr<T>& lhs, std::nullptr_t null) { 318 bool operator!=(std::nullptr_t null, const scoped_refptr<T>& rhs) {
|
/third_party/flutter/skia/third_party/externals/dawn/src/common/ |
D | vulkan_platform.h | 73 VkNonDispatchableHandle(std::nullptr_t) : mHandle(0) { in VkNonDispatchableHandle() argument 89 bool operator==(std::nullptr_t) { 92 bool operator!=(std::nullptr_t) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 228 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) { 233 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) { 238 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) { 243 bool operator!=(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 245 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) { 250 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) { 255 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) { 260 bool operator!=(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | api_cpp.h | 105 ObjectBase(std::nullptr_t) {} 106 Derived& operator=(std::nullptr_t) { 114 bool operator==(std::nullptr_t) const { 117 bool operator!=(std::nullptr_t) const {
|
/third_party/json/test/src/ |
D | unit-conversions.cpp | 574 std::nullptr_t n = nullptr; 577 auto n2 = j.get<std::nullptr_t>(); 580 CHECK_THROWS_AS(json(json::value_t::string).get<std::nullptr_t>(), json::type_error&); 581 CHECK_THROWS_AS(json(json::value_t::object).get<std::nullptr_t>(), json::type_error&); 582 CHECK_THROWS_AS(json(json::value_t::array).get<std::nullptr_t>(), json::type_error&); 583 CHECK_THROWS_AS(json(json::value_t::boolean).get<std::nullptr_t>(), json::type_error&); 584 … CHECK_THROWS_AS(json(json::value_t::number_integer).get<std::nullptr_t>(), json::type_error&); 585 … CHECK_THROWS_AS(json(json::value_t::number_unsigned).get<std::nullptr_t>(), json::type_error&); 586 CHECK_THROWS_AS(json(json::value_t::number_float).get<std::nullptr_t>(), json::type_error&); 588 CHECK_THROWS_WITH(json(json::value_t::string).get<std::nullptr_t>(), [all …]
|
/third_party/flutter/skia/src/utils/win/ |
D | SkTScopedComPtr.h | 35 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {} in SkTScopedComPtr() argument 47 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; }
|
/third_party/skia/src/utils/win/ |
D | SkTScopedComPtr.h | 35 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {} in SkTScopedComPtr() argument 47 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; }
|
/third_party/skia/src/gpu/ |
D | GrRefCnt.h | 43 constexpr gr_sp(std::nullptr_t) : fPtr(nullptr) {} in gr_sp() argument 86 gr_sp& operator=(std::nullptr_t) {
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_handles.hpp | 1300 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR() argument 1312 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() argument 1399 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT() argument 1413 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() argument 1501 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT() argument 1515 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() argument 1596 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR() argument 1608 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() argument 1695 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR() argument 1708 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() argument [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | IntermRebuild.h | 105 BaseResult(std::nullptr_t); 145 PreResult(std::nullptr_t); // Used to drop a node. 178 PostResult(std::nullptr_t); // Used to drop a node
|