Lines Matching refs:operator
84 void operator()(const void* ptr) const { in operator() function
132 size_t operator()(const Vector& vector) const { in operator() function
158 ZipLeftIter<IterLeft, IterRight>& operator++() {
163 ZipLeftIter<IterLeft, IterRight> operator++(int) {
168 bool operator==(const ZipLeftIter<IterLeft, IterRight>& other) const {
171 bool operator!=(const ZipLeftIter<IterLeft, IterRight>& other) const {
174 std::pair<typename IterLeft::value_type, typename IterRight::value_type> operator*() const {
187 CountIter& operator++() {
191 CountIter operator++(int) {
196 bool operator==(const CountIter& other) const {
199 bool operator!=(const CountIter& other) const {
202 size_t operator*() const {