Searched defs:CacheState (Results 1 – 7 of 7) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | cache.h | 348 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/ |
D | client_side_detection_service.h | 132 struct CacheState { struct 136 CacheState(bool phish, base::Time time); argument
|
D | client_side_detection_service.cc | 54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time) in CacheState() function in safe_browsing::ClientSideDetectionService::CacheState
|
/external/openfst/src/include/fst/ |
D | cache.h | 611 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
|
D | accumulator.h | 385 struct CacheState { struct 389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {} in CacheState() function
|
/external/chromium/chrome/browser/ |
D | browsing_data_remover.h | 94 enum CacheState { enum
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpclient.h | 181 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING }; enum
|