Home
last modified time | relevance | path

Searched refs:CacheLogAccumulator (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Daccumulator.h430 class CacheLogAccumulator {
436 explicit CacheLogAccumulator(ssize_t arc_limit = 10, bool gc = false,
442 CacheLogAccumulator(const CacheLogAccumulator<A> &acc) in CacheLogAccumulator() function
448 ~CacheLogAccumulator() { in ~CacheLogAccumulator()
591 void operator=(const CacheLogAccumulator<A> &); // Disallow
Drandgen.h122 CacheLogAccumulator<A> *accumulator) const { in operator()
242 typedef CacheLogAccumulator<A> C;