HomeSort by relevance Sort by last modified time
    Searched refs:arg2_type (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/base/
sigslotrepeater.h 57 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
58 class repeater2 : public signal2<arg1_type, arg2_type, mt_policy>,
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type;
63 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type;
68 void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); }
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
    [all...]
sigslot.h 290 template<class arg1_type, class arg2_type, class mt_policy>
296 virtual void emit(arg1_type, arg2_type) = 0;
297 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* clone() = 0;
298 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0;
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
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.hpp 45 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
56 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
66 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
78 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
91 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
105 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
120 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
136 typedef T2 arg2_type; typedef in struct:boost::detail::function_traits_helper
154 typedef T2 arg2_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,
319 builder.AddParam(arg2_type);
raw-machine-assembler.h 590 MachineType arg1_type, MachineType arg2_type,
  /external/gmock/test/
gmock-generated-actions_test.cc 627 StaticAssertTypeEq<int*, arg2_type>();
628 arg2_type temp = arg2;
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 627 StaticAssertTypeEq<int*, arg2_type>();
628 arg2_type temp = arg2;
    [all...]

Completed in 224 milliseconds