Searched refs:item_last (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dmap_unittest.cc188 MapItem* item_last = ascending_map_.Last(); local
189 ASSERT_FALSE(item_last == NULL);
190 const int last_value_id = item_last->GetId();
191 const int last_value = ItemValue(item_last);
195 EXPECT_TRUE(DeleteItemContent(item_last));

Completed in 303 milliseconds