MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / begin

Method begin

common/unordered_inline_set.h:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 };
155
156 iterator begin() noexcept { return _begin(); }
157 iterator end() noexcept { return {this, _capacity}; }
158 iterator begin() const noexcept { return ((SparseArray*)this)->_begin(); }
159 iterator end() const noexcept { return {(SparseArray*)this, _capacity}; }

Callers 8

operator =Method · 0.45
unordered_inline_setMethod · 0.45
beginMethod · 0.45
cbeginMethod · 0.45
insertMethod · 0.45
_rehashMethod · 0.45
rehashMethod · 0.45

Calls 1

_beginMethod · 0.80

Tested by

no test coverage detected