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

Method FindMember

include/sonic/dom/dynamicnode.h:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 * std::memcmp while length is not too large.
246 */
247 sonic_force_inline MemberIterator FindMember(const char* key,
248 size_t len) noexcept {
249 return findMemberImpl(key, len);
250 }
251
252 /**
253 * @brief Find a specific member in an object. A member is a pair node of key

Callers 11

mainFunction · 0.80
mainFunction · 0.80
find_valueMethod · 0.80
find_valueMethod · 0.80
TYPED_TESTFunction · 0.80
TESTFunction · 0.80
TYPED_TESTFunction · 0.80
operator==Method · 0.80
KeyMethod · 0.80
atPointerImplFunction · 0.80
UpdateNodeLazyFunction · 0.80

Calls

no outgoing calls

Tested by 3

TYPED_TESTFunction · 0.64
TESTFunction · 0.64
TYPED_TESTFunction · 0.64