Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_item.cpp91 test = m_first->m_next; in ~resource_item()
112 m_first = m_next = m_parent = NULL; in Init()
147 child->m_next = NULL; in Attach()
156 test->m_next = child; in Attach()
180 m_parent->m_first = m_next; in Detach()
185 while(previous->m_next != this) in Detach()
187 previous = previous->m_next; in Detach()
189 previous->m_next = m_next; in Detach()
192 m_next = NULL; in Detach()
260 while (previous->m_next != this) in Previous()
[all …]
Dresource_item.h31 resource_item *Next() {return m_next;} in Next()
117 resource_item *m_next; variable