Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedOutputStream.php59 $size = self::writeVarintToArray($value, $bytes, $trim);
66 $size = self::writeVarintToArray($value, $bytes);
104 public static function writeVarintToArray($value, &$buffer, $trim = false) function
H A DMessage.php355 $size = CodedOutputStream::writeVarintToArray($tag, $bytes, true);

Completed in 4 milliseconds