Searched refs:match_mode_ (Results 1 – 2 of 2) sorted by relevance
39 match_mode_(match_mode), in ScanSettings()56 if (match_mode_ != rhs.match_mode_) in operator ==()
143 MatchMode match_mode() const { return match_mode_; } in match_mode()144 void set_match_mode(MatchMode mode) { match_mode_ = mode; } in set_match_mode()160 MatchMode match_mode_; variable