Home
last modified time | relevance | path

Searched refs:readOneof (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DValue.php57 return $this->readOneof(1);
88 return $this->readOneof(2);
119 return $this->readOneof(3);
150 return $this->readOneof(4);
181 return $this->readOneof(5);
212 return $this->readOneof(6);
/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c817 PHP_METHOD(Message, readOneof) { in PHP_METHOD() argument
914 PHP_ME(Message, readOneof, arginfo_read, ZEND_ACC_PROTECTED)
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php186 $wrapper = $this->readOneof($field->getNumber());
215 protected function readOneof($number) function in Google\\Protobuf\\Internal\\Message