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

  /external/webrtc/webrtc/base/
sigslotrepeater.h 41 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
42 class repeater1 : public signal1<arg1_type, mt_policy>,
46 typedef signal1<arg1_type, mt_policy> base_type;
47 typedef repeater1<arg1_type, mt_policy> this_type;
52 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); }
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
    [all...]
sigslot.h 279 template<class arg1_type, class mt_policy>
285 virtual void emit(arg1_type) = 0;
286 virtual _connection_base1<arg1_type, mt_policy>* clone() = 0;
287 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0;
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
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
identity_type.hpp 43 boost::function_traits< void parenthesized_type >::arg1_type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.hpp 35 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
44 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
55 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
65 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
77 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
90 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
104 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
119 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
135 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
153 typedef T1 arg1_type; typedef in struct:boost::detail::function_traits_helper
    [all...]
  /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 296 MachineType arg1_type, Node* function,
301 builder.AddParam(arg1_type);
310 MachineType return_type, MachineType arg0_type, MachineType arg1_type,
318 builder.AddParam(arg1_type);
raw-machine-assembler.h 586 MachineType arg1_type, Node* function, Node* arg0,
590 MachineType arg1_type, MachineType arg2_type,
  /external/gmock/test/
gmock-generated-actions_test.cc 685 StaticAssertTypeEq<const bool&, arg1_type>();
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 685 StaticAssertTypeEq<const bool&, arg1_type>();
    [all...]

Completed in 297 milliseconds