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

Method memberEndUnsafe

include/sonic/dom/dynamicnode.h:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513
514 MemberIterator memberEndUnsafe() const {
515 sonic_assert(this->IsObject());
516 return (MemberNode*)getObjChildrenFirstUnsafe() + this->Size();
517 }
518
519 template <typename T>
520 sonic_force_inline void* containerMalloc(size_t cap, Allocator& alloc) {

Callers

nothing calls this directly

Calls 2

IsObjectMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected