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