Searched refs:NamespaceLinkConfig (Results 1 – 2 of 2) sorted by relevance
49 class NamespaceLinkConfig {51 NamespaceLinkConfig() = default;52 NamespaceLinkConfig(const std::string& ns_name, const std::string& shared_libs, in NamespaceLinkConfig() function103 const std::vector<NamespaceLinkConfig>& links() const { in links()109 namespace_links_.push_back(NamespaceLinkConfig(ns_name, shared_libs, allow_all_shared_libs)); in add_namespace_link()139 std::vector<NamespaceLinkConfig> namespace_links_;
3620 for (const NamespaceLinkConfig& ns_link : ns_config->links()) { in init_default_namespaces()