Searched refs:Int64ByteSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | wire_format_test.py | 126 [wire_format.Int64ByteSize, 0, 1], 127 [wire_format.Int64ByteSize, 127, 1], 128 [wire_format.Int64ByteSize, 128, 2], 129 [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 | 242 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
|