OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InvokeWithoutArgs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc
61
using testing::
InvokeWithoutArgs
;
205
InvokeWithoutArgs
(&run_loop, &base::RunLoop::Quit));
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
725
// Implements the
InvokeWithoutArgs
(f) action. The template argument
727
// function pointer or a functor.
InvokeWithoutArgs
(f) can be used as an
738
// Allows
InvokeWithoutArgs
(f) to be used as any action whose type is
749
// Implements the
InvokeWithoutArgs
(object_ptr, &Class::Method) action.
[
all
...]
Completed in 480 milliseconds