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

  /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/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 114 skipRawBytes(readRawVarint32());
600 skipRawBytes(currentLimit - bufferPos);
622 public void skipRawBytes(final int size) throws IOException {
629 skipRawBytes(currentLimit - bufferPos);
  /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 44 milliseconds