OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_count_
(Results
1 - 12
of
12
) sorted by null
/external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h
781
return cardinality().IsSatisfiedByCallCount(
call_count_
);
788
return cardinality().IsSaturatedByCallCount(
call_count_
);
795
return cardinality().IsOverSaturatedByCallCount(
call_count_
);
810
return
call_count_
;
817
call_count_
++;
854
int
call_count_
; // How many times this expectation has been invoked.
[
all
...]
/external/googletest/googlemock/include/gmock/
gmock-spec-builders.h
789
return cardinality().IsSatisfiedByCallCount(
call_count_
);
796
return cardinality().IsSaturatedByCallCount(
call_count_
);
803
return cardinality().IsOverSaturatedByCallCount(
call_count_
);
818
return
call_count_
;
825
call_count_
++;
862
int
call_count_
; // How many times this expectation has been invoked.
[
all
...]
/external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h
789
return cardinality().IsSatisfiedByCallCount(
call_count_
);
796
return cardinality().IsSaturatedByCallCount(
call_count_
);
803
return cardinality().IsOverSaturatedByCallCount(
call_count_
);
818
return
call_count_
;
825
call_count_
++;
862
int
call_count_
; // How many times this expectation has been invoked.
[
all
...]
/external/google-breakpad/src/testing/src/
gmock-spec-builders.cc
76
call_count_
(0),
136
if (it->expectation_base()->
call_count_
== 0) {
/external/googletest/googlemock/src/
gmock-spec-builders.cc
76
call_count_
(0),
136
if (it->expectation_base()->
call_count_
== 0) {
/external/v8/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
5937
int
call_count_
;
member in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc
56
exp->
call_count_
= n;
[
all
...]
/external/googletest/googlemock/test/
gmock-spec-builders_test.cc
56
exp->
call_count_
= n;
[
all
...]
/external/v8/testing/gmock/test/
gmock-spec-builders_test.cc
56
exp->
call_count_
= n;
[
all
...]
/external/fmtlib/test/gmock/
gmock.h
[
all
...]
/external/fmtlib/test/
gmock-gtest-all.cc
[
all
...]
Completed in 892 milliseconds