Searched defs:match_string (Results 1 – 6 of 6) sorted by relevance
413 std::string match_string; in RoutePathMatchParse() local486 std::string match_string; in RouteHeaderMatchersParse() local
427 std::string match_string; in RoutePathMatchParse() local500 std::string match_string; in RouteHeaderMatchersParse() local
405 pub(crate) fn match_string(&mut self, string: &str) -> bool { in match_string() method
661 pub fn match_string(mut self: Box<Self>, string: &str) -> ParseResult<Box<Self>> { in match_string() method
2570 def __init__(self, match_string, maxMismatches=1): argument