Searched defs:dflt (Results 1 – 2 of 2) sorted by relevance
91 .WillOnce(Invoke([](const std::string&, const std::string& dflt) { return dflt; })); in expectGetPropertyDefault()122 [this](const std::string& key, const std::string& dflt) { in __anon1c98fe850602()
179 std::string getProperty(const std::string& key, const std::string& dflt) { in getProperty()