Searched refs:list_position (Results 1 – 2 of 2) sorted by relevance
1742 ListType::iterator list_position = existing->second; in erase() local1744 ordered_.erase(list_position); in erase()
1667 const size_t list_position = string.find(list, search_position); in insertElementOfList() local1671 if (std::string::npos == list_position) in insertElementOfList()1676 if (9 /* strlen(SEPARATOR) */ == list_position - sep_list_position) in insertElementOfList()