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

  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 177 if (messageSetWireFormat && extension.getLiteJavaType() ==
363 switch (extension.descriptor.getLiteJavaType()) {
457 public WireFormat.JavaType getLiteJavaType() {
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 &&
Descriptors.java 662 public WireFormat.JavaType getLiteJavaType() {
    [all...]

Completed in 141 milliseconds