Searched defs:ConfigInfos (Results 1 – 3 of 3) sorted by relevance
30 using ConfigInfos = std::map<std::string, std::map<std::string, std::string>>; variable
27 using ConfigInfos = std::map<std::string, std::map<std::string, std::string>>; variable
385 ExtendDelegate *AscendDelegateCreator(const std::shared_ptr<Context> &, const ConfigInfos &) { in AscendDelegateCreator()