HomeSort by relevance Sort by last modified time
    Searched defs:first_argument_type (Results 1 - 25 of 51) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
test_func.h 17 typedef int first_argument_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
  /external/stlport/test/unit/
fadapter.h 68 typedef Arg1 first_argument_type; typedef in class:pointer_to_binary_procedure
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 68 typedef Arg1 first_argument_type; typedef in class:pointer_to_binary_procedure
  /ndk/tests/device/test-stlport/unit/
fadapter.h 68 typedef Arg1 first_argument_type; typedef in class:pointer_to_binary_procedure
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.hpp 46 typedef T1 first_argument_type; typedef in struct:boost::detail::function_traits_helper
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_template.hpp 141 typedef T * first_argument_type; typedef
207 typedef T const * first_argument_type; typedef
  /external/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 114 typedef _Arg1 first_argument_type; ///< the type of the first argument typedef in struct:binary_function
370 : public binary_function<typename _Predicate::first_argument_type,
381 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 117 /// @c first_argument_type is the type of the first argument
118 typedef _Arg1 first_argument_type; typedef in struct:binary_function
376 : public binary_function<typename _Predicate::first_argument_type,
387 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 117 /// @c first_argument_type is the type of the first argument
118 typedef _Arg1 first_argument_type; typedef in struct:binary_function
376 : public binary_function<typename _Predicate::first_argument_type,
387 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 114 typedef _Arg1 first_argument_type; ///< the type of the first argument typedef in struct:binary_function
370 : public binary_function<typename _Predicate::first_argument_type,
381 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 114 typedef _Arg1 first_argument_type; ///< the type of the first argument typedef in struct:binary_function
370 : public binary_function<typename _Predicate::first_argument_type,
381 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 114 typedef _Arg1 first_argument_type; ///< the type of the first argument typedef in struct:binary_function
370 : public binary_function<typename _Predicate::first_argument_type,
381 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 114 typedef _Arg1 first_argument_type; ///< the type of the first argument typedef in struct:binary_function
370 : public binary_function<typename _Predicate::first_argument_type,
381 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 117 /// @c first_argument_type is the type of the first argument
118 typedef _Arg1 first_argument_type; typedef in struct:binary_function
376 : public binary_function<typename _Predicate::first_argument_type,
387 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 118 /// @c first_argument_type is the type of the first argument
119 typedef _Arg1 first_argument_type; typedef in struct:binary_function
377 : public binary_function<typename _Predicate::first_argument_type,
388 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 117 /// @c first_argument_type is the type of the first argument
118 typedef _Arg1 first_argument_type; typedef in struct:binary_function
376 : public binary_function<typename _Predicate::first_argument_type,
387 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 118 /// @c first_argument_type is the type of the first argument
119 typedef _Arg1 first_argument_type; typedef in struct:binary_function
377 : public binary_function<typename _Predicate::first_argument_type,
388 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 116 /// @c first_argument_type is the type of the first argument
117 typedef _Arg1 first_argument_type; typedef in struct:binary_function
375 : public binary_function<typename _Predicate::first_argument_type,
386 operator()(const typename _Predicate::first_argument_type& __x,

Completed in 614 milliseconds

1 2 3