Searched defs:popTo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.h125 void popTo(int l) { assert(l <= length()); b.len = l * sizeof(cvptr); } function in struct:ptrlist
141 void popTo(int l) { assert(l <= length()); b.len = l * sizeof(int); } function in struct:intlist

Completed in 30 milliseconds