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

Method findFirstNotOf

external/amdt_base_tools/src/gtString.cpp:1004–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002
1003
1004int gtString::findFirstNotOf(const gtString& characters, int searchStartPosition) const
1005{
1006 int retVal = (int)_impl.find_first_not_of(characters._impl, searchStartPosition);
1007 return retVal;
1008}
1009
1010
1011// ---------------------------------------------------------------------------

Callers 1

TrimExecutablePathFunction · 0.80

Calls 1

find_first_not_ofMethod · 0.80

Tested by

no test coverage detected