Home
last modified time | relevance | path

Searched defs:CacheState (Results 1 – 7 of 7) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h348 struct CacheState { struct
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} in CacheState() argument
369 // A CacheBaseImpl with a commonly used CacheState. argument
/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.h132 struct CacheState { struct
136 CacheState(bool phish, base::Time time); argument
Dclient_side_detection_service.cc54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time) in CacheState() function in safe_browsing::ClientSideDetectionService::CacheState
/external/openfst/src/include/fst/
Dcache.h611 struct CacheState { struct
616 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} in CacheState() function
632 // A CacheBaseImpl with a commonly used CacheState. argument
Daccumulator.h385 struct CacheState { struct
389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {} in CacheState() function
/external/chromium/chrome/browser/
Dbrowsing_data_remover.h94 enum CacheState { enum
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpclient.h181 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING }; enum