Searched defs:headEntity (Results 1 – 1 of 1) sorted by relevance
152 JSONEntity& headEntity = m_Model.jsonEntities.at(labelRelation.m_HeadGuid); in HandleTypeLabel() local171 JSONEntity& headEntity = m_Model.jsonEntities.at(labelRelation.m_HeadGuid); in HandleNameLabel() local189 JSONEntity& headEntity = m_Model.jsonEntities.at(labelRelation.m_HeadGuid); in HandleBackendIdLabel() local207 JSONEntity& headEntity = m_Model.jsonEntities.at(retentionRelation.m_HeadGuid); in HandleConnectionLabel() local361 void JSONTimelineDecoder::JSONEntity::AddConnection(JSONEntity& headEntity, JSONEntity& connectedEn… in AddConnection()