Searched refs:writeVarintToArray (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedOutputStream.php | 59 $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
|
H A D | Message.php | 360 $size = CodedOutputStream::writeVarintToArray($tag, $bytes, true);
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedOutputStream.php | 59 $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
|
H A D | Message.php | 360 $size = CodedOutputStream::writeVarintToArray($tag, $bytes, true);
|