Home | History | Annotate | Download | only in Symbol

Lines Matching refs:prefix_path

525                      const std::string &prefix_path, // Anything that has been resolved already will be in here
534 const std::string &prefix_path, // Anything that has been resolved already will be in here
543 const std::string &prefix_path, // Anything that has been resolved already will be in here
561 prefix_path,
579 prefix_path,
604 prefix_path + member_name, // Anything that has been resolved already will be in here
611 matches.AppendString (prefix_path + member_name);
621 const std::string &prefix_path, // Anything that has been resolved already will be in here
626 // printf ("\nPrivateAutoComplete()\n\tprefix_path = '%s'\n\tpartial_path = '%s'\n", prefix_path.c_str(), partial_path.c_str());
649 matches.AppendString (prefix_path);
657 if (prefix_path.back() != '.')
658 matches.AppendString (prefix_path + '.');
669 matches.AppendString (prefix_path + "->");
672 matches.AppendString (prefix_path);
702 if (prefix_path.empty())
714 if (prefix_path.empty())
726 if (partial_path[1] == '>' && !prefix_path.empty())
738 prefix_path + "->",
749 prefix_path + "->",
774 prefix_path + ".",
786 prefix_path + ".",
820 prefix_path,
847 prefix_path + token, // Anything that has been resolved already will be in here
854 matches.AppendString (prefix_path + variable_name);
859 matches.AppendString (prefix_path + variable_name);
880 std::string prefix_path;
887 prefix_path,