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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java229 final int oldLimit = pushLimit(length);
535 public int pushLimit(int byteLimit) throws InvalidProtocolBufferMicroException { method in class:CodedInputStreamMicro
566 * @param oldLimit The old limit, as returned by {@code pushLimit}.
589 * if the stream has reached a limit created using {@link #pushLimit(int)}.
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java221 final int oldLimit = pushLimit(length);
478 public int pushLimit(int byteLimit) throws InvalidProtocolBufferNanoException { method in class:CodedInputByteBufferNano
509 * @param oldLimit The old limit, as returned by {@code pushLimit}.
532 * if the stream has reached a limit created using {@link #pushLimit(int)}.
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java95 result.pushLimit(len);
97 // The only reason pushLimit() might throw an exception here is if len
98 // is negative. Normally pushLimit()'s parameter comes directly off the
477 final int oldLimit = pushLimit(length);
495 final int oldLimit = pushLimit(length);
968 * <p>Note that {@code pushLimit()} does NOT affect how many bytes the
978 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { method in class:CodedInputStream
1009 * @param oldLimit The old limit, as returned by {@code pushLimit}.
1032 * if the stream has reached a limit created using {@link #pushLimit(int)}.
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 960 milliseconds