HomeSort by relevance Sort by last modified time
    Searched defs:ScopedCAPIHandle (Results 1 - 2 of 2) sorted by null

  /external/chromium/crypto/
scoped_capi_types.h 49 class ScopedCAPIHandle {
51 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {}
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) {
108 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
112 typedef ScopedCAPIHandle<
117 typedef ScopedCAPIHandle<
    [all...]
  /external/chromium_org/crypto/
scoped_capi_types.h 48 class ScopedCAPIHandle {
50 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {}
52 ~ScopedCAPIHandle() {
80 void swap(ScopedCAPIHandle& b) {
95 DISALLOW_COPY_AND_ASSIGN(ScopedCAPIHandle);
99 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
104 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
108 typedef ScopedCAPIHandle<
113 typedef ScopedCAPIHandle<
116 typedef ScopedCAPIHandle<
    [all...]

Completed in 89 milliseconds