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

1 2 3

  /external/libcxx/test/std/utilities/function.objects/refwrap/
binary.pass.cpp 46 typedef int argument_type; typedef in struct:C
unary.pass.cpp 46 typedef int argument_type; typedef in struct:C
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type; typedef in struct:_Is_not_wspace
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
59 bool operator()(argument_type __c) const
65 typedef typename _Traits::char_type argument_type;
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
    [all...]
_function_base.h 41 typedef _Arg argument_type; typedef in struct:unary_function
184 typedef _Argument argument_type; typedef in struct:_Constant_unary_fun
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/
binary.pass.cpp 46 typedef int argument_type; typedef in struct:C
unary.pass.cpp 46 typedef int argument_type; typedef in struct:C
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type; typedef in struct:_Is_not_wspace
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
59 bool operator()(argument_type __c) const
65 typedef typename _Traits::char_type argument_type;
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
    [all...]
_function_base.h 41 typedef _Arg argument_type; typedef in struct:unary_function
184 typedef _Argument argument_type; typedef in struct:_Constant_unary_fun
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/
binary.pass.cpp 46 typedef int argument_type; typedef in struct:C
unary.pass.cpp 46 typedef int argument_type; typedef in struct:C
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type; typedef in struct:_Is_not_wspace
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
59 bool operator()(argument_type __c) const
65 typedef typename _Traits::char_type argument_type;
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
    [all...]
_function_base.h 41 typedef _Arg argument_type; typedef in struct:unary_function
184 typedef _Argument argument_type; typedef in struct:_Constant_unary_fun
  /external/libcxx/test/support/
MoveOnly.h 45 typedef MoveOnly argument_type; typedef in struct:std::hash
container_test_types.h 413 typedef ::CopyInsertable<ID> argument_type; typedef in struct:hash
416 size_t operator()(argument_type const& arg) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 103 /// @c argument_type is the type of the argument
104 typedef _Arg argument_type; typedef in struct:unary_function
352 : public unary_function<typename _Predicate::argument_type, bool>
362 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 103 /// @c argument_type is the type of the argument
104 typedef _Arg argument_type; typedef in struct:unary_function
352 : public unary_function<typename _Predicate::argument_type, bool>
362 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 103 /// @c argument_type is the type of the argument
104 typedef _Arg argument_type; typedef in struct:unary_function
352 : public unary_function<typename _Predicate::argument_type, bool>
362 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 107 /// @c argument_type is the type of the argument
108 typedef _Arg argument_type; typedef in struct:unary_function
701 : public unary_function<typename _Predicate::argument_type, bool>
711 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 107 /// @c argument_type is the type of the argument
108 typedef _Arg argument_type; typedef in struct:unary_function
705 : public unary_function<typename _Predicate::argument_type, bool>
715 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base

Completed in 1501 milliseconds

1 2 3