Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 30) sorted by relevance

12

/glogg/glogg/src/ !
H A Dmarks.h
H A Dwinwatchtowerdriver.h
H A Dkqueuewatchtowerdriver.h
H A Dinotifywatchtowerdriver.h
H A Dfilterset.h
H A Dsavedsearches.h
H A Dwatchtowerlist.h
H A Dsession.h
/glogg/src/ !
H A Dmarks.h35 bool operator <( const Mark& other ) const
86 const Mark& operator*()
88 const Mark* operator->()
90 bool operator!=( const const_iterator& other ) const
92 const_iterator& operator++()
94 const_iterator& operator--()
97 int operator-( const const_iterator& other ) const
100 const_iterator operator+(int n) const
102 const_iterator& operator+=(int n)
104 const_iterator operator-(int n) const
[all …]
H A Dwinwatchtowerdriver.h68 const WinNotificationInfo& operator*() const
71 const WinNotificationInfo* operator->() const
74 const WinNotificationInfo& operator++() {
79 WinNotificationInfo operator++( int ) {
81 operator++();
85 bool operator!=( const iterator& other ) const {
135 bool operator==( const DirId& other ) const
152 bool operator==( const FileChangeToken& other )
157 bool operator!=( const FileChangeToken& other )
158 { return ! operator==( other ); }
[all …]
H A Dkqueuewatchtowerdriver.h39 bool operator==( const FileId& other ) const
50 bool operator==( const DirId& other ) const
63 bool operator==( const SymlinkId& other ) const
78 bool operator!=( const FileChangeToken& )
96 KQueueWatchTowerDriver& operator=( const KQueueWatchTowerDriver& ) = delete; variable
98 KQueueWatchTowerDriver& operator=( const KQueueWatchTowerDriver&& ) = delete; variable
H A Dinotifywatchtowerdriver.h39 bool operator==( const FileId& other ) const
50 bool operator==( const DirId& other ) const
63 bool operator==( const SymlinkId& other ) const
78 bool operator!=( const FileChangeToken& )
96 INotifyWatchTowerDriver& operator=( const INotifyWatchTowerDriver& ) = delete; variable
98 INotifyWatchTowerDriver& operator=( const INotifyWatchTowerDriver&& ) = delete; variable
H A Dfilterset.h53 friend QDataStream& operator<<( QDataStream& out, const Filter& object );
54 friend QDataStream& operator>>( QDataStream& in, Filter& object );
90 friend QDataStream& operator<<(
92 friend QDataStream& operator>>(
H A Dsavedsearches.h45 friend QDataStream& operator<<( QDataStream& out, const SavedSearches& object );
46 friend QDataStream& operator>>( QDataStream& in, SavedSearches& object );
H A Dwatchtowerlist.h164 iterator operator++()
167 bool operator==( const iterator& other )
170 bool operator!=( const iterator& other )
171 { return ! operator==( other ); }
173 typename Container::iterator operator*()
H A Dsession.h55 Session& operator =( const Session& ) = delete; variable
/glogg/glogg/src/data/ !
H A Dlinepositionarray.h
H A Dlogfiltereddata.h
H A Dcompressedlinestorage.h
H A Dthreadprivatestore.h
H A Dlogfiltereddataworkerthread.h
/glogg/src/data/ !
H A Dlinepositionarray.h45 LinePosition& operator=( LinePosition&& orig )
67 inline uint64_t operator[]( int i ) const
H A Dlogfiltereddata.h186 bool operator <( const LogFilteredData::FilteredItem& other ) const
189 bool operator <( const LineNumber& lineNumber ) const
H A Dcompressedlinestorage.h98 CompressedLinePositionStorage& operator=( variable
H A Dthreadprivatestore.h43 operator T() const in T()

12