Searched defs:ScopedCAPIHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium/crypto/
H A Dscoped_capi_types.h49 class ScopedCAPIHandle { class in namespace:crypto
51 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {} function in class:crypto::ScopedCAPIHandle
53 ~ScopedCAPIHandle() {
80 void swap(ScopedCAPIHandle& b) {
96 DISALLOW_COPY_AND_ASSIGN(ScopedCAPIHandle);
100 const FP ScopedCAPIHandle<CH, FP>::free_ = FP();
103 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) { argument
108 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) { argument
112 typedef ScopedCAPIHandle<
117 typedef ScopedCAPIHandle<
[all...]

Completed in 60 milliseconds