HomeSort by relevance Sort by last modified time
    Searched defs:readRawVarint64 (Results 1 - 25 of 29) sorted by null

1 2

  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 167 return readRawVarint64();
172 return readRawVarint64();
284 return decodeZigZag64(readRawVarint64());
361 public long readRawVarint64() throws IOException {
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 159 return readRawVarint64();
164 return readRawVarint64();
277 return decodeZigZag64(readRawVarint64());
321 public long readRawVarint64() throws IOException {
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedInputStream.java 328 return readRawVarint64();
333 return readRawVarint64();
353 return readRawVarint64() != 0;
592 return decodeZigZag64(readRawVarint64());
602 // See implementation notes for readRawVarint64
717 public long readRawVarint64() throws IOException {
775 /** Variant of readRawVarint64 for when uncomfortably close to the limit. */
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 102 * Parses the given bytes using readRawVarint32() and readRawVarint64() and
111 assertEquals(value, input.readRawVarint64());
131 assertEquals(value, input.readRawVarint64());
156 * Parses the given bytes using readRawVarint32() and readRawVarint64() and
173 input.readRawVarint64();
196 /** Tests readRawVarint32() and readRawVarint64(). */
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 

Completed in 1138 milliseconds

1 2