Home
last modified time | relevance | path

Searched defs:truncatedMessage (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DInvalidProtocolBufferNanoException.java48 static InvalidProtocolBufferNanoException truncatedMessage() { in truncatedMessage() method in InvalidProtocolBufferNanoException
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DInvalidProtocolBufferMicroException.java48 static InvalidProtocolBufferMicroException truncatedMessage() { in truncatedMessage() method in InvalidProtocolBufferMicroException
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DInvalidProtocolBufferException.java83 static InvalidProtocolBufferException truncatedMessage() { in truncatedMessage() method in InvalidProtocolBufferException
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinlogHelperTest.java536 String truncatedMessage = "this is a "; in messageToProto_truncated() local