Searched defs:dflt (Results 1 – 3 of 3) sorted by relevance
27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { in findWithDefault()
88 .WillOnce(Invoke([](const std::string&, const std::string& dflt) { return dflt; })); in expectGetPropertyDefault()119 [this](const std::string& key, const std::string& dflt) { in __anonc8aa56590602()
181 std::string getProperty(const std::string& key, const std::string& dflt) { in getProperty()