HomeSort by relevance Sort by last modified time
    Searched refs:remove_item (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/system_wrappers/test/map/
map.cc 67 MapItem* remove_item = test_map.Find(2);
68 FailTest(remove_item == NULL);
69 FailTest(test_map.Erase(remove_item) != 0);
71 remove_item = NULL;
72 FailTest(test_map.Erase(remove_item) != -1);
  /external/webrtc/src/system_wrappers/source/
map_unittest.cc 74 MapItem* remove_item = clear_map->First(); local
75 if (remove_item == NULL) {
78 if (!DeleteItemContent(remove_item)) {
81 if (clear_map->Erase(remove_item) != 0) {
  /external/bluetooth/glib/tests/
queue-test.c 740 remove_item (gpointer data, gpointer q) function
933 g_queue_foreach (q2, remove_item, q2);

Completed in 87 milliseconds