/external/webrtc/webrtc/base/ |
sigslot.h | 301 template<class arg1_type, class arg2_type, class arg3_type, class mt_policy> 307 virtual void emit(arg1_type, arg2_type, arg3_type) = 0; 308 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* clone() = 0; 309 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 312 template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class mt_policy> 318 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0; 319 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* clone() = 0; 320 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 323 template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, 330 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type [all...] |
sigslotrepeater.h | 73 template<class arg1_type, class arg2_type, class arg3_type, 75 class repeater3 : public signal3<arg1_type, arg2_type, arg3_type, mt_policy>, 79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type; 80 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type; 85 void reemit(arg1_type a1, arg2_type a2, arg3_type a3) { 86 signal3<arg1_type, arg2_type, arg3_type, mt_policy>::emit(a1,a2,a3);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
function_traits.hpp | 57 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 67 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 79 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 92 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 106 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 121 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 137 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper 155 typedef T3 arg3_type; typedef in struct:boost::detail::function_traits_helper
|
/external/gmock/include/gmock/ |
gmock-generated-actions.h | [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-actions.h | [all...] |
/external/v8/src/compiler/ |
raw-machine-assembler.cc | 311 MachineType arg2_type, MachineType arg3_type, MachineType arg4_type, 320 builder.AddParam(arg3_type);
|
raw-machine-assembler.h | 591 MachineType arg3_type, MachineType arg4_type,
|