Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py184 return BytesByteSize(field_number, string.encode('utf-8'))
187 def BytesByteSize(field_number, b): function
Dwire_format_test.py191 for byte_size_fn in (wire_format.StringByteSize, wire_format.BytesByteSize):
Dtype_checkers.py299 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize,
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py187 for byte_size_fn in (wire_format.StringByteSize, wire_format.BytesByteSize):