Searched refs:pItThis (Results 1 – 1 of 1) sorted by relevance
67 iterator pItThis = this->find(pItUpdate->first); in update() local68 if (pItThis == this->end()) in update()71 pItThis->second = pItUpdate->second; // change value of existing prop in update()379 const_iterator pItThis = this->find(pIt->first); in haveProps() local380 if (pItThis == this->end()) in haveProps()387 if (!isSubSet(pIt->second, pItThis->second)) in haveProps()414 const_iterator pItThis = this->find(pIt->first); in dontHaveProps() local415 if (pItThis == this->end()) in dontHaveProps()424 if (isSubSet(pIt->second, pItThis->second)) in dontHaveProps()
Completed in 7 milliseconds