Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ end
Method
end
source/enum_set.h:188–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
iterator end() const noexcept { return cend(); }
189
190
// Creates an empty set.
191
EnumSet() : buckets_(0), size_(0) {}
Callers
1
InsertBucketFor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected