Lines Matching refs:NumArcs
39 // N s.t. 0 <= N <= NumArcs(). If N < NumArcs(), then the N-th
40 // transition is selected. If N == NumArcs(), then the final weight at
56 size_t n = fst.NumArcs(s);
127 fst.NumArcs(s))).Value();
191 if ((fst_.NumArcs(rstate.state_id) == 0 &&
210 // Returns a pair (N, K) where 0 <= N <= NumArcs(s) and 0 < K <= nsamples.
211 // If N < NumArcs(s), then the N-th transition is specified.
212 // If N == NumArcs(s), then the final weight at that state is
270 if ((fst_.NumArcs(rstate.state_id) == 0 &&
405 size_t NumArcs(StateId s) {
409 return CacheImpl<B>::NumArcs(s);
454 size_t narcs = fst_->NumArcs(rstate.state_id);