Lines Matching defs:result
161 StructType result;
163 deMemset(&result, 0x00, sizeof(StructType));
165 result.sType = getStructureType<StructType>();
166 result.pNext = m_next;
168 return result;
202 StructType result;
204 deMemset(&result, 0x00, sizeof(StructType));
206 result.sType = getStructureType<StructType>();
207 result.pNext = const_cast<void*>(m_next);
209 return result;