OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_item
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/test/map/
map.cc
81
MapItem*
first_item
= test_map.First();
82
FailTest(
first_item
== NULL);
83
FailTest(GetStoredIntegerValue(
first_item
) != 0);
89
MapItem* second_item = test_map.Next(
first_item
);
97
FailTest(test_map.Previous(
first_item
) != NULL);
/external/webrtc/src/system_wrappers/test/list/
list.cc
105
ListItem*
first_item
= test_list.First();
106
FailTest(
first_item
== NULL);
111
ListItem* second_item = test_list.Next(
first_item
);
118
FailTest(test_list.Previous(
first_item
) != NULL);
/external/chromium/chrome/browser/extensions/
extension_menu_manager.cc
137
bool
first_item
= !ContainsKey(context_items_, extension_id);
local
145
if (
first_item
)
Completed in 28 milliseconds