Searched refs:writeOneof (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/ |
D | Value.php | 70 $this->writeOneof(1, $var); 96 $this->writeOneof(2, $var); 122 $this->writeOneof(3, $var); 148 $this->writeOneof(4, $var); 174 $this->writeOneof(5, $var); 200 $this->writeOneof(6, $var);
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | PayloadConfig.php | 40 $this->writeOneof(1, $var); 62 $this->writeOneof(2, $var); 84 $this->writeOneof(3, $var);
|
D | GaugeResponse.php | 68 $this->writeOneof(2, $var); 90 $this->writeOneof(3, $var); 112 $this->writeOneof(4, $var);
|
D | LoadParams.php | 40 $this->writeOneof(1, $var); 62 $this->writeOneof(2, $var);
|
D | ServerArgs.php | 40 $this->writeOneof(1, $var); 62 $this->writeOneof(2, $var);
|
D | ClientArgs.php | 40 $this->writeOneof(1, $var); 62 $this->writeOneof(2, $var);
|
D | ChannelArg.php | 66 $this->writeOneof(2, $var); 88 $this->writeOneof(3, $var);
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/ |
D | Metric.php | 66 $this->writeOneof(10, $var); 88 $this->writeOneof(11, $var);
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 59 PHP_ME(Message, writeOneof, NULL, ZEND_ACC_PROTECTED) 582 PHP_METHOD(Message, writeOneof) { argument
|
D | protobuf.h | 959 PHP_METHOD(Message, writeOneof);
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 191 protected function writeOneof($number, $value) function in Google\\Protobuf\\Internal\\Message
|