line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Thrift::Parser::Type::i64; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Thrift::Parser::Type::i64 - i64 type |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 DESCRIPTION |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
This class inherits from L. See the docs there for all the usage details. |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=cut |
12
|
|
|
|
|
|
|
|
13
|
6
|
|
|
6
|
|
32
|
use strict; |
|
6
|
|
|
|
|
10
|
|
|
6
|
|
|
|
|
195
|
|
14
|
6
|
|
|
6
|
|
30
|
use warnings; |
|
6
|
|
|
|
|
14
|
|
|
6
|
|
|
|
|
161
|
|
15
|
6
|
|
|
6
|
|
28
|
use base qw(Thrift::Parser::Type::Number); |
|
6
|
|
|
|
|
13
|
|
|
6
|
|
|
|
|
591
|
|
16
|
|
|
|
|
|
|
|
17
|
0
|
|
|
0
|
|
|
sub _max_value { 2 ** 63 } |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 COPYRIGHT |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Copyright (c) 2009 Eric Waters and XMission LLC (http://www.xmission.com/). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
The full text of the license can be found in the LICENSE file included with this module. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 AUTHOR |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Eric Waters |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=cut |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
1; |