Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ byte_size
Method
byte_size
library/include/DataIdentity.h:378–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
{}
377
378
size_t byte_size() const { return getItemType()->byte_size()*size; }
379
380
const std::string getFullName(const type_identity *item) const;
381
int getSize() const { return size; }
Callers
15
lua_insert2
Method · 0.80
meta_union_next
Function · 0.80
find_primitive_field
Function · 0.80
attach_container_item_tagged_union
Function · 0.80
meta_bitfield_index
Function · 0.80
meta_bitfield_newindex
Function · 0.80
enum_identity
Method · 0.80
meta_sizeof
Function · 0.80
meta_displace
Function · 0.80
meta_new
Function · 0.80
meta_enum_attr_index
Function · 0.80
item_pointer
Method · 0.80
Calls
1
getItemType
Function · 0.85
Tested by
no test coverage detected