Home | History | Annotate | Download | only in fst

Lines Matching refs:kNoStateId

94 // When 'opts.state_threshold != kNoStateId', the resulting transducer
170 if ((opts.state_threshold != kNoStateId) &&
191 // 'weight_threshold'. When 'state_threshold != kNoStateId', the
199 typename Arc::StateId state_threshold = kNoStateId,
212 // kNoStateId', 'ofst' will be restricted further to have at most
234 if (ifst.Start() == kNoStateId)
260 copy.push_back(kNoStateId);
289 if ((opts.state_threshold != kNoStateId) &&
298 copy.push_back(kNoStateId);
299 if (copy[arc.nextstate] == kNoStateId)
322 // 'state_threshold != kNoStateId', 'ofst' will be restricted further
330 typename Arc::StateId state_threshold = kNoStateId,