Home
last modified time | relevance | path

Searched refs:namespace_to (Results 1 – 1 of 1) sorted by relevance

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h99 for (std::string namespace_to; std::getline(namespaces, namespace_to, ',');) { in ParseLinkList() local
100 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 = &current_namespace; in ParseLinkList()
106 current_namespace.links[namespace_to].to = in ParseLinkList()
107 &current_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() local
124 ASSERT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLink()
[all …]