Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:common_prefix

2036         std::string common_prefix;
2037 matches.LongestCommonPrefix (common_prefix);
2046 common_prefix.push_back(quote_char);
2048 common_prefix.push_back(' ');
2050 common_prefix.erase (0, partial_name_len);
2051 matches.InsertStringAtIndex(0, common_prefix.c_str());