Lines Matching refs:event

192     // get the default event
198 // get the value changed event
213 // was there a value changed event?
215 bool event() const
216 { return (*this)->event(); }
219 // (other) event finder method(s)
515 // get the default event
521 // get the value changed event
526 // get the positive edge event
531 // get the negative edge event
571 // was there a value changed event?
573 bool event() const
574 { return (*this)->event(); }
576 // was there a positive edge event?
581 // was there a negative edge event?
586 // (other) event finder method(s)
782 // get the default event
788 // get the value changed event
793 // get the positive edge event
798 // get the negative edge event
838 // was there a value changed event?
840 bool event() const
841 { return (*this)->event(); }
843 // was there a positive edge event?
848 // was there a negative edge event?
853 // (other) event finder method(s)
999 // get the default event
1005 // get the value changed event
1020 // was there a value changed event?
1022 bool event() const
1023 { return (*this)->event(); }
1062 // (other) event finder method(s)
1291 // get the default event
1297 // get the value changed event
1302 // get the positive edge event
1307 // get the negative edge event
1347 // was there a value changed event?
1349 bool event() const
1350 { return (*this)->event(); }
1352 // was there a positive edge event?
1357 // was there a negative edge event?
1398 // (other) event finder method(s)
1527 // get the default event
1533 // get the value changed event
1538 // get the positive edge event
1543 // get the negative edge event
1583 // was there a value changed event?
1585 bool event() const
1586 { return (*this)->event(); }
1588 // was there a positive edge event?
1593 // was there a negative edge event?
1634 // (other) event finder method(s)
1898 // proliferation problem. This new version allocates only a single event
1899 // finder for each port for each type of event, e.g., pos(), neg(), and
1900 // value_change(). The event finder persists as long as the port does,
1902 // allocated for each event type per port there is not a potential