Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/
DValue.php70 $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/
DPayloadConfig.php40 $this->writeOneof(1, $var);
62 $this->writeOneof(2, $var);
84 $this->writeOneof(3, $var);
DGaugeResponse.php68 $this->writeOneof(2, $var);
90 $this->writeOneof(3, $var);
112 $this->writeOneof(4, $var);
DLoadParams.php40 $this->writeOneof(1, $var);
62 $this->writeOneof(2, $var);
DServerArgs.php40 $this->writeOneof(1, $var);
62 $this->writeOneof(2, $var);
DClientArgs.php40 $this->writeOneof(1, $var);
62 $this->writeOneof(2, $var);
DChannelArg.php66 $this->writeOneof(2, $var);
88 $this->writeOneof(3, $var);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DMetric.php66 $this->writeOneof(10, $var);
88 $this->writeOneof(11, $var);
/external/protobuf/php/ext/google/protobuf/
Dmessage.c59 PHP_ME(Message, writeOneof, NULL, ZEND_ACC_PROTECTED)
582 PHP_METHOD(Message, writeOneof) { argument
Dprotobuf.h959 PHP_METHOD(Message, writeOneof);
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php191 protected function writeOneof($number, $value) function in Google\\Protobuf\\Internal\\Message