Lines Matching defs:position
108 public final int position() {
112 public final void position(long numBytes) {
144 position(position() + lengthInBytes);
159 // assert (position() % SIZEOF_SHORT == 0);
170 // assert (position() % SIZEOF_SHORT == 0);
175 position(position() + lengthInBytes);
196 // assert (position() % SIZEOF_INT == 0);
207 // assert (position() % SIZEOF_INT == 0);
212 position(position() + lengthInBytes);
227 // assert (position() % SIZEOF_FLOAT == 0);
238 // assert (position() % SIZEOF_FLOAT == 0);
243 position(position() + lengthInBytes);
258 // assert (position() % SIZEOF_LONG == 0);
269 // assert (position() % SIZEOF_LONG == 0);
274 position(position() + lengthInBytes);
289 // assert (position() % SIZEOF_DOUBLE == 0);