Searched refs:SetArgumentPointee (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/processor/ |
D | stackwalker_address_list_unittest.cc | 60 using testing::SetArgumentPointee; 101 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols() 102 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
|
D | cfi_frame_info_unittest.cc | 52 using testing::SetArgumentPointee; 513 .WillRepeatedly(DoAll(SetArgumentPointee<1>(0xdc1975eba8602302ULL), in TEST_F() 518 .WillRepeatedly(DoAll(SetArgumentPointee<1>(0xba5ad6d9acce28deULL), in TEST_F()
|
D | minidump_processor_unittest.cc | 171 using ::testing::SetArgumentPointee; 510 WillRepeatedly(DoAll(SetArgumentPointee<0>(1), in TEST_F() 610 WillRepeatedly(DoAll(SetArgumentPointee<0>(1), in TEST_F()
|
D | stackwalker_mips_unittest.cc | 68 using testing::SetArgumentPointee; 112 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols() 113 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
|
D | stackwalker_amd64_unittest.cc | 66 using testing::SetArgumentPointee; 110 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols() 111 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
|
D | stackwalker_arm64_unittest.cc | 68 using testing::SetArgumentPointee; 111 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols() 112 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
|
D | stackwalker_arm_unittest.cc | 68 using testing::SetArgumentPointee; 112 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols() 113 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
|
D | stackwalker_x86_unittest.cc | 67 using testing::SetArgumentPointee; 119 .WillRepeatedly(DoAll(SetArgumentPointee<3>(buffer), in SetModuleSymbols() 120 SetArgumentPointee<4>(buffer_size), in SetModuleSymbols()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 73 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/ |
D | CHANGES | 24 * SetArgumentPointee is deprecated in favor of SetArgPointee.
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 77 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/ |
D | gmock-actions.h | 1013 SetArgumentPointee(const T& x) { in SetArgumentPointee() function
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 1115 SetArgumentPointee(const T& x) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-actions.h | 1140 SetArgumentPointee(const T& x) {
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 400 |`SetArgumentPointee<N>(value)`|Same as `SetArgPointee<N>(value)`. Deprecated. Will be removed in v…
|