Searched refs:ReturnPointee (Results 1 – 8 of 8) sorted by relevance
224 ACTION_P(ReturnPointee, pointer) { return *pointer; } in ACTION_P() argument
59 using testing::ReturnPointee;682 const Action<int()> a = ReturnPointee(&n); in TEST()
242 | `ReturnPointee(ptr)` | Return the value pointed to by `ptr`. |
1886 action is *executed*.). Use either `ReturnRef()` or `ReturnPointee()` for this1928 `ReturnPointee(pointer)` was provided to solve this problem specifically. It1932 using testing::ReturnPointee;1937 .WillRepeatedly(ReturnPointee(&x)); // Note the & here.2120 ACTION_P(ReturnPointee, p) { return *p; }2124 .WillRepeatedly(ReturnPointee(&previous_value));
1452 internal::ReturnPointeeAction<Ptr> ReturnPointee(Ptr pointer) {
46 using ::testing::ReturnPointee;156 EXPECT_CALL(*apm, GetConfig()).WillRepeatedly(ReturnPointee(&apm_config)); in TEST()200 .WillRepeatedly(ReturnPointee(&apm_config_)); in WebRtcVoiceEngineTestFake()
14096 ACTION_P(ReturnPointee, pointer) { return *pointer; }
14870 ACTION_P(ReturnPointee, pointer) { return *pointer; }