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

  /external/google-breakpad/src/testing/include/gmock/
gmock-cardinalities.h 109 bool IsOverSaturatedByCallCount(int call_count) const {
gmock-spec-builders.h 795 return cardinality().IsOverSaturatedByCallCount(call_count_);
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-cardinalities.h 113 bool IsOverSaturatedByCallCount(int call_count) const {
gmock-spec-builders.h 810 return cardinality().IsOverSaturatedByCallCount(call_count_);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-cardinalities.h 109 bool IsOverSaturatedByCallCount(int call_count) const {
gmock-spec-builders.h 803 return cardinality().IsOverSaturatedByCallCount(call_count_);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-cardinalities_test.cc 84 EXPECT_FALSE(c.IsOverSaturatedByCallCount(4));
85 EXPECT_FALSE(c.IsOverSaturatedByCallCount(5));
86 EXPECT_TRUE(c.IsOverSaturatedByCallCount(6));
  /external/googletest/googlemock/test/
gmock-cardinalities_test.cc 83 EXPECT_FALSE(c.IsOverSaturatedByCallCount(4));
84 EXPECT_FALSE(c.IsOverSaturatedByCallCount(5));
85 EXPECT_TRUE(c.IsOverSaturatedByCallCount(6));

Completed in 490 milliseconds