Searched refs:OnCallSpec (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h240 // Untyped base class for OnCallSpec<F>.
281 class OnCallSpec : public UntypedOnCallSpecBase { class in namespace:testing::internal
286 // Constructs an OnCallSpec object from the information inside
288 OnCallSpec(const char* a_file, int a_line, function in class:testing::internal::OnCallSpec
300 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
312 OnCallSpec& WillByDefault(const Action<F>& action) {
354 }; // class OnCallSpec
1251 internal::OnCallSpec<F>& InternalDefaultActionSetAt(
1415 const OnCallSpec<F>* FindOnCallSpec(
1420 const OnCallSpec<
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h244 // Untyped base class for OnCallSpec<F>.
285 class OnCallSpec : public UntypedOnCallSpecBase { class in namespace:testing::internal
290 // Constructs an OnCallSpec object from the information inside
292 OnCallSpec(const char* a_file, int a_line, function in class:testing::internal::OnCallSpec
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
316 OnCallSpec& WillByDefault(const Action<F>& action) {
358 }; // class OnCallSpec
1259 internal::OnCallSpec<F>& InternalDefaultActionSetAt(
1478 const OnCallSpec<F>* FindOnCallSpec(
1483 const OnCallSpec<
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h244 // Untyped base class for OnCallSpec<F>.
285 class OnCallSpec : public UntypedOnCallSpecBase { class in namespace:testing::internal
290 // Constructs an OnCallSpec object from the information inside
292 OnCallSpec(const char* a_file, int a_line, function in class:testing::internal::OnCallSpec
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
316 OnCallSpec& WillByDefault(const Action<F>& action) {
358 }; // class OnCallSpec
1259 internal::OnCallSpec<F>& InternalDefaultActionSetAt(
1478 const OnCallSpec<F>* FindOnCallSpec(
1483 const OnCallSpec<
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h8808 // Untyped base class for OnCallSpec<F>.
8849 class OnCallSpec : public UntypedOnCallSpecBase { class in namespace:testing::internal
8854 // Constructs an OnCallSpec object from the information inside
8856 OnCallSpec(const char* a_file, int a_line, function in class:testing::internal::OnCallSpec
8868 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
8880 OnCallSpec& WillByDefault(const Action<F>& action) {
8922 }; // class OnCallSpec
9823 internal::OnCallSpec<F>& InternalDefaultActionSetAt(
9987 const OnCallSpec<F>* FindOnCallSpec(
9992 const OnCallSpec<
[all...]

Completed in 165 milliseconds