Searched refs:namespace_path (Results 1 – 2 of 2) sorted by relevance
76 std::string namespace_path; in FullyQualifiedIdentifier() local77 JoinStrings(namespaces, "::", &namespace_path); in FullyQualifiedIdentifier()78 return "::" + namespace_path + "::" + descriptor.name(); in FullyQualifiedIdentifier()
1245 namespace_path = []1266 namespace_path.extend(portions)1269 spec.submodule_search_locations = namespace_path1284 namespace_path = spec.submodule_search_locations1285 if namespace_path:1289 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)