Searched refs:match_mode_ (Results 1 – 3 of 3) sorted by relevance
36 match_mode_(match_mode), in ScanSettings()48 if (match_mode_ != rhs.match_mode_) return false; in operator ==()
140 MatchMode match_mode() const { return match_mode_; } in match_mode()141 void set_match_mode(MatchMode mode) { match_mode_ = mode; } in set_match_mode()157 MatchMode match_mode_; variable
43 status = parcel->writeInt32(match_mode_); in writeToParcel()70 match_mode_ = static_cast<ScanSettings::MatchMode>(value); in readFromParcel()