HomeSort by relevance Sort by last modified time
    Searched refs:capture_ (Results 1 - 2 of 2) sorted by null

  /external/v8/testing/
gmock-support.h 37 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {}
40 *os << "captured by " << static_cast<const void*>(capture_);
41 if (capture_->has_value()) *os << " which has value " << capture_->value();
45 if (!capture_->has_value()) {
46 capture_->SetValue(value);
49 if (value != capture_->value()) {
50 *listener << "which is not equal to " << capture_->value();
57 Capture<T>* capture_; member in class:testing::internal::CaptureEqMatcher
  /external/v8/src/
ast.h 2921 RegExpCapture* capture_; member in class:v8::internal::FINAL
    [all...]

Completed in 2221 milliseconds