HomeSort by: relevance | last modified time | path
    Searched defs:owner_less (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
shared_ptr.h 172 * pointer see `std::shared_ptr::owner_before` and `std::owner_less`.
891 /// Primary template owner_less
893 struct owner_less;
895 /// Void specialization of owner_less compares either shared_ptr or weak_ptr
897 struct owner_less<void> : _Sp_owner_less<void, void> struct in inherits:_Sp_owner_less
900 /// Partial specialization of owner_less for shared_ptr.
902 struct owner_less<shared_ptr<_Tp>> struct in inherits:_Sp_owner_less
906 /// Partial specialization of owner_less for weak_ptr.
908 struct owner_less<weak_ptr<_Tp>> struct in inherits:_Sp_owner_less
shared_ptr.h 172 * pointer see `std::shared_ptr::owner_before` and `std::owner_less`.
891 /// Primary template owner_less
893 struct owner_less;
895 /// Void specialization of owner_less compares either shared_ptr or weak_ptr
897 struct owner_less<void> : _Sp_owner_less<void, void> struct in inherits:_Sp_owner_less
900 /// Partial specialization of owner_less for shared_ptr.
902 struct owner_less<shared_ptr<_Tp>> struct in inherits:_Sp_owner_less
906 /// Partial specialization of owner_less for weak_ptr.
908 struct owner_less<weak_ptr<_Tp>> struct in inherits:_Sp_owner_less
shared_ptr_base.h 401 struct owner_less;
2165 struct owner_less<__shared_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
2170 struct owner_less<__weak_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
shared_ptr_base.h 401 struct owner_less;
2165 struct owner_less<__shared_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
2170 struct owner_less<__weak_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr.h 172 * pointer see `std::shared_ptr::owner_before` and `std::owner_less`.
892 /// Primary template owner_less
894 struct owner_less;
896 /// Void specialization of owner_less compares either shared_ptr or weak_ptr
898 struct owner_less<void> : _Sp_owner_less<void, void> struct in inherits:_Sp_owner_less
901 /// Partial specialization of owner_less for shared_ptr.
903 struct owner_less<shared_ptr<_Tp>> struct in inherits:_Sp_owner_less
907 /// Partial specialization of owner_less for weak_ptr.
909 struct owner_less<weak_ptr<_Tp>> struct in inherits:_Sp_owner_less
shared_ptr.h 172 * pointer see `std::shared_ptr::owner_before` and `std::owner_less`.
892 /// Primary template owner_less
894 struct owner_less;
896 /// Void specialization of owner_less compares either shared_ptr or weak_ptr
898 struct owner_less<void> : _Sp_owner_less<void, void> struct in inherits:_Sp_owner_less
901 /// Partial specialization of owner_less for shared_ptr.
903 struct owner_less<shared_ptr<_Tp>> struct in inherits:_Sp_owner_less
907 /// Partial specialization of owner_less for weak_ptr.
909 struct owner_less<weak_ptr<_Tp>> struct in inherits:_Sp_owner_less
shared_ptr_base.h 401 struct owner_less;
2164 struct owner_less<__shared_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
2169 struct owner_less<__weak_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
shared_ptr_base.h 401 struct owner_less;
2164 struct owner_less<__shared_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
2169 struct owner_less<__weak_ptr<_Tp, _Lp>> struct in inherits:_Sp_owner_less
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
shared_ptr.h 505 template<typename _Tp = void> class owner_less;
507 /// Partial specialization of owner_less for shared_ptr.
509 struct owner_less<shared_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
513 /// Partial specialization of owner_less for weak_ptr.
515 struct owner_less<weak_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
520 class owner_less<void> class in namespace:experimental::fundamentals_v2
shared_ptr.h 505 template<typename _Tp = void> class owner_less;
507 /// Partial specialization of owner_less for shared_ptr.
509 struct owner_less<shared_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
513 /// Partial specialization of owner_less for weak_ptr.
515 struct owner_less<weak_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
520 class owner_less<void> class in namespace:experimental::fundamentals_v2
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
shared_ptr.h 505 template<typename _Tp = void> class owner_less;
507 /// Partial specialization of owner_less for shared_ptr.
509 struct owner_less<shared_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
513 /// Partial specialization of owner_less for weak_ptr.
515 struct owner_less<weak_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
520 class owner_less<void> class in namespace:experimental::fundamentals_v2
shared_ptr.h 505 template<typename _Tp = void> class owner_less;
507 /// Partial specialization of owner_less for shared_ptr.
509 struct owner_less<shared_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
513 /// Partial specialization of owner_less for weak_ptr.
515 struct owner_less<weak_ptr<_Tp>> struct in namespace:experimental::fundamentals_v2
520 class owner_less<void> class in namespace:experimental::fundamentals_v2
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
shared_ptr.h 1592 template <class _Tp = void> struct owner_less;
1594 template <class _Tp> struct owner_less;
1598 struct _LIBCPP_TEMPLATE_VIS owner_less<shared_ptr<_Tp> > struct in inherits:binary_function
1614 struct _LIBCPP_TEMPLATE_VIS owner_less<weak_ptr<_Tp> > struct in inherits:binary_function
1631 struct _LIBCPP_TEMPLATE_VIS owner_less<void> struct
shared_ptr.h 1592 template <class _Tp = void> struct owner_less;
1594 template <class _Tp> struct owner_less;
1598 struct _LIBCPP_TEMPLATE_VIS owner_less<shared_ptr<_Tp> > struct in inherits:binary_function
1614 struct _LIBCPP_TEMPLATE_VIS owner_less<weak_ptr<_Tp> > struct in inherits:binary_function
1631 struct _LIBCPP_TEMPLATE_VIS owner_less<void> struct

Completed in 55 milliseconds