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 401 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
430 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
513 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
517 CacheImpl() {}
519 explicit CacheImpl(const CacheOptions &opts)
522 CacheImpl(const CacheImpl<State> &impl) : CacheBaseImpl<State>(impl) {}
525 void operator=(const CacheImpl<State> &impl); // disallow

Completed in 18 milliseconds