Searched refs:first_item (Results 1 – 4 of 4) sorted by relevance
81 MapItem* first_item = test_map.First(); in main() local82 FailTest(first_item == NULL); in main()83 FailTest(GetStoredIntegerValue(first_item) != 0); in main()89 MapItem* second_item = test_map.Next(first_item); in main()97 FailTest(test_map.Previous(first_item) != NULL); in main()
105 ListItem* first_item = test_list.First(); in main() local106 FailTest(first_item == NULL); in main()111 ListItem* second_item = test_list.Next(first_item); in main()118 FailTest(test_list.Previous(first_item) != NULL); in main()
9 nisi ut aliquip ex ea commodo consequat.{@class=first_item}
137 bool first_item = !ContainsKey(context_items_, extension_id); in AddContextItem() local145 if (first_item) in AddContextItem()