OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipRawBytes
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java
114
skipRawBytes
(readRawVarint32());
583
skipRawBytes
(currentLimit - bufferPos);
605
public void
skipRawBytes
(final int size) throws IOException {
612
skipRawBytes
(currentLimit - bufferPos);
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java
125
skipRawBytes
(readRawVarint32());
732
skipRawBytes
(currentLimit - totalBytesRetired - bufferPos);
832
public void
skipRawBytes
(final int size) throws IOException {
839
skipRawBytes
(currentLimit - totalBytesRetired - bufferPos);
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java
122
skipRawBytes
(readRawVarint32());
668
skipRawBytes
(currentLimit - totalBytesRetired - bufferPos);
771
public void
skipRawBytes
(final int size) throws IOException {
778
skipRawBytes
(currentLimit - totalBytesRetired - bufferPos);
/external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java
315
* Test that a bug in
skipRawBytes
() has been fixed: if the skip skips
323
input.
skipRawBytes
(1);
329
* Test that a bug in
skipRawBytes
() has been fixed: if the skip skips
346
input.
skipRawBytes
(3);
MicroTest.java
[
all
...]
NanoTest.java
[
all
...]
Completed in 54 milliseconds