public static function sint64Size($value) { $value = self::zigZagEncode64($value); return self::varint64Size($value); }