Searched defs:fallback_key (Results 1 – 3 of 3) sorted by relevance
57 std::string Get(const std::string& key, const std::string& fallback_key, Args... args) const { in Get()95 bool GetBool(const std::string& key, const std::string& fallback_key, Args... args) const { in GetBool()
222 def get_config_value_with_fallback(self, section, key, fallback_key, argument
252 auto fallback_key = in ConvertToFallbackExecuteOp() local