MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Size

Method Size

layers/sync/sync_access_map.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 iterator LowerBound(ResourceAddress range_begin);
73 const_iterator LowerBound(ResourceAddress range_begin) const;
74 size_t Size() const { return impl_map_.size(); }
75
76 void Clear() { impl_map_.clear(); }
77 iterator Erase(const iterator &pos);

Callers 1

UpdateAccessMapStatsFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected