Searched refs:MatchMode (Results 1 – 3 of 3) sorted by relevance
85 enum MatchMode { enum118 MatchMode match_mode, MatchCount match_count_per_filter);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_;
30 MatchMode match_mode, in ScanSettings()
70 match_mode_ = static_cast<ScanSettings::MatchMode>(value); in readFromParcel()