Lines Matching defs:operator
395 bool operator==(const CPUFeatures& other) const {
398 bool operator!=(const CPUFeatures& other) const { return !(*this == other); }
409 friend std::ostream& operator<<(std::ostream& os,
413 std::ostream& operator<<(std::ostream& os, vixl::CPUFeatures::Feature feature);
414 std::ostream& operator<<(std::ostream& os, const vixl::CPUFeatures& features);
426 bool operator==(const CPUFeaturesConstIterator& other) const;
427 bool operator!=(const CPUFeaturesConstIterator& other) const {
430 CPUFeaturesConstIterator& operator++();
431 CPUFeaturesConstIterator operator++(int);
433 CPUFeatures::Feature operator*() const {