Home
last modified time | relevance | path

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

/external/cronet/net/cert/pki/
Dcert_errors.cc136 return &other_errors_; in GetOtherErrors()
145 if (other_errors_.ContainsError(id)) in ContainsError()
158 if (other_errors_.ContainsAnyErrorWithSeverity(severity)) in ContainsAnyErrorWithSeverity()
192 std::string other_errors = other_errors_.ToDebugString(); in ToDebugString()
Dcert_errors.h162 CertErrors other_errors_; variable