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

Function GenericValue

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

Default constructor creates a null value.

Source from the content-addressed store, hash-verified

573
574 //! Default constructor creates a null value.
575 GenericValue() RAPIDJSON_NOEXCEPT : data_() { data_.f.flags = kNullFlag; }
576
577#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
578 //! Move constructor in C++11

Callers 5

operator==Function · 0.70
document.hFile · 0.70
FindMemberFunction · 0.70
RemoveMemberFunction · 0.70
EraseMemberFunction · 0.70

Calls 3

SetStringRawFunction · 0.85
SetLengthMethod · 0.80
StringRefFunction · 0.70

Tested by

no test coverage detected