MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / strFind

Function strFind

Source/3rdParty/bx/src/string.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 inline const char* strFind(const char* _str, int32_t _max, char _ch)
355 {
356 return strFindUnsafe(_str, strLen(_str, _max), _ch);
357 }
358
359 StringView strFind(const StringView& _str, char _ch)
360 {

Callers 15

compileFunction · 0.85
compileFunction · 0.85
strReplaceFunction · 0.85
addIncludeMethod · 0.85
parseInOutFunction · 0.85
baseNameFunction · 0.85
compileShaderFunction · 0.85
getReflectionDataD3D11Function · 0.85
compileFunction · 0.85
compileFunction · 0.85
dumpExtensionsFunction · 0.85
initMethod · 0.85

Calls 5

strFindUnsafeFunction · 0.85
strLenFunction · 0.85
StringViewClass · 0.50
minFunction · 0.50
getLengthMethod · 0.45

Tested by

no test coverage detected