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

  /external/chromium_org/third_party/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 337 template<class arg1_type, class arg2_type, class mt_policy>
343 virtual void emit(arg1_type, arg2_type) = 0;
344 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* clone() = 0;
345 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0;
348 template<class arg1_type, class arg2_type, class arg3_type, class mt_policy>
354 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
355 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* clone() = 0;
356 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0;
359 template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class mt_policy>
365 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/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 178 ArgumentType arg2_type = None,
183 if (arg2_type != None)
184 result.push_back(arg2_type);

Completed in 102 milliseconds