MCPcopy Create free account
hub / github.com/beefytech/Beef / GetStride

Method GetStride

IDEHelper/DbgModule.cpp:2074–2077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072}
2073
2074intptr DbgType::GetStride()
2075{
2076 return BF_ALIGN(GetByteCount(), GetAlign());
2077}
2078
2079int DbgType::GetAlign()
2080{

Callers 8

VisitMethod · 0.45
GetArrayItemsMethod · 0.45
GetDictionaryItemsMethod · 0.45
DbgTypedValueToStringMethod · 0.45
ToStringMethod · 0.45
GetByteCountMethod · 0.45
GetSizedArrayTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected