Lines Matching full:operator
74 //And assignment operator
161 //Compilation check of the [] operator:
522 bool operator==(const Key&) const;
528 size_t operator () (Key key) const
531 size_t operator () (int data) const
537 bool operator () (Key lhs, Key rhs) const
540 bool operator () (Key lhs, int rhs) const
543 bool operator () (int lhs, Key rhs) const
549 size_t operator () (Key const volatile *key) const
552 size_t operator () (int data) const
558 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const
561 bool operator () (Key const volatile *lhs, int rhs) const
564 bool operator () (int lhs, Key const volatile *rhs) const