HomeSort by relevance Sort by last modified time
    Searched defs:CacheImpl (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 276 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
305 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
371 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
375 CacheImpl() {}
377 explicit CacheImpl(const CacheOptions &opts)
381 DISALLOW_EVIL_CONSTRUCTORS(CacheImpl);
  /external/openfst/src/include/fst/
cache.h 563 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
593 FSTERROR() << "CacheImpl:GC: Unable to free all cached states";
595 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
634 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
638 CacheImpl() {}
640 explicit CacheImpl(const CacheOptions &opts)
643 CacheImpl(const CacheImpl<A> &impl, bool preserve_cache = false)
647 void operator=(const CacheImpl<State> &impl); // disallow

Completed in 176 milliseconds