Home
last modified time | relevance | path

Searched refs:iFindFirst (Results 1 – 4 of 4) sorted by relevance

/openbmc/entity-manager/test/
H A Dtest_utils.cpp9 auto match = iFindFirst(helloWorld, "World"); in TEST()
17 auto match = iFindFirst(helloWorld, "world"); in TEST()
25 auto match = iFindFirst(helloWorld, "Planet"); in TEST()
31 auto match = iFindFirst(helloWorld, "HeLLo"); in TEST()
39 auto match = iFindFirst(helloWorld, "LD"); in TEST()
47 auto match = iFindFirst(helloWorld, ""); in TEST()
53 auto match = iFindFirst("", "Hello"); in TEST()
/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp100 iFindFirst(*strPtr, std::string_view(templateChar)); in handleLeftOverTemplateVars()
111 iFindFirst(searchRange, " "); in handleLeftOverTemplateVars()
207 iFindFirst(*strPtr, templateName); in templateCharReplace()
/openbmc/entity-manager/src/
H A Dutils.hpp91 auto iFindFirst(T&& str, std::string_view sub) in iFindFirst() function
H A Dutils.cpp213 iFindFirst(str, search); in iReplaceAll()