Home
last modified time | relevance | path

Searched refs:jsonByteSize (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1561 $output = new CodedOutputStream($this->jsonByteSize());
1762 $size += $value->jsonByteSize();
1952 public function jsonByteSize() function
1969 $size += $value_msg->jsonByteSize();
1972 $size += $value_msg->jsonByteSize() -1;

Completed in 4 milliseconds