Searched defs:isPackable (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | WireFormat.java | 122 public boolean isPackable() { in STRING() method |
D | Descriptors.java | 1083 public boolean isPackable() { in isPackable() method in Descriptors.FieldDescriptor |
/external/golang-protobuf/reflect/protodesc/ | ||
D | desc_validate.go | 302 func isPackable(fd protoreflect.FieldDescriptor) bool { func |
/external/protobuf/objectivec/ | ||
D | GPBDescriptor.m | 640 - (BOOL)isPackable { method |
/external/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | FieldDescriptor.php | 172 public function isPackable() function in Google\\Protobuf\\Internal\\FieldDescriptor |