Searched refs:namespace_to (Results 1 – 1 of 1) sorted by relevance
106 for (std::string namespace_to; std::getline(namespaces, namespace_to, ',');) { in ParseLinkList() local107 EXPECT_FALSE(MapContainsKey(current_namespace.links, namespace_to)) in ParseLinkList()108 << "Link to " << namespace_to << " is already defined : " << line; in ParseLinkList()109 EXPECT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLinkList()110 << "Target namespace " << namespace_to in ParseLinkList()113 current_namespace.links[namespace_to].from = ¤t_namespace; in ParseLinkList()114 current_namespace.links[namespace_to].to = in ParseLinkList()115 ¤t_section.namespaces[namespace_to]; in ParseLinkList()116 current_namespace.links[namespace_to].allow_all_shared = false; in ParseLinkList()130 std::string namespace_to = property_descs[1]; in ParseLink() local[all …]