HomeSort by relevance Sort by last modified time
    Searched refs:argument_type (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 104 /// @c argument_type is the type of the argument
105 typedef _Arg argument_type; typedef in struct:unary_function
353 : public unary_function<typename _Predicate::argument_type, bool>
363 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 105 /// @c argument_type is the type of the argument
106 typedef _Arg argument_type; typedef in struct:unary_function
354 : public unary_function<typename _Predicate::argument_type, bool>
364 operator()(const typename _Predicate::argument_type& __x) const
  /external/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...]
  /ndk/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 102 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef in struct:unary_function
347 : public unary_function<typename _Predicate::argument_type, bool>
357 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 104 /// @c argument_type is the type of the argument
105 typedef _Arg argument_type; typedef in struct:unary_function
353 : public unary_function<typename _Predicate::argument_type, bool>
363 operator()(const typename _Predicate::argument_type& __x) const
  /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 104 /// @c argument_type is the type of the argument
105 typedef _Arg argument_type; typedef in struct:unary_function
353 : public unary_function<typename _Predicate::argument_type, bool>
363 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 102 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef in struct:unary_function
347 : public unary_function<typename _Predicate::argument_type, bool>
357 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 102 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef in struct:unary_function
347 : public unary_function<typename _Predicate::argument_type, bool>
357 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 102 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef in struct:unary_function
347 : public unary_function<typename _Predicate::argument_type, bool>
357 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 102 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef in struct:unary_function
347 : public unary_function<typename _Predicate::argument_type, bool>
357 operator()(const typename _Predicate::argument_type& __x) const
  /external/llvm/include/llvm/ADT/
SparseSet.h 121 typedef typename KeyFunctorT::argument_type KeyT;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 310 : public std::unary_function<typename _Functor::argument_type,
316 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
323 operator()(argument_type __arg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 310 : public std::unary_function<typename _Functor::argument_type,
316 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
323 operator()(argument_type __arg)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 310 : public std::unary_function<typename _Functor::argument_type,
316 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
323 operator()(argument_type __arg)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 307 : public std::unary_function<typename _Functor::argument_type,
313 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
320 operator()(argument_type __arg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 331 : public std::unary_function<typename _Functor::argument_type,
337 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
344 operator()(argument_type __arg)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 331 : public std::unary_function<typename _Functor::argument_type,
337 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
344 operator()(argument_type __arg)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 331 : public std::unary_function<typename _Functor::argument_type,
337 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
344 operator()(argument_type __arg)

Completed in 2031 milliseconds

12 3