Home
last modified time | relevance | path

Searched refs:BytesByteSize (Results 1 – 3 of 3) 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.py251 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize,