HomeSort by relevance Sort by last modified time
    Searched defs:pushLimit (Results 1 - 5 of 5) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 255 final int oldLimit = pushLimit(length);
579 * <p>Note that {@code pushLimit()} does NOT affect how many bytes the
589 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException {
620 * @param oldLimit The old limit, as returned by {@code pushLimit}.
643 * if the stream has reached a limit created using {@link #pushLimit(int)}.
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 229 final int oldLimit = pushLimit(length);
533 public int pushLimit(int byteLimit) throws InvalidProtocolBufferMicroException {
564 * @param oldLimit The old limit, as returned by {@code pushLimit}.
587 * if the stream has reached a limit created using {@link #pushLimit(int)}.
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 221 final int oldLimit = pushLimit(length);
476 public int pushLimit(int byteLimit) throws InvalidProtocolBufferNanoException {
507 * @param oldLimit The old limit, as returned by {@code pushLimit}.
530 * if the stream has reached a limit created using {@link #pushLimit(int)}.
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 85 milliseconds