Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DLoadParams.php72 return $this->whichOneof("load");
DServerArgs.php72 return $this->whichOneof("argtype");
DClientArgs.php72 return $this->whichOneof("argtype");
DChannelArg.php98 return $this->whichOneof("value");
DPayloadConfig.php94 return $this->whichOneof("payload");
DGaugeResponse.php122 return $this->whichOneof("value");
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DMetric.php98 return $this->whichOneof("value");
/external/protobuf/php/src/Google/Protobuf/
DValue.php210 return $this->whichOneof("kind");
/external/protobuf/php/ext/google/protobuf/
Dmessage.c60 PHP_ME(Message, whichOneof, NULL, ZEND_ACC_PROTECTED)
597 PHP_METHOD(Message, whichOneof) { argument
Dprotobuf.h960 PHP_METHOD(Message, whichOneof);
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php202 protected function whichOneof($oneof_name) function in Google\\Protobuf\\Internal\\Message