Lines Matching refs:string
20 #include <string>
39 std::string ToString(EvalStatus status);
48 // A target version prefix, if imposed by policy; otherwise, an empty string.
49 std::string target_version_prefix;
50 // A target channel, if so imposed by policy; otherwise, an empty string.
51 std::string target_channel;
86 std::vector<std::string> download_urls;
200 std::string PolicyRequestName(
202 std::string*, R*,
204 std::string class_name = PolicyName() + "::";
235 // sets the |error| string.
240 EvaluationContext* ec, State* state, std::string* error,
250 std::string* error,
263 std::string* error,
276 std::string* error,
282 EvaluationContext* ec, State* state, std::string* error,
291 EvaluationContext* ec, State* state, std::string* error,
298 virtual std::string PolicyName() const = 0;