Home | History | Annotate | Download | only in pdt

Lines Matching defs:stack_id

141       if (w != Weight::Zero() && tuple.stack_id == 0)
181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel);
182 if (stack_id == -1) {
185 } else if ((stack_id != tuple.stack_id) && !keep_parentheses_) {
190 StateTuple ntuple(arc.nextstate, stack_id);
400 StackId si1 = state_table_.Tuple(s1).stack_id;
401 StackId si2 = state_table_.Tuple(s2).stack_id;
890 StackId stack_id = state_table_.Tuple(s).stack_id;
891 ProcDestStates(s, stack_id);
897 StackId nextstack_id = state_table_.Tuple(arc.nextstate).stack_id;
898 if (stack_id == nextstack_id)
900 else if (stack_id == stack_.Pop(nextstack_id))
901 ProcOpenParen(s, arc, stack_id, nextstack_id);