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

/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc29 int GetStoredIntegerValue(MapItem* map_item) function
45 int item_value = GetStoredIntegerValue(map_item);
83 FailTest(GetStoredIntegerValue(first_item) != 0);
87 FailTest(GetStoredIntegerValue(last_item) != 9);
91 FailTest(GetStoredIntegerValue(second_item) != 3);
96 FailTest(GetStoredIntegerValue(second_to_last_item) != 8);
108 FailTest(GetStoredIntegerValue(last_item) !=
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc29 int GetStoredIntegerValue(ListItem* list_item) function
45 int item_value = GetStoredIntegerValue(list_item);
62 int previous_value = GetStoredIntegerValue(item_iter) - 1;
65 const int value = GetStoredIntegerValue(item_iter);
126 FailTest(GetStoredIntegerValue(second_to_last_item) !=

Completed in 84 milliseconds