Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos/generator/
Dmain.cpp76 std::string namespace_path; in FullyQualifiedIdentifier() local
77 JoinStrings(namespaces, "::", &namespace_path); in FullyQualifiedIdentifier()
78 return "::" + namespace_path + "::" + descriptor.name(); in FullyQualifiedIdentifier()
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1245 namespace_path = []
1266 namespace_path.extend(portions)
1269 spec.submodule_search_locations = namespace_path
1284 namespace_path = spec.submodule_search_locations
1285 if namespace_path:
1289 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)