MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / IsObject

Function IsObject

rapidjson/document.h:954–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952 bool IsTrue() const { return data_.f.flags == kTrueFlag; }
953 bool IsBool() const { return (data_.f.flags & kBoolFlag) != 0; }
954 bool IsObject() const { return data_.f.flags == kObjectFlag; }
955 bool IsArray() const { return data_.f.flags == kArrayFlag; }
956 bool IsNumber() const { return (data_.f.flags & kNumberFlag) != 0; }
957 bool IsInt() const { return (data_.f.flags & kIntFlag) != 0; }

Callers 11

MemberCountFunction · 0.85
ObjectEmptyFunction · 0.85
MemberBeginFunction · 0.85
MemberEndFunction · 0.85
FindMemberFunction · 0.85
document.hFile · 0.85
RemoveAllMembersFunction · 0.85
RemoveMemberFunction · 0.85
EraseMemberFunction · 0.85
GetObjectFunction · 0.85
GetObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected