HomeSort by relevance Sort by last modified time
    Searched full:mutable_fst_array_ (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/
replace-util.h 180 vector<MutableFst<Arc> *> mutable_fst_array_; // MutableFst per ID member in class:fst::ReplaceUtil
200 mutable_fst_array_.push_back(0);
208 mutable_fst_array_.push_back(fst);
367 if (mutable_fst_array_.size() == 0) {
370 mutable_fst_array_.push_back(0);
372 mutable_fst_array_.push_back(new VectorFst<Arc>(*fst_array_[i]));
374 fst_array_[i] = mutable_fst_array_[i];
384 for (Label i = 0; i < mutable_fst_array_.size(); ++i) {
385 if (!mutable_fst_array_[i])
387 if (mutable_fst_array_[i]->Properties(props, false) != props
    [all...]

Completed in 159 milliseconds