Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php35 use Google\Protobuf\Internal\GPBLabel; alias
87 GPBLabel::OPTIONAL,
98 GPBLabel::REPEATED,
109 GPBLabel::REQUIRED,
DGPBLabel.php35 class GPBLabel class
DMessage.php42 use Google\Protobuf\Internal\GPBLabel; alias
127 } else if ($field->getLabel() === GPBLabel::REPEATED) {
151 } else if ($field->getLabel() === GPBLabel::OPTIONAL &&
529 } else if ($field->getLabel() === GPBLabel::REPEATED) {
553 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
624 } else if ($field->getLabel() === GPBLabel::REPEATED) {
630 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
678 } else if ($field->getLabel() === GPBLabel::REPEATED) {
691 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
DFieldDescriptor.php129 return $this->label === GPBLabel::REPEATED;
/external/protobuf/php/tests/
Dphp_implementation_test.php12 use Google\Protobuf\Internal\GPBLabel; alias
338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());
/external/protobuf/
DMakefile.am789 php/src/Google/Protobuf/Internal/GPBLabel.php \