HomeSort by relevance Sort by last modified time
    Searched full:call_count_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 776 return cardinality().IsSatisfiedByCallCount(call_count_);
783 return cardinality().IsSaturatedByCallCount(call_count_);
790 return cardinality().IsOverSaturatedByCallCount(call_count_);
805 return call_count_;
812 call_count_++;
849 int call_count_; // How many times this expectation has been invoked.
    [all...]
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 76 call_count_(0),
136 if (it->expectation_base()->call_count_ == 0) {
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 3644 int call_count_; member in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
    [all...]
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 56 exp->call_count_ = n;
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 267 milliseconds