Home
last modified time | relevance | path

Searched defs:isPackable (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java117 public boolean isPackable() { return false; } in STRING() method
120 public boolean isPackable() { return false; } in GROUP() method
123 public boolean isPackable() { return false; } in MESSAGE() method
126 public boolean isPackable() { return false; } in BYTES() method
146 public boolean isPackable() { return true; } in isPackable() method in WireFormat.FieldType
DDescriptors.java901 public boolean isPackable() { in isPackable() method in Descriptors.FieldDescriptor