Searched refs:readOneof (Results 1 – 11 of 11) sorted by relevance
57 return $this->readOneof(1);83 return $this->readOneof(2);109 return $this->readOneof(3);135 return $this->readOneof(4);161 return $this->readOneof(5);187 return $this->readOneof(6);
29 return $this->readOneof(1);51 return $this->readOneof(2);73 return $this->readOneof(3);
57 return $this->readOneof(2);79 return $this->readOneof(3);101 return $this->readOneof(4);
29 return $this->readOneof(1);51 return $this->readOneof(2);
55 return $this->readOneof(2);77 return $this->readOneof(3);
55 return $this->readOneof(10);77 return $this->readOneof(11);
58 PHP_ME(Message, readOneof, NULL, ZEND_ACC_PROTECTED)563 PHP_METHOD(Message, readOneof) { argument
958 PHP_METHOD(Message, readOneof);
178 protected function readOneof($number) function in Google\\Protobuf\\Internal\\Message