Home
last modified time | relevance | path

Searched refs:SInt64ByteSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format_test.py149 [wire_format.SInt64ByteSize, 0, 1],
150 [wire_format.SInt64ByteSize, -1, 1],
151 [wire_format.SInt64ByteSize, 1, 1],
152 [wire_format.SInt64ByteSize, -63, 1],
153 [wire_format.SInt64ByteSize, 63, 1],
154 [wire_format.SInt64ByteSize, -64, 1],
155 [wire_format.SInt64ByteSize, 64, 2],
Dwire_format.py147 def SInt64ByteSize(field_number, int64): function
Dtype_checkers.py257 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize