Searched refs:EnumByteSize (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 182 [wire_format.EnumByteSize, 0, 1], 183 [wire_format.EnumByteSize, 127, 1], 184 [wire_format.EnumByteSize, 128, 2], 185 [wire_format.EnumByteSize, wire_format.UINT32_MAX, 5],
|
D | wire_format.py | 179 def EnumByteSize(field_number, enum): function
|
D | type_checkers.py | 253 _FieldDescriptor.TYPE_ENUM: wire_format.EnumByteSize,
|