Searched refs:BytesByteSize (Results 1 – 4 of 4) sorted by relevance
184 return BytesByteSize(field_number, string.encode('utf-8'))187 def BytesByteSize(field_number, b): function
191 for byte_size_fn in (wire_format.StringByteSize, wire_format.BytesByteSize):
299 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize,
187 for byte_size_fn in (wire_format.StringByteSize, wire_format.BytesByteSize):