OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnPointee
(Results
1 - 11
of
11
) sorted by null
/external/gmock/include/gmock/
gmock-more-actions.h
209
ACTION_P(
ReturnPointee
, pointer) { return *pointer; }
/external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h
209
ACTION_P(
ReturnPointee
, pointer) { return *pointer; }
/external/libweave/src/commands/
cloud_command_proxy_unittest.cc
24
using testing::
ReturnPointee
;
99
.WillRepeatedly(testing::
ReturnPointee
(¤t_state_update_id_));
/system/update_engine/
update_attempter_unittest.cc
69
using testing::
ReturnPointee
;
154
.WillRepeatedly(
ReturnPointee
(&actual_using_p2p_for_downloading_));
161
.WillRepeatedly(
ReturnPointee
(&actual_using_p2p_for_sharing_));
[
all
...]
omaha_request_action_unittest.cc
65
using testing::
ReturnPointee
;
[
all
...]
/system/connectivity/shill/cellular/
active_passive_out_of_credits_detector_unittest.cc
43
using testing::
ReturnPointee
;
/external/gmock/test/
gmock-more-actions_test.cc
61
using testing::
ReturnPointee
;
697
const Action<int()> a =
ReturnPointee
(&n);
/external/google-breakpad/src/testing/test/
gmock-more-actions_test.cc
61
using testing::
ReturnPointee
;
697
const Action<int()> a =
ReturnPointee
(&n);
/system/tpm/trunks/
resource_manager_test.cc
37
using testing::
ReturnPointee
;
463
.WillRepeatedly(
ReturnPointee
(&fuzzed_response));
[
all
...]
/system/connectivity/shill/
active_link_monitor_unittest.cc
172
.WillRepeatedly(testing::
ReturnPointee
(&kDBusPath));
/external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
[
all
...]
Completed in 1214 milliseconds