Searched refs:namespace_to (Results 1 – 1 of 1) sorted by relevance
99 for (std::string namespace_to; std::getline(namespaces, namespace_to, ',');) { in ParseLinkList() local100 EXPECT_FALSE(MapContainsKey(current_namespace.links, namespace_to)) in ParseLinkList()101 << "Link to " << namespace_to << " is already defined : " << line; in ParseLinkList()102 EXPECT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLinkList()105 current_namespace.links[namespace_to].from = ¤t_namespace; in ParseLinkList()106 current_namespace.links[namespace_to].to = in ParseLinkList()107 ¤t_section.namespaces[namespace_to]; in ParseLinkList()108 current_namespace.links[namespace_to].allow_all_shared = false; in ParseLinkList()122 std::string namespace_to = property_descs[1]; in ParseLink() local124 ASSERT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLink()[all …]