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

Function RawAssign

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

Assignment without calling destructor

Source from the content-addressed store, hash-verified

2024
2025 //! Assignment without calling destructor
2026 void RawAssign(GenericValue& rhs) RAPIDJSON_NOEXCEPT {
2027 data_ = rhs.data_;
2028 // data_.f.flags = rhs.data_.f.flags;
2029 rhs.data_.f.flags = kNullFlag;
2030 }
2031
2032 template <typename SourceAllocator>
2033 bool StringEqual(const GenericValue<Encoding, SourceAllocator>& rhs) const {

Callers 2

document.hFile · 0.85
GenericValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected