Home | History | Annotate | Download | only in proxy

Lines Matching refs:raw

63   // Initializes the list of rules by parsing the string |raw|. |raw| is a
66 void ParseFromString(const std::string& raw);
74 void ParseFromStringUsingSuffixMatching(const std::string& raw);
94 // Adds a rule given by the string |raw|. The format of |raw| can be any of
143 bool AddRuleFromString(const std::string& raw);
154 bool AddRuleFromStringUsingSuffixMatching(const std::string& raw);
170 void ParseFromStringInternal(const std::string& raw,
172 bool AddRuleFromStringInternal(const std::string& raw,
174 bool AddRuleFromStringInternalWithLogging(const std::string& raw,