OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pushLimit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java
77
result.
pushLimit
(len);
79
// The only reason
pushLimit
() might throw an exception here is if len
80
// is negative. Normally
pushLimit
()'s parameter comes directly off the
290
final int oldLimit =
pushLimit
(length);
307
final int oldLimit =
pushLimit
(length);
634
* <p>Note that {@code
pushLimit
()} does NOT affect how many bytes the
644
public int
pushLimit
(int byteLimit) throws InvalidProtocolBufferException {
675
* @param oldLimit The old limit, as returned by {@code
pushLimit
}.
698
* if the stream has reached a limit created using {@link #
pushLimit
(int)}.
/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)}.
Completed in 181 milliseconds