Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1;
108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2;
109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3;
110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4;
/external/clang/test/SemaTemplate/
Dalias-templates.cpp29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef
46 template<typename U> using rebind = thing<U>; typedef
69 itt::rebind<bool> btr;
Dinstantiate-member-template.cpp232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
244 template <class U> struct rebind {typedef B1<U> other;}; argument
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct
/external/stlport/stlport/stl/config/
D_hpacc.h45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
/external/clang/test/SemaCXX/
DPR9908.cpp6 typedef typename _Tp::template rebind<_Up>::other type;
26 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct
15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
Ddebug-info-use-after-free.cpp95 template < typename > struct rebind { struct
102 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
/external/stlport/stlport/stl/
D_pthread_alloc.h109 template <class _NewType> struct rebind { struct
198 template <class _NewType> struct rebind { struct
290 template <class _NewType> struct rebind {
381 template <class _NewType> struct rebind {
D_alloc.h200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct
374 template <class _Tp1> struct rebind { struct
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
D_iostream_string.h54 template <class _Tp1> struct rebind { struct
Dconcept_checks.h800 _STLP_REQUIRES_SAME_TYPE(typename _Alloc::rebind<_Type>::other, _Alloc);
/external/icu4c/config/
Dmh-os40040 ## Make target to rebind the common library
42 POST_DATA_BUILD = os400-data-rebind
/external/chromium/base/
Dstack_container.h70 struct rebind { struct
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h250 struct rebind { struct
/external/stlport/test/unit/
Dstack_allocator.h83 struct rebind { struct
Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in std::allocator
Dvector_test.cpp512 template <class _Tp1> struct rebind { struct
/external/stlport/test/eh/
DPrefix.h132 template <class _Tp1> struct rebind { struct
/external/clang/test/CodeGenObjCXX/
Dencode.mm68 template<int D> struct rebind { typedef fixed<D> other; };
/external/stlport/doc/
Dpointer_specialization.txt45 specialization? The _Alloc type is supposed to have a rebind member
/external/icu4c/data/
DMakefile.in843 ifeq ($(POST_DATA_BUILD), os400-data-rebind)
844 os400-data-rebind: $(LIBICUUC)
/external/dnsmasq/po/
Dpl.po805 msgid "possible DNS-rebind attack detected"
806 msgstr "prawdopodobnie wykryto atak DNS-rebind"
Dfr.po823 msgid "possible DNS-rebind attack detected"
824 msgstr "d�tection d'une possible attaque de type DNS-rebind"
Dfi.po797 msgid "possible DNS-rebind attack detected"
Dit.po797 msgid "possible DNS-rebind attack detected"

12