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

Method swap

json/jsoncpp.cpp:2752–2755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2750}
2751
2752void Value::CZString::swap(CZString& other) {
2753 std::swap(cstr_, other.cstr_);
2754 std::swap(index_, other.index_);
2755}
2756
2757Value::CZString& Value::CZString::operator=(const CZString& other) {
2758 cstr_ = other.cstr_;

Callers 3

initImageTableMethod · 0.45
parse_pdb_infoFunction · 0.45
swapFunction · 0.45

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected