OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeAction
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
386
Action<F>
MakeAction
(ActionInterface<F>* impl) {
[
all
...]
gmock-generated-actions.h
594
operator Action<F>() const { return
MakeAction
(new Impl<F>(action_)); }
[
all
...]
/external/chromium/testing/gmock/test/
gmock-actions_test.cc
340
TEST(ActionInterfaceTest,
MakeAction
) {
341
Action<MyFunction> action =
MakeAction
(new MyActionImpl);
[
all
...]
gmock-generated-actions_test.cc
378
WithArgs<2, 1>(
MakeAction
(new SubstractAction));
[
all
...]
Completed in 81 milliseconds