Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_weak_ptr.h20 CFX_WeakPtr() {} in CFX_WeakPtr() function
21 CFX_WeakPtr(const CFX_WeakPtr& that) : m_pHandle(that.m_pHandle) {} in CFX_WeakPtr() function
22 CFX_WeakPtr(CFX_WeakPtr&& that) { Swap(that); } in CFX_WeakPtr() function
23 explicit CFX_WeakPtr(std::unique_ptr<T, D> pObj) in CFX_WeakPtr() function
28 CFX_WeakPtr(std::nullptr_t arg) {} in CFX_WeakPtr() function