Searched refs:prefix_path (Results 1 – 4 of 4) sorted by relevance
525 … const std::string &prefix_path, // Anything that has been resolved already will be in here534 … const std::string &prefix_path, // Anything that has been resolved already will be in here543 … const std::string &prefix_path, // Anything that has been resolved already will be in here in PrivateAutoCompleteMembers() argument561 prefix_path, in PrivateAutoCompleteMembers()579 prefix_path, in PrivateAutoCompleteMembers()604 … prefix_path + member_name, // Anything that has been resolved already will be in here in PrivateAutoCompleteMembers()611 matches.AppendString (prefix_path + member_name); in PrivateAutoCompleteMembers()621 … const std::string &prefix_path, // Anything that has been resolved already will be in here in PrivateAutoComplete() argument649 matches.AppendString (prefix_path); in PrivateAutoComplete()657 if (prefix_path.back() != '.') in PrivateAutoComplete()[all …]
34 string const & prefix_path) in populate() argument39 string const path = op_realpath(prefix_path + *cit); in populate()
84 std::string const & prefix_path);
63 def _GetPathAfterPrefix(prefix_path, path_with_prefix): argument71 assert path_with_prefix.startswith(prefix_path)72 path_without_prefix = path_with_prefix[len(prefix_path):]