Searched refs:notInListLow (Results 1 – 1 of 1) sorted by relevance
359 Item notInListLow(NOT_USED_ID); in BinarySearchTest() local372 found = (Item*)list.BinarySearch(¬InListLow, Item::Compare); in BinarySearchTest()375 found = (Item*)list.BinarySearch(¬InListLow, ::Compare, gData); in BinarySearchTest()409 Item notInListLow(NOT_USED_ID); in BinarySearchIndexTest() local430 searchIndex = list.BinarySearchIndex(¬InListLow, Item::Compare); in BinarySearchIndexTest()433 searchIndex = list.BinarySearchIndex(¬InListLow, ::Compare, gData); in BinarySearchIndexTest()436 value.value = notInListLow.Value(); in BinarySearchIndexTest()