Searched refs:common_prefix (Results 1 – 2 of 2) sorted by relevance
285 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions() local287 common_prefix.erase(0, partial_name_len); in HandleCompletionWithDescriptions()293 common_prefix = in HandleCompletionWithDescriptions()294 Args::EscapeLLDBCommandArgument(common_prefix, quote_char); in HandleCompletionWithDescriptions()296 common_prefix.push_back(quote_char); in HandleCompletionWithDescriptions()297 common_prefix.push_back(' '); in HandleCompletionWithDescriptions()299 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()
536 common_prefix(uint8_t *a, uint8_t *b, uint8_t net) in common_prefix() function676 !common_prefix(s_out->subnet_addr, s_in->subnet_addr, in eval_response()