Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format_test.py121 [wire_format.Int32ByteSize, 0, 1],
122 [wire_format.Int32ByteSize, 127, 1],
123 [wire_format.Int32ByteSize, 128, 2],
124 [wire_format.Int32ByteSize, -1, 10],
Dwire_format.py122 def Int32ByteSize(field_number, int32): function
Dtype_checkers.py244 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,