/external/openfst/src/include/fst/ |
rational.h | 66 : nonterminals_(0), 75 nonterminals_(impl.nonterminals_), 133 nonterminals_ = 2; 156 nonterminals_ = 2; 187 nonterminals_ = 1; 203 ++nonterminals_; 204 afst.AddArc(0, A(0, -nonterminals_, Weight::One(), 1)); 206 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy())); 221 ++nonterminals_; 252 Label nonterminals_; \/\/ # of nonterminals used member in class:fst::RationalFstImpl [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
rational.h | 58 nonterminals_(0) { 74 nonterminals_ = 2; 97 nonterminals_ = 2; 130 nonterminals_ = 1; 144 afst.AddArc(0, A(0, -nonterminals_, Weight::One(), 1)); 147 ++nonterminals_; 160 afst.AddArc(0, A(0, -nonterminals_, Weight::One(), 1)); 163 ++nonterminals_; 178 Label nonterminals_; // # of nonterminals used member in class:fst::RationalFstImpl
|