Searched refs:writeOneof (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Value.php | 75 $this->writeOneof(1, $var); 106 $this->writeOneof(2, $var); 137 $this->writeOneof(3, $var); 168 $this->writeOneof(4, $var); 199 $this->writeOneof(5, $var); 230 $this->writeOneof(6, $var);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 846 * Message::writeOneof() 854 * $this->writeOneof(10, $var); 865 PHP_METHOD(Message, writeOneof) { in PHP_METHOD() 915 PHP_ME(Message, writeOneof, arginfo_write, ZEND_ACC_PROTECTED)
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Message.php | 211 $this->writeOneof($field->getNumber(), $wrapped_value); 237 protected function writeOneof($number, $value) function
|
Completed in 5 milliseconds