Home
last modified time | relevance | path

Searched refs:readWrapperValue (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c683 PHP_METHOD(Message, readWrapperValue) { in PHP_METHOD() argument
912 PHP_ME(Message, readWrapperValue, arginfo_read, ZEND_ACC_PROTECTED)
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php179 protected function readWrapperValue($member) function in Google\\Protobuf\\Internal\\Message