Home
last modified time | relevance | path

Searched refs:SetArgumentPointee (Results 1 – 15 of 15) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_address_list_unittest.cc60 using testing::SetArgumentPointee;
101 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols()
102 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
Dcfi_frame_info_unittest.cc52 using testing::SetArgumentPointee;
513 .WillRepeatedly(DoAll(SetArgumentPointee<1>(0xdc1975eba8602302ULL), in TEST_F()
518 .WillRepeatedly(DoAll(SetArgumentPointee<1>(0xba5ad6d9acce28deULL), in TEST_F()
Dstackwalker_amd64_unittest.cc66 using testing::SetArgumentPointee;
110 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols()
111 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
Dstackwalker_mips_unittest.cc68 using testing::SetArgumentPointee;
112 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols()
113 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
Dminidump_processor_unittest.cc171 using ::testing::SetArgumentPointee;
510 WillRepeatedly(DoAll(SetArgumentPointee<0>(1), in TEST_F()
610 WillRepeatedly(DoAll(SetArgumentPointee<0>(1), in TEST_F()
Dstackwalker_arm64_unittest.cc68 using testing::SetArgumentPointee;
111 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols()
112 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
Dstackwalker_arm_unittest.cc68 using testing::SetArgumentPointee;
112 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols()
113 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
Dstackwalker_x86_unittest.cc67 using testing::SetArgumentPointee;
119 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols()
120 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc73 using testing::SetArgumentPointee;
899 Action<MyFunction> a = SetArgumentPointee<1>(2); in TEST()
907 a = SetArgumentPointee<2>('a'); in TEST()
925 Action<void(bool, TestMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()
947 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()
972 Action<void(bool, FooMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()
997 Action<void(bool, ::proto2::Message*)> a = SetArgumentPointee<1>(*msg); in TEST()
/external/google-breakpad/src/testing/
DCHANGES24 * SetArgumentPointee is deprecated in favor of SetArgPointee.
/external/googletest/googlemock/test/
Dgmock-actions_test.cc77 using testing::SetArgumentPointee;
881 Action<MyFunction> a = SetArgumentPointee<1>(2); in TEST()
889 a = SetArgumentPointee<2>('a'); in TEST()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h1013 SetArgumentPointee(const T& x) { in SetArgumentPointee() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h1140 SetArgumentPointee(const T& x) {
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1115 SetArgumentPointee(const T& x) {
/external/googletest/googlemock/docs/
DCheatSheet.md400 |`SetArgumentPointee<N>(value)`|Same as `SetArgPointee<N>(value)`. Deprecated. Will be removed in v…