Searched refs:iFindFirst (Results 1 – 4 of 4) sorted by relevance
| /openbmc/entity-manager/test/ |
| H A D | test_utils.cpp | 9 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 D | utils.cpp | 100 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 D | utils.hpp | 91 auto iFindFirst(T&& str, std::string_view sub) in iFindFirst() function
|
| H A D | utils.cpp | 213 iFindFirst(str, search); in iReplaceAll()
|