Lines Matching refs:AttachedObject_Impl

72 struct AttachedObject_Impl  struct
78 bool operator<( const AttachedObject_Impl & ) const;
79 bool operator==( const AttachedObject_Impl & ) const;
89 ::std::deque< AttachedObject_Impl > aObjList;
96 bool AttachedObject_Impl::operator<( const AttachedObject_Impl & r ) const
103 bool AttachedObject_Impl::operator==( const AttachedObject_Impl & r ) const
488 ::std::deque< AttachedObject_Impl > & rList in detachAll_Impl()
491 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in detachAll_Impl()
492 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in detachAll_Impl()
505 ::std::deque< AttachedObject_Impl > & rList in attachAll_Impl()
508 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in attachAll_Impl()
509 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in attachAll_Impl()
531 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvent()
546 ::std::deque< AttachedObject_Impl >::iterator aObjIt = (*aIt).aObjList.begin(); in registerScriptEvent()
547 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = (*aIt).aObjList.end(); in registerScriptEvent()
584 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvents()
609 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvent()
666 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvents()
702 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in removeEntry()
755 AttachedObject_Impl aTmp; in attach()
761 AttachedObject_Impl & rCurObj = aCurrentPosition->aObjList.back(); in attach()
824 ::std::deque< AttachedObject_Impl >::iterator aObjIt = aCurrentPosition->aObjList.begin(); in detach()
825 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = aCurrentPosition->aObjList.end(); in detach()