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

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 117 public boolean isPackable() { return false; }
120 public boolean isPackable() { return false; }
123 public boolean isPackable() { return false; }
126 public boolean isPackable() { return false; }
146 public boolean isPackable() { return true; }
Descriptors.java 730 public boolean isPackable() {
731 return isRepeated() && getLiteType().isPackable();
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 117 public boolean isPackable() { return false; }
120 public boolean isPackable() { return false; }
123 public boolean isPackable() { return false; }
126 public boolean isPackable() { return false; }
146 public boolean isPackable() { return true; }
Descriptors.java 703 public boolean isPackable() {
704 return isRepeated() && getLiteType().isPackable();
    [all...]

Completed in 45 milliseconds