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() function105 const std::vector<NamespaceLinkConfig>& links() const { in links()111 namespace_links_.push_back(NamespaceLinkConfig(ns_name, shared_libs, allow_all_shared_libs)); in add_namespace_link()140 std::vector<NamespaceLinkConfig> namespace_links_;
3506 for (const NamespaceLinkConfig& ns_link : ns_config->links()) { in init_default_namespaces()