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

Method IsDefined

external/yaml-cpp/include/yaml-cpp/node/impl.h:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62inline bool Node::IsDefined() const {
63 if (!m_isValid) {
64 return false;
65 }
66 return m_pNode ? m_pNode->is_defined() : true;
67}
68
69inline Mark Node::Mark() const {
70 if (!m_isValid) {

Callers 5

GetHardwareStagePropertyFunction · 0.80
GetHardwareStageStringFunction · 0.80
ExtractKernelNamesMethod · 0.80
ParseCodePropsItemFunction · 0.80
ParseCodePropsFunction · 0.80

Calls 1

is_definedMethod · 0.45

Tested by

no test coverage detected