Home
last modified time | relevance | path

Searched refs:serializeFieldToStream (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1270 if (!GPBWire::serializeFieldToStream($value, $field, true, $output)) {
1305 if (!GPBWire::serializeFieldToStream(
1332 if (!GPBWire::serializeFieldToStream(
1346 private function serializeFieldToStream(&$output, $field) function in Google\\Protobuf\\Internal\\Message
1364 return GPBJsonWire::serializeFieldToStream(
1375 if (!$this->serializeFieldToStream($output, $field)) {
DGPBJsonWire.php38 public static function serializeFieldToStream( function in Google\\Protobuf\\Internal\\GPBJsonWire
DGPBWire.php507 public static function serializeFieldToStream( function in Google\\Protobuf\\Internal\\GPBWire