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

/external/chromium/net/base/
H A Dx509_certificate_nss.cc50 // ScopedCERTValOutParam manages destruction of values in the CERTValOutParam
56 class ScopedCERTValOutParam { class in namespace:net::__anon2858
58 explicit ScopedCERTValOutParam(CERTValOutParam* cvout) function in class:net::__anon2858::ScopedCERTValOutParam
61 ~ScopedCERTValOutParam() {
87 DISALLOW_COPY_AND_ASSIGN(ScopedCERTValOutParam);
796 ScopedCERTValOutParam scoped_cvout(cvout);
868 ScopedCERTValOutParam scoped_cvout(cvout);

Completed in 15 milliseconds