Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/
DValue.php57 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);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayloadConfig.php29 return $this->readOneof(1);
51 return $this->readOneof(2);
73 return $this->readOneof(3);
DGaugeResponse.php57 return $this->readOneof(2);
79 return $this->readOneof(3);
101 return $this->readOneof(4);
DLoadParams.php29 return $this->readOneof(1);
51 return $this->readOneof(2);
DServerArgs.php29 return $this->readOneof(1);
51 return $this->readOneof(2);
DClientArgs.php29 return $this->readOneof(1);
51 return $this->readOneof(2);
DChannelArg.php55 return $this->readOneof(2);
77 return $this->readOneof(3);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DMetric.php55 return $this->readOneof(10);
77 return $this->readOneof(11);
/external/protobuf/php/ext/google/protobuf/
Dmessage.c58 PHP_ME(Message, readOneof, NULL, ZEND_ACC_PROTECTED)
563 PHP_METHOD(Message, readOneof) { argument
Dprotobuf.h958 PHP_METHOD(Message, readOneof);
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php178 protected function readOneof($number) function in Google\\Protobuf\\Internal\\Message