Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/
DValue.php240 return $this->whichOneof("kind");
/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c781 PHP_METHOD(Message, whichOneof) { in PHP_METHOD() argument
916 PHP_ME(Message, whichOneof, arginfo_read, ZEND_ACC_PROTECTED)
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php248 protected function whichOneof($oneof_name) function in Google\\Protobuf\\Internal\\Message