Home
last modified time | relevance | path

Searched refs:StringByteSize (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py191 for byte_size_fn in (wire_format.StringByteSize, wire_format.BytesByteSize):
201 self.assertEqual(10, wire_format.StringByteSize(
Dwire_format.py183 def StringByteSize(field_number, string): function
Dtype_checkers.py248 _FieldDescriptor.TYPE_STRING: wire_format.StringByteSize,