Home
last modified time | relevance | path

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

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py175 [wire_format.BoolByteSize, False, 1],
176 [wire_format.BoolByteSize, True, 1],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py179 [wire_format.BoolByteSize, False, 1],
180 [wire_format.BoolByteSize, True, 1],
Dwire_format.py175 def BoolByteSize(field_number, b): function
Dtype_checkers.py295 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,