OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resetSizeCounter
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java
472
input.
resetSizeCounter
();
475
input.
resetSizeCounter
();
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java
449
* could call {@link #
resetSizeCounter
()} after each one to avoid hitting the
467
public void
resetSizeCounter
() {
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java
553
* could call {@link #
resetSizeCounter
()} after each one to avoid hitting the
571
public void
resetSizeCounter
() {
651
* {@link #
resetSizeCounter
()} resets this value to zero.
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java
505
* could call {@link #
resetSizeCounter
()} after each one to avoid hitting the
523
public void
resetSizeCounter
() {
Completed in 54 milliseconds