Home
last modified time | relevance | path

Searched refs:GPBLabel (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageBuilderContext.php35 use Google\Protobuf\Internal\GPBLabel;
87 GPBLabel::OPTIONAL,
98 GPBLabel::REPEATED,
109 GPBLabel::REQUIRED,
H A DGPBLabel.php35 class GPBLabel class
H A DFieldDescriptor.php129 return $this->label === GPBLabel::REPEATED;
234 if ($proto->getLabel() === GPBLabel::REPEATED &&
H A DMessage.php42 use Google\Protobuf\Internal\GPBLabel;
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/
H A DPhpImplementationTest.php12 use Google\Protobuf\Internal\GPBLabel;
338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());

Completed in 6 milliseconds