Home
last modified time | relevance | path

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

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