Home
last modified time | relevance | path

Searched refs:SetArrayArgument (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc57 using ::testing::SetArrayArgument;
571 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
623 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
943 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
950 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
957 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
964 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
1084 SetArrayArgument<3>(dummy_output, in TEST_F()
1205 DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
1274 DoAll(SetArrayArgument<3>(dummy_output, in TEST_F()
[all …]
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-more-actions.h204 ACTION_TEMPLATE(SetArrayArgument, in ACTION_TEMPLATE() argument
/external/googletest/googlemock/test/
Dgmock_link_test.h173 using testing::SetArrayArgument;
304 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(SetArrayArgument<0>(&ch2, in TEST()
Dgmock-more-actions_test.cc606 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); in TEST()
624 a = SetArrayArgument<2>(letters.begin(), letters.end()); in TEST()
642 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); in TEST()
658 Action<MyFunction> a = SetArrayArgument<1>(chars, chars + 3); in TEST()
673 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
/external/nos/host/generic/libnos_transport/test/
Dtest.cpp34 using ::testing::SetArrayArgument;
/external/googletest/docs/
Dgmock_cheat_sheet.md258 | `SetArrayArgument<N>(first, last)` | Copies the elements in source range [`first`, `last`) to the…
Dgmock_cook_book.md2045 If the output argument is an array, use the `SetArrayArgument<N>(first, last)`
2051 using ::testing::SetArrayArgument;
2062 .WillOnce(SetArrayArgument<0>(values, values + 5));
2069 using ::testing::SetArrayArgument;
2084 .WillOnce(SetArrayArgument<0>(names.begin(), names.end()));
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1438 internal::SetArrayArgumentAction<k, I1, I2> SetArrayArgument(I1 first,
/external/fmtlib/test/gmock/
Dgmock.h14072 ACTION_TEMPLATE(SetArrayArgument,
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h14850 ACTION_TEMPLATE(SetArrayArgument,