Home
last modified time | relevance | path

Searched refs:other (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/src/
H A Dwinwatchtowerdriver.h
H A Dmarks.h
H A Dkqueuewatchtowerdriver.h
H A Dinotifywatchtowerdriver.h
H A Dwatchtowerlist.h
/glogg/src/
H A Dwinwatchtowerdriver.h85 bool operator!=( const iterator& other ) const {
86 return ( list_ != other.list_ ) || ( position_ != other.position_ );
135 bool operator==( const DirId& other ) const
136 { return dir_record_ == other.dir_record_; }
152 bool operator==( const FileChangeToken& other )
153 { return ( low_date_time_ == other.low_date_time_ ) &&
154 ( high_date_time_ == other.high_date_time_ ) &&
155 ( low_file_size_ == other.low_file_size_ ) &&
156 ( high_file_size_ == other.high_file_size_); }
157 bool operator!=( const FileChangeToken& other )
[all …]
H A Dkqueuewatchtowerdriver.h39 bool operator==( const FileId& other ) const
40 { return fd_ == other.fd_; }
50 bool operator==( const DirId& other ) const
51 { return wd_ == other.wd_; }
63 bool operator==( const SymlinkId& other ) const
64 { return wd_ == other.wd_; }
H A Dmarks.h35 bool operator <( const Mark& other ) const
36 { return lineNumber_ < other.lineNumber_; }
90 bool operator!=( const const_iterator& other ) const
91 { return ( internal_iter_ != other.internal_iter_ ); }
97 int operator-( const const_iterator& other ) const
98 { return ( internal_iter_ - other.internal_iter_ ); }
H A Dinotifywatchtowerdriver.h39 bool operator==( const FileId& other ) const
40 { return wd_ == other.wd_; }
50 bool operator==( const DirId& other ) const
51 { return wd_ == other.wd_; }
63 bool operator==( const SymlinkId& other ) const
64 { return wd_ == other.wd_; }
H A Dwatchtowerlist.h167 bool operator==( const iterator& other )
168 { return ( pos_ == other.pos_ ); }
170 bool operator!=( const iterator& other )
171 { return ! operator==( other ); }
/glogg/glogg/src/data/
H A Dlinepositionarray.h
H A Dlogfiltereddataworkerthread.h
H A Dlogfiltereddata.h
/glogg/src/data/
H A Dlinepositionarray.h77 void append_list( const LinePosition<SimpleLinePositionStorage>& other ) in append_list() argument
84 this->array.append_list( other.array ); in append_list()
88 this->fakeFinalLF_ = other.fakeFinalLF_; in append_list()
H A Dlogfiltereddata.h186 bool operator <( const LogFilteredData::FilteredItem& other ) const
187 { return lineNumber_ < other.lineNumber_; }
H A Dlogfiltereddataworkerthread.h44 bool operator <( const MatchingLine& other) const
45 { return lineNumber_ < other.lineNumber_; }
/glogg/glogg/
H A DCOPYING
H A DINSTALL.win.md
/glogg/
H A DCOPYING11 software and other kinds of works.
13 The licenses for most software and other practical works are designed
19 any other work released this way by its authors. You can apply it to
57 products. If such problems arise substantially in other domains, we
77 "Copyright" also means copyright-like laws that apply to other kinds of
85 in a fashion requiring copyright permission, other than the making of an
97 public, and in some countries other activities as well.
99 To "convey" a work means any kind of propagation that enables other
123 The "System Libraries" of an executable work include anything, other
145 subprograms and other parts of the work.
[all …]
H A DINSTALL.win.md39 - (optionally make other changes here to improve performances)