Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php440 return self::varint64Size($value);
443 public static function varint64Size($value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php1567 $size += GPBWire::varint64Size($value);