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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 403 template<typename _Dom, typename _Arg>
409 _FunBase(const _Dom& __e, value_type __f(_Arg))
419 value_type (*_M_func)(_Arg);
468 template<class _Oper, class _Arg>
472 typedef typename _Arg::value_type _Vt;
475 _UnBase(const _Arg& __e) : _M_expr(__e) {}
483 const _Arg& _M_expr;
490 typedef _Dom _Arg;
494 _UnClos(const _Arg& __e) : _Base(__e) {}
501 typedef valarray<_Tp> _Arg;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 403 template<typename _Dom, typename _Arg>
409 _FunBase(const _Dom& __e, value_type __f(_Arg))
419 value_type (*_M_func)(_Arg);
468 template<class _Oper, class _Arg>
472 typedef typename _Arg::value_type _Vt;
475 _UnBase(const _Arg& __e) : _M_expr(__e) {}
483 const _Arg& _M_expr;
490 typedef _Dom _Arg;
494 _UnClos(const _Arg& __e) : _Base(__e) {}
501 typedef valarray<_Tp> _Arg;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_before.h 403 template<typename _Dom, typename _Arg>
409 _FunBase(const _Dom& __e, value_type __f(_Arg))
419 value_type (*_M_func)(_Arg);
468 template<class _Oper, class _Arg>
472 typedef typename _Arg::value_type _Vt;
475 _UnBase(const _Arg& __e) : _M_expr(__e) {}
483 const _Arg& _M_expr;
490 typedef _Dom _Arg;
494 _UnClos(const _Arg& __e) : _Base(__e) {}
501 typedef valarray<_Tp> _Arg;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_before.h 403 template<typename _Dom, typename _Arg>
409 _FunBase(const _Dom& __e, value_type __f(_Arg))
419 value_type (*_M_func)(_Arg);
468 template<class _Oper, class _Arg>
472 typedef typename _Arg::value_type _Vt;
475 _UnBase(const _Arg& __e) : _M_expr(__e) {}
483 const _Arg& _M_expr;
490 typedef _Dom _Arg;
494 _UnClos(const _Arg& __e) : _Base(__e) {}
501 typedef valarray<_Tp> _Arg;
    [all...]

Completed in 81 milliseconds