Home
last modified time | relevance | path

Searched refs:firstDuplicate (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dstl_utils.hpp13 ForwardIterator firstDuplicate(ForwardIterator first, ForwardIterator last) in firstDuplicate() function
35 t.erase(firstDuplicate(t.begin(), t.end()), t.end()); in removeDuplicate()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dstl_utils_test.cpp18 auto iter = firstDuplicate(strVec.begin(), strVec.end()); in TEST()