Home
last modified time | relevance | path

Searched refs:args_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h1021 const args_type& args GTEST_ATTRIBUTE_UNUSED_,\
1396 args_type;\
1398 virtual return_type Perform(const args_type& args) {\
1406 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1457 args_type;\
1459 virtual return_type Perform(const args_type& args) {\
1467 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1503 args_type;\
1505 virtual return_type Perform(const args_type& args) {\
1513 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
Dgmock-generated-actions.h.pump349 // 'args' and 'args_type', and refer to the mock function type and its
429 const args_type& args GTEST_ATTRIBUTE_UNUSED_
625 args_type;\
627 virtual return_type Perform(const args_type& args) {\
632 return_type gmock_PerformImpl(const args_type& args[[]]
712 args_type;\
714 virtual return_type Perform(const args_type& args) {\
719 return_type gmock_PerformImpl(const args_type& args, [[]]
Dgmock-more-actions.h171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
/external/chromium/testing/gmock/test/
Dgmock-generated-actions_test.cc642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>(); in ACTION()
643 args_type args_copy = args; in ACTION()
/external/qemu/
Dmonitor.c68 const char *args_type; member
2472 typestr = cmd->args_type; in monitor_handle_command()
2931 ptype = cmd->args_type; in monitor_find_completion()