Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ memcmp
Function
memcmp
include/Array.h:613–616 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
612
613
inline int memcmp(Array<ELEM_> inOther)
614
{
615
return ArrayBase::Memcmp(inOther.GetPtr());
616
}
617
618
619
inline void memcpy(int inStart, const ELEM_ *inData, int inElements)
Callers
12
eq
Function · 0.70
__memcmp
Function · 0.70
operator==
Method · 0.50
TIndexOf
Function · 0.50
TLastIndexOf
Function · 0.50
eq
Method · 0.50
compare
Method · 0.50
split
Method · 0.50
__Compare
Method · 0.50
Memcmp
Method · 0.50
findFixed
Method · 0.50
operator==
Method · 0.50
Calls
1
GetPtr
Method · 0.80
Tested by
no test coverage detected