Searched refs:best_match_index (Results 1 – 1 of 1) sorted by relevance
167 uint32 best_match_index = BestMatch(value); in Insert() local168 if (best_match_index == kNil) { in Insert()177 const uint8* best_match = external_node(best_match_index); in Insert()191 if (external_node_index == best_match_index) { in Insert()192 best_match_index = BestMatch(value); in Insert()193 best_match = external_node(best_match_index); in Insert()