Searched defs:match_string (Results 1 – 9 of 9) sorted by relevance
377 auto match_string = rest_line.substr(0, type_string.size()); in isTypeComment() local387 auto match_string = str.substr(pos, type_string.size()); in isTypeComment() local
53 def find_matching_line(file_path, match_string): argument
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
1140 match_string=None): argument
2570 def __init__(self, match_string, maxMismatches=1): argument