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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 32 struct CacheOptions {
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
38 CacheOptions()
78 explicit CacheBaseImpl(const CacheOptions &opts)
377 explicit CacheImpl(const CacheOptions &opts)
  /external/openfst/src/include/fst/
cache.h 37 struct CacheOptions {
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
42 CacheOptions()
127 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
519 explicit CacheImpl(const CacheOptions &opts)

Completed in 42 milliseconds