HomeSort by relevance Sort by last modified time
    Searched refs:getLiteJavaType (Results 1 - 4 of 4) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 59 WireFormat.JavaType getLiteJavaType();
64 // If getLiteJavaType() == MESSAGE, this merges a message object of the
344 if (descriptor.getLiteJavaType() == WireFormat.JavaType.MESSAGE) {
399 } else if (descriptor.getLiteJavaType() == WireFormat.JavaType.MESSAGE) {
485 if (descriptor.getLiteJavaType() == WireFormat.JavaType.MESSAGE &&
611 if (descriptor.getLiteJavaType() == WireFormat.JavaType.MESSAGE &&
GeneratedMessageLite.java 177 if (messageSetWireFormat && extension.getLiteJavaType() ==
363 switch (extension.descriptor.getLiteJavaType()) {
457 public WireFormat.JavaType getLiteJavaType() {
GeneratedMessage.java 416 if (messageSetWireFormat && descriptor.getLiteJavaType() ==
    [all...]
Descriptors.java 662 public WireFormat.JavaType getLiteJavaType() {
    [all...]

Completed in 47 milliseconds