MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / data

Function data

external/yaml-cpp/include/yaml-cpp/binary.h:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 bool owned() const { return !m_unownedData; }
27 std::size_t size() const { return owned() ? m_data.size() : m_unownedSize; }
28 const unsigned char *data() const {
29 return owned() ? &m_data[0] : m_unownedData;
30 }
31
32 void swap(std::vector<unsigned char> &rhs) {
33 if (m_unownedData) {

Callers 2

dataMethod · 0.85
operator==Function · 0.85

Calls 1

ownedFunction · 0.85

Tested by

no test coverage detected