Searched refs:current_section (Results 1 – 1 of 1) sorted by relevance
52 Section& current_section) { in ParseAdditionalNamespaces() argument58 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() argument102 EXPECT_TRUE(MapContainsKey(current_section.namespaces, namespace_to)) in ParseLinkList()107 ¤t_section.namespaces[namespace_to]; in ParseLinkList()114 Namespace& current_namespace, Section& current_section, in ParseLink() argument124 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 …]