Home
last modified time | relevance | path

Searched defs:CachedResult (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/cert/
Dcaching_cert_verifier.h71 struct NET_EXPORT_PRIVATE CachedResult { struct
75 int error = ERR_FAILED; // The return value of CertVerifier::Verify.
76 CertVerifyResult result; // The output of CertVerifier::Verify.
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local
641 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local
/external/clang/lib/Frontend/
DASTUnit.cpp363 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
447 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
/external/clang/lib/Driver/
DDriver.cpp1990 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local