Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ pos_to_offset
Method
pos_to_offset
libCacheSim/dataStructure/sparsepp/spp.h:1180–1183 ·
view source on GitHub ↗
get_iter() in sparsetable needs it
Source
from the content-addressed store, hash-verified
1178
1179
// get_iter() in sparsetable needs it
1180
size_type pos_to_offset(size_type pos) const
1181
{
1182
return _pos_to_offset(_bitmap, pos);
1183
}
1184
1185
#ifdef _MSC_VER
1186
#pragma warning(push)
Callers
1
get_iter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected