Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ strFind
Function
strFind
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
compile
Function · 0.85
compile
Function · 0.85
strReplace
Function · 0.85
strFindUncommented
Function · 0.85
addInclude
Method · 0.85
parseInOut
Function · 0.85
baseName
Function · 0.85
compileShader
Function · 0.85
getReflectionDataD3D11
Function · 0.85
compile
Function · 0.85
compile
Function · 0.85
dumpExtensions
Function · 0.85
Calls
4
strFindUnsafe
Function · 0.85
strLen
Function · 0.85
StringView
Class · 0.50
min
Function · 0.50
Tested by
no test coverage detected