Home
last modified time | relevance | path

Searched defs:namespace_name (Results 1 – 3 of 3) sorted by relevance

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h56 for (std::string namespace_name; in ParseAdditionalNamespaces() local
142 inline void ParseNamespaceCommand(const std::string& namespace_name, in ParseNamespaceCommand()
235 std::string namespace_name = match[1]; in ParseConfiguration() local
/system/linkerconfig/modules/include/linkerconfig/
Dapex.h28 std::string namespace_name; member
/system/linkerconfig/modules/
Dsection.cc152 Namespace* Section::GetNamespace(const std::string& namespace_name) { in GetNamespace()