Home
last modified time | relevance | path

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

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py178 [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],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py182 [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],
Dwire_format.py179 def EnumByteSize(field_number, enum): function
Dtype_checkers.py301 _FieldDescriptor.TYPE_ENUM: wire_format.EnumByteSize,