Home
last modified time | relevance | path

Searched refs:m_first (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_item.cpp89 while(m_first) in ~resource_item()
91 test = m_first->m_next; in ~resource_item()
92 delete m_first; in ~resource_item()
93 m_first = test; in ~resource_item()
112 m_first = m_next = m_parent = NULL; in Init()
149 if (m_first) in Attach()
151 resource_item *test = m_first; in Attach()
160 m_first = child; in Attach()
177 if (m_parent->m_first == this) in Detach()
180 m_parent->m_first = m_next; in Detach()
[all …]
Dresource_item.h29 resource_item *First() {return m_first;} in First()
118 resource_item *m_first; variable