Lines Matching refs:pIt
132 InteractionList::iterator pIt; in handle() local
133 for ( pIt = m_lInteractionRules.begin(); in handle()
134 pIt != m_lInteractionRules.end() ; in handle()
135 ++pIt ) in handle()
137 InteractionInfo& rInfo = *pIt; in handle()
188 InteractionList::iterator pIt; in handleInteractionRequest() local
189 for ( pIt = m_lInteractionRules.begin(); in handleInteractionRequest()
190 pIt != m_lInteractionRules.end() ; in handleInteractionRequest()
191 ++pIt ) in handleInteractionRequest()
193 InteractionInfo& rInfo = *pIt; in handleInteractionRequest()
243 InteractionList::iterator pIt; in addInteractionRule() local
244 for ( pIt = m_lInteractionRules.begin(); in addInteractionRule()
245 pIt != m_lInteractionRules.end() ; in addInteractionRule()
246 ++pIt ) in addInteractionRule()
248 InteractionInfo& rInfo = *pIt; in addInteractionRule()
271 PreventDuplicateInteraction::InteractionList::const_iterator pIt; in getInteractionInfo() local
272 for ( pIt = m_lInteractionRules.begin(); in getInteractionInfo()
273 pIt != m_lInteractionRules.end() ; in getInteractionInfo()
274 ++pIt ) in getInteractionInfo()
276 const PreventDuplicateInteraction::InteractionInfo& rInfo = *pIt; in getInteractionInfo()