Searched refs:capture_ (Results 1 - 5 of 5) sorted by relevance

/external/v8/testing/
H A Dgmock-support.h41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {}
44 *os << "captured by " << static_cast<const void*>(capture_);
45 if (capture_->has_value()) *os << " which has value " << capture_->value();
49 if (!capture_->has_value()) {
50 capture_->SetValue(value);
53 if (value != capture_->value()) {
54 *listener << "which is not equal to " << capture_->value();
61 Capture<T>* capture_; member in class:testing::internal::CaptureEqMatcher
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc225 capture_(false,
227 capture_(config.Get<ExperimentalNs>().enabled,
375 capture_.capture_audio.reset(
429 num_in_channels != capture_.array_geometry.size()) {
491 if (capture_.transient_suppressor_enabled !=
493 capture_.transient_suppressor_enabled =
503 capture_.array_geometry = config.Get<Beamforming>().array_geometry;
505 capture_.target_direction = config.Get<Beamforming>().target_direction;
549 capture_.output_will_be_muted = muted;
552 capture_
[all...]
H A Daudio_processing_impl.h316 } capture_ GUARDED_BY(crit_capture_);
/external/v8/src/regexp/
H A Dregexp-ast.h517 RegExpBackReference() : capture_(nullptr), name_(nullptr) {}
519 : capture_(capture), name_(nullptr) {}
528 int index() { return capture_->index(); }
529 RegExpCapture* capture() { return capture_; }
530 void set_capture(RegExpCapture* capture) { capture_ = capture; }
535 RegExpCapture* capture_; member in class:v8::internal::final
/external/webrtc/talk/media/base/
H A Dfakemediaengine.h783 FakeVideoEngine() : capture_(false) {
829 capture_ = capture;
837 bool capture_; member in class:cricket::FakeVideoEngine
873 bool capture() const { return video_.capture_; }

Completed in 638 milliseconds