Searched defs:DefaultCacheStateAllocator (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dcache.h58 struct DefaultCacheStateAllocator { struct in namespace:fst
61 DefaultCacheStateAllocator() : mru_(NULL) { } function in struct:fst::DefaultCacheStateAllocator
63 ~DefaultCacheStateAllocator() {
102 template <class S, class C = DefaultCacheStateAllocator<S> >
712 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > >
755 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > >

Completed in 90 milliseconds