Searched refs:cache_data_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dreplace.h1059 cache_data_.ref_count = 0;
1070 &cache_data_);
1071 num_arcs_ = cache_data_.narcs;
1072 arcs_ = cache_data_.arcs; // 'arcs_' is a ptr to the cached arcs.
1110 if (cache_data_.ref_count)
1111 --(*cache_data_.ref_count);
1120 // &cache_data_);
1122 fst_.InitArcIterator(state_, &cache_data_); // Expand and cache state.
1123 arcs_ = cache_data_.arcs; // 'arcs_' is a pointer to the cached arcs.
1221 mutable ArcIteratorData<Arc> cache_data_; // Ar member in class:fst::ArcIterator
[all...]

Completed in 60 milliseconds