MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / cmemberEndImpl

Method cmemberEndImpl

include/sonic/dom/dynamicnode.h:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 }
504
505 ConstMemberIterator cmemberEndImpl() const noexcept {
506 return ConstMemberIterator(getObjChildrenFirst()) + this->Size();
507 }
508
509 MemberIterator memberBeginUnsafe() const {
510 sonic_assert(this->IsObject());

Callers 2

MemberEndFunction · 0.80
CMemberEndFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected