Searched refs:With (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h71 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
91 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
276 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
303 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
303 // Implements the .With() clause.
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
307 ".With() cannot appear "
345 // .With(multi-argument-matcher)
714 // If this mock method has an extra matcher (i.e. .With(matcher)),
906 // Implements the .With() clause.
907 TypedExpectation& With(cons
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc171 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
192 .With(Ge());
194 foo_.Bar2(2, 3); // Mismatch With()
200 .With(Ge());
202 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
H A Dgmock-spec-builders_test.cc257 .With(_)
266 .With(_)
267 .With(_)
269 }, ".With() cannot appear more than once in an ON_CALL()");
319 .With(_)
328 .With(_)
329 .With(_);
330 }, ".With() cannot appear more than once in an EXPECT_CALL()");
341 .With(_);
342 }, ".With() mus
[all...]
H A Dgmock-generated-matchers_test.cc516 .With(ElementsAre(0, 1));
H A Dgmock-matchers_test.cc2609 .With(AllArgs(Lt()))
2613 .With(AllArgs(Gt()))
2680 // With ASSERT_THAT("hello"...) changed to ASSERT_THAT(string("hello") ... )
3262 // With references, the matcher itself can fail. Test for that one.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S30 # With RVC, the jalr should not trap, and "j fail" should get skipped.
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s176 # on the top of their stacks. With this setup, starting threads

Completed in 40 milliseconds