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

/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtemplates.cpp488 /// \param prefix_ The prefix that identifies lines as statements.
491 const std::string& prefix_,
494 _prefix(prefix_),
490 templates_parser(const text::templates_def& templates_, const std::string& prefix_, const std::string& delimiter_) argument
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1437 explicit StartsWithMatcher(const StringType& prefix) : prefix_(prefix) {
1471 return s2.length() >= prefix_.length() &&
1472 s2.substr(0, prefix_.length()) == prefix_;
1477 UniversalPrint(prefix_, os);
1482 UniversalPrint(prefix_, os);
1486 const StringType prefix_; member in class:testing::internal::StartsWithMatcher

Completed in 130 milliseconds