Home | History | Annotate | Download | only in simplereference

Lines Matching defs:it

513 	typename std::map<deUint32, T*>::iterator it = m_objects.find(name);
514 if (it != m_objects.end())
515 return it->second;