OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MakePolymorphicAction
(Results
1 - 2
of
2
) sorted by null
/external/gmock/include/gmock/
gmock-actions.h
348
//
MakePolymorphicAction
(object) where object has type FooAction. See
396
//
MakePolymorphicAction
(foo);
400
inline PolymorphicAction<Impl>
MakePolymorphicAction
(const Impl& impl) {
949
return
MakePolymorphicAction
(internal::ReturnNullAction());
954
return
MakePolymorphicAction
(internal::ReturnVoidAction());
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-actions.h
348
//
MakePolymorphicAction
(object) where object has type FooAction. See
396
//
MakePolymorphicAction
(foo);
400
inline PolymorphicAction<Impl>
MakePolymorphicAction
(const Impl& impl) {
949
return
MakePolymorphicAction
(internal::ReturnNullAction());
954
return
MakePolymorphicAction
(internal::ReturnVoidAction());
[
all
...]
Completed in 131 milliseconds