Searched refs:prefix_ (Results 1 – 2 of 2) sorted by relevance
491 const std::string& prefix_, in templates_parser() argument494 _prefix(prefix_), in templates_parser()
1022 explicit StartsWithMatcher(const StringType& prefix) : prefix_(prefix) {}1052 return s2.length() >= prefix_.length() &&1053 s2.substr(0, prefix_.length()) == prefix_;1058 UniversalPrint(prefix_, os);1063 UniversalPrint(prefix_, os);1067 const StringType prefix_;