Home
last modified time | relevance | path

Searched refs:isPackable (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java122 public boolean isPackable() { in STRING()
128 public boolean isPackable() { in GROUP()
134 public boolean isPackable() { in MESSAGE()
140 public boolean isPackable() { in BYTES()
167 public boolean isPackable() { in isPackable() method in WireFormat.FieldType
H A DDescriptors.java1091 if (!isPackable()) { in isPacked()
1102 public boolean isPackable() { in isPackable() method in Descriptors.FieldDescriptor
1103 return isRepeated() && getLiteType().isPackable(); in isPackable()
1499 if (proto.getOptions().getPacked() && !isPackable()) { in crossLink()
H A DMessageReflection.java780 } else if (field.isPackable() in mergeFieldFrom()
H A DGeneratedMessageLite.java559 && extension.descriptor.type.isPackable() in parseExtension()
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h188 @property(nonatomic, readonly, getter=isPackable) BOOL packable;
306 @property(nonatomic, readonly, getter=isPackable) BOOL packable;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php172 public function isPackable() function
H A DMessage.php497 } elseif ($field->isPackable() &&

Completed in 14 milliseconds