isPackable        498 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       } else if (field.isPackable() &&
isPackable        731 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       return isRepeated() && getLiteType().isPackable();
isPackable        932 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       if (proto.getOptions().getPacked() && !isPackable()) {
isPackable        498 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java                extension.descriptor.type.isPackable() &&
isPackable        117 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java       public boolean isPackable() { return false; }
isPackable        120 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java       public boolean isPackable() { return false; }
isPackable        123 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java       public boolean isPackable() { return false; }
isPackable        126 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java       public boolean isPackable() { return false; }