Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 25 of 46) sorted by relevance

12

/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp2372 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
2384 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2459 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
2474 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2549 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
2564 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2633 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
2645 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2720 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
2732 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
Dvulkan_raii.hpp2813 Instance( std::nullptr_t ) {} in Instance()
3085 PhysicalDevice( std::nullptr_t ) {} in PhysicalDevice()
3506 PhysicalDevices( std::nullptr_t ) {} in PhysicalDevices()
3550 Device( std::nullptr_t ) {} in Device()
4615 AccelerationStructureKHR( std::nullptr_t ) {} in AccelerationStructureKHR()
4730 AccelerationStructureNV( std::nullptr_t ) {} in AccelerationStructureNV()
4853 Buffer( std::nullptr_t ) {} in Buffer()
4974 BufferCollectionFUCHSIA( std::nullptr_t ) {} in BufferCollectionFUCHSIA()
5098 BufferView( std::nullptr_t ) {} in BufferView()
5212 CommandPool( std::nullptr_t ) {} in CommandPool()
[all …]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_handles.hpp1300 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
1312 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1399 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
1413 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1501 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
1515 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1596 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
1608 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1695 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
1708 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
Dvulkan_raii.hpp68 InstanceDispatcher( std::nullptr_t ) : DispatchLoaderBase( nullptr ) {} in InstanceDispatcher()
685 DeviceDispatcher( std::nullptr_t ) : DispatchLoaderBase( nullptr ) {} in DeviceDispatcher()
2307 Instance( std::nullptr_t ) {} in Instance()
2408 PhysicalDevice( std::nullptr_t ) {} in PhysicalDevice()
2849 Device( std::nullptr_t ) {} in Device()
3371 AccelerationStructureKHR( std::nullptr_t ) {} in AccelerationStructureKHR()
3471 AccelerationStructureNV( std::nullptr_t ) {} in AccelerationStructureNV()
3576 Buffer( std::nullptr_t ) {} in Buffer()
3679 BufferCollectionFUCHSIA( std::nullptr_t ) {} in BufferCollectionFUCHSIA()
3786 BufferView( std::nullptr_t ) {} in BufferView()
[all …]
/third_party/node/deps/v8/src/zone/
Dcompressed-zone-ptr.h31 explicit CompressedZonePtr(std::nullptr_t) : CompressedZonePtr() {} in CompressedZonePtr()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.cpp41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current()
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h260 GrGLFunction(std::nullptr_t) {} in GrGLFunction()
/third_party/skia/src/utils/win/
DSkTScopedComPtr.h35 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {} in SkTScopedComPtr()
/third_party/node/deps/v8/include/cppgc/
Dmember.h63 constexpr BasicMember(std::nullptr_t) {} // NOLINT in BasicMember()
74 BasicMember(std::nullptr_t, AtomicInitializerTag atomic) in BasicMember()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLRefPointer.h37 RefPointer(std::nullptr_t) noexcept : mCLObject(nullptr) {} in RefPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h213 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol()
243 JITSymbol(std::nullptr_t) in JITSymbol()
/third_party/skia/include/ports/
DSkCFObject.h42 constexpr sk_cfp(std::nullptr_t) {} in sk_cfp()
/third_party/skia/third_party/externals/dawn/src/common/
DRefBase.h47 constexpr RefBase(std::nullptr_t) : RefBase() { in RefBase()
/third_party/skia/src/gpu/
DGrRefCnt.h43 constexpr gr_sp(std::nullptr_t) : fPtr(nullptr) {} in gr_sp()
/third_party/gn/src/base/memory/
Dweak_ptr.h222 WeakPtr(std::nullptr_t) {} in WeakPtr()
/third_party/skia/include/core/
DSkRefCnt.h220 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp()
DSkFont.h371 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths()
/third_party/skia/include/gpu/d3d/
DGrD3DTypes.h53 constexpr gr_cp(std::nullptr_t) : fObject(nullptr) {} in gr_cp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFunctionExtras.h174 unique_function(std::nullptr_t /*null_callable*/) {} in unique_function()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp59 TIntermRebuild::BaseResult::BaseResult(std::nullptr_t) in BaseResult()
119 PreResult::PreResult(std::nullptr_t) : BaseResult(nullptr) {} in PreResult()
136 PostResult::PostResult(std::nullptr_t) : BaseResult(nullptr) {} in PostResult()
/third_party/json/include/nlohmann/detail/
Dexceptions.hpp57 static std::string diagnostics(std::nullptr_t /*leaf_element*/) in diagnostics()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h205 explicit HashtablezInfoHandle(std::nullptr_t) {} in HashtablezInfoHandle()
/third_party/node/deps/v8/src/utils/
Dmemcopy.h259 inline void MemsetPointer(T** dest, std::nullptr_t, size_t counter) { in MemsetPointer()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h3862 inline UnicodeString::UnicodeString(const std::nullptr_t /*text*/) { in UnicodeString()
3866 inline UnicodeString::UnicodeString(const std::nullptr_t /*text*/, int32_t /*length*/) { in UnicodeString()
3870 inline UnicodeString::UnicodeString(std::nullptr_t /*buffer*/, int32_t /*buffLength*/, int32_t /*bu… in UnicodeString()
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h3862 inline UnicodeString::UnicodeString(const std::nullptr_t /*text*/) { in UnicodeString()
3866 inline UnicodeString::UnicodeString(const std::nullptr_t /*text*/, int32_t /*length*/) { in UnicodeString()
3870 inline UnicodeString::UnicodeString(std::nullptr_t /*buffer*/, int32_t /*buffLength*/, int32_t /*bu… in UnicodeString()

12