Searched refs:BoolByteSize (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | wire_format_test.py | 175 [wire_format.BoolByteSize, False, 1], 176 [wire_format.BoolByteSize, True, 1],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 179 [wire_format.BoolByteSize, False, 1], 180 [wire_format.BoolByteSize, True, 1],
|
D | wire_format.py | 175 def BoolByteSize(field_number, b): function
|
D | type_checkers.py | 295 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,
|