Home
last modified time | relevance | path

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

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h52 Section& current_section) { in ParseAdditionalNamespaces() argument
58 EXPECT_FALSE(MapContainsKey(current_section.namespaces, namespace_name)) in ParseAdditionalNamespaces()
62 current_section.namespaces[namespace_name] = new_namespace; in ParseAdditionalNamespaces()
95 Section& current_section, const std::string& line) { in ParseLinkList() argument
102 EXPECT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLinkList()
107 &current_section.namespaces[namespace_to]; in ParseLinkList()
114 Namespace& current_namespace, Section& current_section, in ParseLink() argument
124 ASSERT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLink()
125 << "To namespace does not exist in section " << current_section.name in ParseLink()
146 Section& current_section, in ParseNamespaceCommand() argument
[all …]