Home
last modified time | relevance | path

Searched refs:setPacked (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php162 public function setPacked($packed) function in Google\\Protobuf\\Internal\\FieldDescriptor
270 $field->setPacked($packed);
DFieldOptions.php250 public function setPacked($var) function in Google\\Protobuf\\Internal\\FieldOptions
/third_party/protobuf/php/src/Google/Protobuf/
DField.php294 public function setPacked($var) function in Google\\Protobuf\\Field
/third_party/protobuf/php/tests/
DWellKnownTest.php230 $m->setPacked(true);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java771 DescriptorProtos.FieldOptions.newBuilder().setPacked(true).build()) in testPackedEnumField()