Home
last modified time | relevance | path

Searched refs:CAPIHandle (Results 1 – 1 of 1) sorted by relevance

/external/chromium/crypto/
Dscoped_capi_types.h20 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle)>
22 void operator()(CAPIHandle handle) const { in operator()
33 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle, DWORD),
36 void operator()(CAPIHandle handle) const { in operator()
48 template <class CAPIHandle, typename FreeProc>
51 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {} in handle_()
57 void reset(CAPIHandle handle = NULL) {
64 operator CAPIHandle() const { return handle_; } in CAPIHandle() function
65 CAPIHandle get() const { return handle_; } in get()
67 CAPIHandle* receive() { in receive()
[all …]