Searched refs:whichOneof (Results 1 – 11 of 11) sorted by relevance
72 return $this->whichOneof("load");
72 return $this->whichOneof("argtype");
98 return $this->whichOneof("value");
94 return $this->whichOneof("payload");
122 return $this->whichOneof("value");
210 return $this->whichOneof("kind");
60 PHP_ME(Message, whichOneof, NULL, ZEND_ACC_PROTECTED)597 PHP_METHOD(Message, whichOneof) { argument
960 PHP_METHOD(Message, whichOneof);
202 protected function whichOneof($oneof_name) function in Google\\Protobuf\\Internal\\Message