Home
last modified time | relevance | path

Searched defs:CacheImpl (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkImageFilter.cpp419 class CacheImpl : public SkImageFilter::Cache { class
421 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { in CacheImpl() function in __anon23d7576f0311::CacheImpl
/external/openfst/src/include/fst/
Dcache.h638 CacheImpl() {} in CacheImpl() function
640 explicit CacheImpl(const CacheOptions &opts) in CacheImpl() function