Searched refs:Int64ByteSize (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 122 [wire_format.Int64ByteSize, 0, 1], 123 [wire_format.Int64ByteSize, 127, 1], 124 [wire_format.Int64ByteSize, 128, 2], 125 [wire_format.Int64ByteSize, -1, 10],
|
D | wire_format.py | 123 return Int64ByteSize(field_number, int32) 130 def Int64ByteSize(field_number, int64): function
|
D | type_checkers.py | 176 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
|