Searched refs:response_proto (Results 1 – 3 of 3) sorted by relevance
40 response_proto = PolicyFetchResponse()41 response_proto.ParseFromString(retrieved_policy)42 ownership.assert_has_policy_data(response_proto)45 poldata.ParseFromString(response_proto.policy_data)
52 response_proto = PolicyFetchResponse()53 response_proto.ParseFromString(policy_response)54 ownership.assert_has_policy_data(response_proto)57 data_proto.ParseFromString(response_proto.policy_data)
124 def assert_has_policy_data(response_proto): argument130 if not response_proto.HasField("policy_data"):