Home
last modified time | relevance | path

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

/external/chromium_org/crypto/
Dscoped_capi_types.h19 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle)>
21 void operator()(CAPIHandle handle) const { in operator()
32 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle, DWORD),
35 void operator()(CAPIHandle handle) const { in operator()
47 template <class CAPIHandle, typename FreeProc>
50 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {} in handle_()
56 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 …]