Home
last modified time | relevance | path

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

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