MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / findFirstOf

Method findFirstOf

external/amdt_base_tools/src/gtString.cpp:989–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987
988
989int gtString::findFirstOf(const gtString& characters, int searchStartPosition) const
990{
991 int retVal = (int)_impl.find_first_of(characters._impl, searchStartPosition);
992 return retVal;
993}
994
995
996

Callers 1

TrimExecutablePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected