Searched refs:common_prefix (Results 1 – 2 of 2) sorted by relevance
284 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions() local286 common_prefix.erase(0, partial_name_len); in HandleCompletionWithDescriptions()292 common_prefix = in HandleCompletionWithDescriptions()293 Args::EscapeLLDBCommandArgument(common_prefix, quote_char); in HandleCompletionWithDescriptions()295 common_prefix.push_back(quote_char); in HandleCompletionWithDescriptions()296 common_prefix.push_back(' '); in HandleCompletionWithDescriptions()298 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()
519 common_prefix(uint8_t *a, uint8_t *b, uint8_t net) in common_prefix() function589 !common_prefix(s_out->subnet_addr, s_in->subnet_addr, in eval_response()