Searched refs:map_result (Results 1 – 1 of 1) sorted by relevance
136 std::pair<typename MapT::iterator, bool> map_result= in insert() local138 return std::make_pair(iterator(map_result.first), map_result.second); in insert()