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

/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.h98 // CachedResult contains the result of a certificate verification.
99 struct NET_EXPORT_PRIVATE CachedResult { struct in class:net::MultiThreadedCertVerifier
100 CachedResult();
101 ~CachedResult();
129 typedef ExpiringCache<RequestParams, CachedResult, CacheValidityPeriod,
H A Dmulti_threaded_cert_verifier.cc114 MultiThreadedCertVerifier::CachedResult::CachedResult() : error(ERR_FAILED) {} function in class:net::MultiThreadedCertVerifier::CachedResult
116 MultiThreadedCertVerifier::CachedResult::~CachedResult() {}
192 void Post(const MultiThreadedCertVerifier::CachedResult& verify_result) {
382 const MultiThreadedCertVerifier::CachedResult& verify_result,
405 void PostAll(const MultiThreadedCertVerifier::CachedResult& verify_result) {
585 CachedResult cached_result;
/external/clang/lib/Frontend/
H A DASTUnit.cpp365 CachedCodeCompletionResult CachedResult; local
366 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
370 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
373 CachedResult.Priority = Results[I].Priority;
374 CachedResult.Kind = Results[I].CursorKind;
375 CachedResult.Availability = Results[I].Availability;
381 CachedResult.TypeClass = STC_Void;
382 CachedResult.Type = 0;
386 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
398 CachedResult
453 CachedCodeCompletionResult CachedResult; local
[all...]

Completed in 222 milliseconds