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

  /external/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java 62 static InvalidProtocolBufferException malformedVarint() {
CodedInputStream.java 343 throw InvalidProtocolBufferException.malformedVarint();
399 throw InvalidProtocolBufferException.malformedVarint();
414 throw InvalidProtocolBufferException.malformedVarint();
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 62 static InvalidProtocolBufferMicroException malformedVarint() {
CodedInputStreamMicro.java 317 throw InvalidProtocolBufferMicroException.malformedVarint();
355 throw InvalidProtocolBufferMicroException.malformedVarint();
370 throw InvalidProtocolBufferMicroException.malformedVarint();
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 186 InvalidProtocolBufferException.malformedVarint(),

Completed in 43 milliseconds