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

Method begin

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

Source from the content-addressed store, hash-verified

281}
282
283inline const_iterator Node::begin() const {
284 if (!m_isValid)
285 return const_iterator();
286 return m_pNode ? const_iterator(m_pNode->begin(), m_pMemory)
287 : const_iterator();
288}
289
290inline iterator Node::begin() {
291 if (!m_isValid)

Callers 15

paintEventMethod · 0.45
DataMethod · 0.45
ClearFilesMethod · 0.45
RemoveItemMethod · 0.45
ClearEditorsMethod · 0.45
LoadBuildOutputMethod · 0.45
SaveFilesMethod · 0.45
RequestRemoveAllFilesMethod · 0.45
GetFilepathForEditorMethod · 0.45

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected