OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:item_last
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/system_wrappers/source/
map_unittest.cc
188
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 321 milliseconds