Searched refs:prefix_arc_ (Results 1 – 1 of 1) sorted by relevance
142 prefix_arc_(kNoLabel, kNoLabel, Weight::One(), kNoStateId) {} in LookAheadMatcherBase()155 if (prefix_arc_.nextstate != kNoStateId) { in LookAheadPrefix()156 *arc = prefix_arc_; in LookAheadPrefix()168 void SetLookAheadPrefix(const Arc &arc) { prefix_arc_ = arc; } in SetLookAheadPrefix()170 void ClearLookAheadPrefix() { prefix_arc_.nextstate = kNoStateId; } in ClearLookAheadPrefix()178 Arc prefix_arc_; // Look-ahead prefix arc variable