Home
last modified time | relevance | path

Searched defs:RefPointer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DCLRefPointer.h20 RefPointer() noexcept : mCLObject(nullptr) {} in RefPointer() function
22 explicit RefPointer(T *object) noexcept : mCLObject(object) in RefPointer() function
37 RefPointer(std::nullptr_t) noexcept : mCLObject(nullptr) {} in RefPointer() function
44 RefPointer(RefPointer &&other) noexcept : mCLObject(nullptr) { this->swap(other); } in RefPointer() function
51 RefPointer(const RefPointer<T> &other) : mCLObject(other.mCLObject) in RefPointer() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dndr64types.h528 NDR64_UINT8 RefPointer : 1; member