Searched refs:other (Results 1 – 20 of 20) sorted by relevance
85 bool operator!=( const iterator& other ) const {86 return ( list_ != other.list_ ) || ( position_ != other.position_ );135 bool operator==( const DirId& other ) const136 { 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 …]
39 bool operator==( const FileId& other ) const40 { return fd_ == other.fd_; }50 bool operator==( const DirId& other ) const51 { return wd_ == other.wd_; }63 bool operator==( const SymlinkId& other ) const64 { return wd_ == other.wd_; }
35 bool operator <( const Mark& other ) const36 { return lineNumber_ < other.lineNumber_; }90 bool operator!=( const const_iterator& other ) const91 { return ( internal_iter_ != other.internal_iter_ ); }97 int operator-( const const_iterator& other ) const98 { return ( internal_iter_ - other.internal_iter_ ); }
39 bool operator==( const FileId& other ) const40 { return wd_ == other.wd_; }50 bool operator==( const DirId& other ) const51 { return wd_ == other.wd_; }63 bool operator==( const SymlinkId& other ) const64 { return wd_ == other.wd_; }
167 bool operator==( const iterator& other )168 { return ( pos_ == other.pos_ ); }170 bool operator!=( const iterator& other )171 { return ! operator==( other ); }
77 void append_list( const LinePosition<SimpleLinePositionStorage>& other ) in append_list() argument84 this->array.append_list( other.array ); in append_list()88 this->fakeFinalLF_ = other.fakeFinalLF_; in append_list()
186 bool operator <( const LogFilteredData::FilteredItem& other ) const187 { return lineNumber_ < other.lineNumber_; }
44 bool operator <( const MatchingLine& other) const45 { return lineNumber_ < other.lineNumber_; }
11 software and other kinds of works.13 The licenses for most software and other practical works are designed19 any other work released this way by its authors. You can apply it to57 products. If such problems arise substantially in other domains, we77 "Copyright" also means copyright-like laws that apply to other kinds of85 in a fashion requiring copyright permission, other than the making of an97 public, and in some countries other activities as well.99 To "convey" a work means any kind of propagation that enables other123 The "System Libraries" of an executable work include anything, other145 subprograms and other parts of the work.[all …]
39 - (optionally make other changes here to improve performances)