Searched refs:args_type (Results 1 – 5 of 5) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-actions.h | 1021 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 …]
|
D | gmock-generated-actions.h.pump | 349 // '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, [[]]
|
D | gmock-more-actions.h | 171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
|
/external/chromium/testing/gmock/test/ |
D | gmock-generated-actions_test.cc | 642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>(); in ACTION() 643 args_type args_copy = args; in ACTION()
|
/external/qemu/ |
D | monitor.c | 68 const char *args_type; member 2472 typestr = cmd->args_type; in monitor_handle_command() 2931 ptype = cmd->args_type; in monitor_find_completion()
|