Home | History | Annotate | Download | only in util

Lines Matching defs:stack_

528             stack_.clear();
536 public boolean hasNext() /*const*/ { return pos_>=0 || !stack_.isEmpty(); }
552 if(stack_.isEmpty()) {
557 long top=stack_.remove(stack_.size()-1);
632 stack_.add(((long)skipDelta(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length);
644 stack_.add(((long)pos<<32)|((length-1)<<16)|entry_.length);
671 private ArrayList<Long> stack_=new ArrayList<Long>();