Searched refs:readOneof (Results 1 – 3 of 3) sorted by relevance
57 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);
817 PHP_METHOD(Message, readOneof) { in PHP_METHOD() argument914 PHP_ME(Message, readOneof, arginfo_read, ZEND_ACC_PROTECTED)
186 $wrapper = $this->readOneof($field->getNumber());215 protected function readOneof($number) function in Google\\Protobuf\\Internal\\Message