Searched refs:capture_ (Results 1 – 5 of 5) sorted by relevance
41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher()44 *os << "captured by " << static_cast<const void*>(capture_); in DescribeTo()45 if (capture_->has_value()) *os << " which has value " << capture_->value(); in DescribeTo()49 if (!capture_->has_value()) { in MatchAndExplain()50 capture_->SetValue(value); in MatchAndExplain()53 if (value != capture_->value()) { in MatchAndExplain()54 *listener << "which is not equal to " << capture_->value(); in MatchAndExplain()61 Capture<T>* capture_;
225 capture_(false, in AudioProcessingImpl()227 capture_(config.Get<ExperimentalNs>().enabled, in AudioProcessingImpl()375 capture_.capture_audio.reset( in InitializeLocked()429 num_in_channels != capture_.array_geometry.size()) { in InitializeLocked()491 if (capture_.transient_suppressor_enabled != in SetExtraOptions()493 capture_.transient_suppressor_enabled = in SetExtraOptions()503 capture_.array_geometry = config.Get<Beamforming>().array_geometry; in SetExtraOptions()505 capture_.target_direction = config.Get<Beamforming>().target_direction; in SetExtraOptions()549 capture_.output_will_be_muted = muted; in set_output_will_be_muted()552 capture_.output_will_be_muted); in set_output_will_be_muted()[all …]
316 } capture_ GUARDED_BY(crit_capture_);
557 : capture_(nullptr), name_(nullptr), flags_(flags) {} in RegExpBackReference()559 : capture_(capture), name_(nullptr), flags_(flags) {} in RegExpBackReference()568 int index() { return capture_->index(); } in index()569 RegExpCapture* capture() { return capture_; } in capture()570 void set_capture(RegExpCapture* capture) { capture_ = capture; } in set_capture()575 RegExpCapture* capture_;
783 FakeVideoEngine() : capture_(false) { in FakeVideoEngine()829 capture_ = capture; in SetCapture()837 bool capture_; variable873 bool capture() const { return video_.capture_; } in capture()