Home
last modified time | relevance | path

Searched refs:prefix_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp491 const std::string& prefix_, in templates_parser() argument
494 _prefix(prefix_), in templates_parser()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1022 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_;