Lines Matching refs:node
40 NodeAlloc::NodeType* node = m_pNodeAlloc->produce(); in TEST_F() local
43 node = m_pNodeAlloc->produce(); in TEST_F()
46 node = m_pNodeAlloc->produce(); in TEST_F()
52 NodeAlloc::NodeType* node = 0; in TEST_F() local
54 node = m_pNodeAlloc->produce(); in TEST_F()
55 node->data = (int*)malloc(sizeof(int)); in TEST_F()
56 *(node->data) = i; in TEST_F()
71 NodeAlloc::NodeType* node = 0; in TEST_F() local
73 node = m_pNodeAlloc->produce(); in TEST_F()
74 node->data = (int*)malloc(sizeof(int)); in TEST_F()
75 *(node->data) = i; in TEST_F()
93 NodeAlloc::NodeType* node = 0; in TEST_F() local
96 node = delegatee->produce(); in TEST_F()
97 node->data = (int*)malloc(sizeof(int)); in TEST_F()
98 *(node->data) = i; in TEST_F()
117 NodeAlloc::NodeType* node = 0; in TEST_F() local
122 node = m_pNodeAlloc->produce(); in TEST_F()
123 node->data = (int*)malloc(sizeof(int)); in TEST_F()
124 *(node->data) = counter; in TEST_F()
130 node = delegatee->produce(); in TEST_F()
131 node->data = (int*)malloc(sizeof(int)); in TEST_F()
132 *(node->data) = counter; in TEST_F()
153 NodeAlloc::NodeType* node = 0; in TEST_F() local
155 node = m_pNodeAlloc->produce(); in TEST_F()
156 node->data = (int*)malloc(sizeof(int)); in TEST_F()
157 *(node->data) = i; in TEST_F()