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