Lines Matching refs:current_namespace
68 Namespace& current_namespace, in ParseNamespacePath() argument
75 target_path = ¤t_namespace.search_path; in ParseNamespacePath()
77 target_path = ¤t_namespace.permitted_path; in ParseNamespacePath()
79 target_path = ¤t_namespace.asan_search_path; in ParseNamespacePath()
81 target_path = ¤t_namespace.asan_permitted_path; in ParseNamespacePath()
94 Namespace& current_namespace, in ParseLinkList() argument
100 EXPECT_FALSE(MapContainsKey(current_namespace.links, namespace_to)) in ParseLinkList()
105 current_namespace.links[namespace_to].from = ¤t_namespace; in ParseLinkList()
106 current_namespace.links[namespace_to].to = in ParseLinkList()
108 current_namespace.links[namespace_to].allow_all_shared = false; in ParseLinkList()
114 Namespace& current_namespace, Section& current_section, in ParseLink() argument
130 current_namespace.links[namespace_to].shared_libs.size() != 0) in ParseLink()
135 current_namespace.links[namespace_to].shared_libs.push_back(value); in ParseLink()
138 current_namespace.links[namespace_to].allow_all_shared = true; in ParseLink()
151 Namespace& current_namespace = current_section.namespaces[namespace_name]; in ParseNamespaceCommand() local
168 current_namespace.is_isolated = value == "true"; in ParseNamespaceCommand()
173 current_namespace.is_visible = value == "true"; in ParseNamespaceCommand()
177 property_descs, is_additional_property, value, current_namespace, line); in ParseNamespaceCommand()
181 property_descs, value, current_namespace, current_section, line); in ParseNamespaceCommand()
187 current_namespace, in ParseNamespaceCommand()
192 current_namespace.allowed_libs.push_back(value); in ParseNamespaceCommand()