Home
last modified time | relevance | path

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

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py117 [wire_format.Int32ByteSize, 0, 1],
118 [wire_format.Int32ByteSize, 127, 1],
119 [wire_format.Int32ByteSize, 128, 2],
120 [wire_format.Int32ByteSize, -1, 10],
/external/protobuf/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.py292 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,