Searched refs:operator (Results 1 – 25 of 30) sorted by relevance
12
35 bool operator <( const Mark& other ) const86 const Mark& operator*()88 const Mark* operator->()90 bool operator!=( const const_iterator& other ) const92 const_iterator& operator++()94 const_iterator& operator--()97 int operator-( const const_iterator& other ) const100 const_iterator operator+(int n) const102 const_iterator& operator+=(int n)104 const_iterator operator-(int n) const[all …]
68 const WinNotificationInfo& operator*() const71 const WinNotificationInfo* operator->() const74 const WinNotificationInfo& operator++() {79 WinNotificationInfo operator++( int ) {81 operator++();85 bool operator!=( const iterator& other ) const {135 bool operator==( const DirId& other ) const152 bool operator==( const FileChangeToken& other )157 bool operator!=( const FileChangeToken& other )158 { return ! operator==( other ); }[all …]
39 bool operator==( const FileId& other ) const50 bool operator==( const DirId& other ) const63 bool operator==( const SymlinkId& other ) const78 bool operator!=( const FileChangeToken& )96 KQueueWatchTowerDriver& operator=( const KQueueWatchTowerDriver& ) = delete; variable98 KQueueWatchTowerDriver& operator=( const KQueueWatchTowerDriver&& ) = delete; variable
39 bool operator==( const FileId& other ) const50 bool operator==( const DirId& other ) const63 bool operator==( const SymlinkId& other ) const78 bool operator!=( const FileChangeToken& )96 INotifyWatchTowerDriver& operator=( const INotifyWatchTowerDriver& ) = delete; variable98 INotifyWatchTowerDriver& operator=( const INotifyWatchTowerDriver&& ) = delete; variable
53 friend QDataStream& operator<<( QDataStream& out, const Filter& object );54 friend QDataStream& operator>>( QDataStream& in, Filter& object );90 friend QDataStream& operator<<(92 friend QDataStream& operator>>(
45 friend QDataStream& operator<<( QDataStream& out, const SavedSearches& object );46 friend QDataStream& operator>>( QDataStream& in, SavedSearches& object );
164 iterator operator++()167 bool operator==( const iterator& other )170 bool operator!=( const iterator& other )171 { return ! operator==( other ); }173 typename Container::iterator operator*()
55 Session& operator =( const Session& ) = delete; variable
45 LinePosition& operator=( LinePosition&& orig )67 inline uint64_t operator[]( int i ) const
186 bool operator <( const LogFilteredData::FilteredItem& other ) const189 bool operator <( const LineNumber& lineNumber ) const
98 CompressedLinePositionStorage& operator=( variable
43 operator T() const in T()