Lines Matching refs:node
45 NodeAlloc::NodeType* node = m_pNodeAlloc->produce(); in TEST_F() local
48 node = m_pNodeAlloc->produce(); in TEST_F()
51 node = m_pNodeAlloc->produce(); in TEST_F()
57 NodeAlloc::NodeType* node = 0; in TEST_F() local
59 node = m_pNodeAlloc->produce(); in TEST_F()
60 node->data = (int*)malloc(sizeof(int)); in TEST_F()
61 *(node->data) = i; in TEST_F()
76 NodeAlloc::NodeType* node = 0; in TEST_F() local
78 node = m_pNodeAlloc->produce(); in TEST_F()
79 node->data = (int*)malloc(sizeof(int)); in TEST_F()
80 *(node->data) = i; in TEST_F()
98 NodeAlloc::NodeType* node = 0; in TEST_F() local
101 node = delegatee->produce(); in TEST_F()
102 node->data = (int*)malloc(sizeof(int)); in TEST_F()
103 *(node->data) = i; in TEST_F()
122 NodeAlloc::NodeType* node = 0; in TEST_F() local
127 node = m_pNodeAlloc->produce(); in TEST_F()
128 node->data = (int*)malloc(sizeof(int)); in TEST_F()
129 *(node->data) = counter; in TEST_F()
135 node = delegatee->produce(); in TEST_F()
136 node->data = (int*)malloc(sizeof(int)); in TEST_F()
137 *(node->data) = counter; in TEST_F()
158 NodeAlloc::NodeType* node = 0; in TEST_F() local
160 node = m_pNodeAlloc->produce(); in TEST_F()
161 node->data = (int*)malloc(sizeof(int)); in TEST_F()
162 *(node->data) = i; in TEST_F()