Searched refs:common_prefix (Results 1 – 2 of 2) sorted by relevance
297 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions() local299 common_prefix.erase(0, partial_name_len); in HandleCompletionWithDescriptions()305 common_prefix = in HandleCompletionWithDescriptions()306 Args::EscapeLLDBCommandArgument(common_prefix, quote_char); in HandleCompletionWithDescriptions()308 common_prefix.push_back(quote_char); in HandleCompletionWithDescriptions()309 common_prefix.push_back(' '); in HandleCompletionWithDescriptions()311 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()
618 common_prefix(uint8_t *a, uint8_t *b, uint8_t net) in common_prefix() function768 !common_prefix(s_out->subnet_addr, s_in->subnet_addr, in eval_response()