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)
50 response_proto = PolicyFetchResponse()51 response_proto.ParseFromString(policy_response)52 ownership.assert_has_policy_data(response_proto)55 data_proto.ParseFromString(response_proto.policy_data)
124 def assert_has_policy_data(response_proto): argument130 if not response_proto.HasField("policy_data"):