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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 46 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
48 : scc_(0), access_(0), coaccess_(0), props_(props) {}
53 if (access_)
54 access_->clear();
79 if (access_)
80 access_->push_back(false);
90 if (access_)
91 (*access_)[s] = true;
93 if (access_)
94 (*access_)[s] = false
179 vector<bool> *access_; \/\/ State's accessibility member in class:fst::SccVisitor
    [all...]
  /external/openfst/src/include/fst/
connect.h 136 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
138 : scc_(0), access_(0), coaccess_(0), props_(props) {}
188 vector<bool> *access_; // State's accessibility member in class:fst::SccVisitor
206 if (access_)
207 access_->clear();
233 if (access_)
234 access_->push_back(false);
244 if (access_)
245 (*access_)[s] = true;
247 if (access_)
    [all...]

Completed in 247 milliseconds