Home
last modified time | relevance | path

Searched refs:GPBLabel (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php35 use Google\Protobuf\Internal\GPBLabel; alias
87 GPBLabel::OPTIONAL,
98 GPBLabel::REPEATED,
109 GPBLabel::REQUIRED,
DFieldDescriptor.php129 return $this->label === GPBLabel::REPEATED;
234 if ($proto->getLabel() === GPBLabel::REPEATED &&
DGPBLabel.php35 class GPBLabel class
DMessage.php42 use Google\Protobuf\Internal\GPBLabel; alias
128 } else if ($field->getLabel() === GPBLabel::REPEATED) {
152 } else if ($field->getLabel() === GPBLabel::OPTIONAL &&
575 } else if ($field->getLabel() === GPBLabel::REPEATED) {
599 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
670 } else if ($field->getLabel() === GPBLabel::REPEATED) {
676 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
724 } else if ($field->getLabel() === GPBLabel::REPEATED) {
737 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
/third_party/protobuf/php/tests/
DPhpImplementationTest.php12 use Google\Protobuf\Internal\GPBLabel; alias
338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());
/third_party/protobuf/
DMakefile.am860 php/src/Google/Protobuf/Internal/GPBLabel.php \