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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc51 // ScopedCERTValOutParam manages destruction of values in the CERTValOutParam
57 class ScopedCERTValOutParam { class in namespace:net::__anon9070
59 explicit ScopedCERTValOutParam(CERTValOutParam* cvout) : cvout_(cvout) {} function in class:net::__anon9070::ScopedCERTValOutParam
61 ~ScopedCERTValOutParam() {
92 DISALLOW_COPY_AND_ASSIGN(ScopedCERTValOutParam);
700 ScopedCERTValOutParam scoped_cvout(cvout);
806 ScopedCERTValOutParam scoped_cvout(cvout);

Completed in 1278 milliseconds