Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format_test.py126 [wire_format.Int64ByteSize, 0, 1],
127 [wire_format.Int64ByteSize, 127, 1],
128 [wire_format.Int64ByteSize, 128, 2],
129 [wire_format.Int64ByteSize, -1, 10],
Dwire_format.py123 return Int64ByteSize(field_number, int32)
130 def Int64ByteSize(field_number, int64): function
Dtype_checkers.py242 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,