Searched refs:to_descriptor_proto (Results 1 – 3 of 3) sorted by relevance
20 from acts.libs.proto.proto_utils import to_descriptor_proto58 return to_descriptor_proto(self.data).SerializeToString()62 return parse_proto_to_ascii(to_descriptor_proto(self.data))
31 def to_descriptor_proto(proto): function
65 def test_get_descriptor_binary(self, to_descriptor_proto): argument69 to_descriptor_proto.return_value = descriptor_proto73 to_descriptor_proto.assert_called_once_with(self.data)