/external/openfst/src/include/fst/ |
lookahead-matcher.h | 142 prefix_arc_(kNoLabel, kNoLabel, Weight::One(), kNoStateId) {} 155 if (prefix_arc_.nextstate != kNoStateId) { 170 void ClearLookAheadPrefix() { prefix_arc_.nextstate = kNoStateId; } 270 s_(kNoStateId) {} 277 s_(kNoStateId) {} 443 s_(kNoStateId), 467 s_(kNoStateId),
|
matcher.h | 140 s_(kNoStateId), 146 loop_(kNoLabel, 0, Weight::One(), kNoStateId), 164 s_(kNoStateId), 717 state_(kNoStateId), 744 state_(kNoStateId), 926 loop_.nextstate = kNoStateId; 935 loop_.nextstate = kNoStateId; [all...] |
state-reachable.h | 118 if (p != kNoStateId)
|
randgen.h | 153 : state_id(kNoStateId), nsamples(0), length(0), select(0), parent(0) {} 388 if (s == kNoStateId) 389 return kNoStateId; 478 RandState<A> *nrstate = new RandState<A>(kNoStateId, 0, 0, 0, 0); 647 if (p != kNoStateId && ifst_->Final(s) == Weight::Zero()) 655 if (ofst_->Start() == kNoStateId) {
|
compose.h | 153 if (start != kNoStateId) { 334 if (s1 == kNoStateId) 335 return kNoStateId; 338 if (s2 == kNoStateId) 339 return kNoStateId;
|
determinize.h | 181 if (start != kNoStateId) { 314 if (s == kNoStateId) 315 return kNoStateId; 827 StateId n = kNoStateId, Label l = 0) 865 opts.state_threshold != kNoStateId) {
|
encode.h | 422 if ((arc.nextstate == kNoStateId && !(flags_ & kEncodeWeights)) || 423 (arc.nextstate == kNoStateId && (flags_ & kEncodeWeights) && 434 if (arc.nextstate == kNoStateId) {
|
state-table.h | 213 : state_id1(kNoStateId), state_id2(kNoStateId),
|
equivalent.h | 50 // the correct treatment of non-coaccessible states; kNoStateId is 70 (kNoStateId == s)
|
test-properties.h | 215 if (fst.Start() != kNoStateId && fst.Start() != 0) {
|
visit.h | 77 if (start == kNoStateId) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
encode.h | 232 if ((arc.nextstate == kNoStateId && !(flags_ & kEncodeWeights)) || 233 (arc.nextstate == kNoStateId && (flags_ & kEncodeWeights) && 244 if (arc.nextstate == kNoStateId) {
|
compose.h | 130 if (start != kNoStateId) { 219 StateTuple empty_tuple(kNoStateId, kNoStateId, 0); 625 if (s1 == kNoStateId || s2 == kNoStateId) 626 return kNoStateId; [all...] |
vector-fst.h | 42 VectorFstBaseImpl() : start_(kNoStateId) {} 78 newid[dstates[i]] = kNoStateId; 81 if (newid[s] != kNoStateId) { 96 if (t != kNoStateId) { 110 if (Start() != kNoStateId) 118 SetStart(kNoStateId);
|
determinize.h | 150 if (start != kNoStateId) { 243 if (s == kNoStateId) 244 return kNoStateId;
|
complement.h | 69 if (start != kNoStateId)
|
connect.h | 156 if (p != kNoStateId) {
|
equivalent.h | 42 // the correct treatment of non-coaccessible states; kNoStateId is 62 (kNoStateId == s)
|
test-properties.h | 213 if (fst.Start() != kNoStateId && fst.Start() != 0) {
|
/external/openfst/src/include/fst/script/ |
prune.h | 141 int64 state_threshold = kNoStateId,
|
draw-impl.h | 70 if (start == kNoStateId)
|
/external/srec/tools/grxmlcompile/ |
grxmlcompile.cpp | 358 if (s == fst::kNoStateId) 382 if (fst_.Start() == fst::kNoStateId) return ESR_INVALID_ARGUMENT; 398 if (s == fst::kNoStateId) 421 if (s == fst::kNoStateId) 547 if (s == fst::kNoStateId) [all...] |
/external/openfst/src/include/fst/extensions/far/ |
compile-strings.h | 57 Label unknown_label = kNoStateId)
|
/external/openfst/src/include/fst/extensions/pdt/ |
pdt.h | 161 : state_id(kNoStateId), stack_id(-1) {}
|
/external/openfst/src/test/ |
fst_test.cc | 69 Arc(kNoLabel, kNoLabel, p.second, kNoStateId) :
|