Searched refs:rebind (Results 1 - 25 of 99) sorted by relevance

1234

/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its9288/
H A Dslapd-proxy.conf39 rebind-as-user yes
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnew_allocator.h54 struct rebind struct in class:new_allocator
H A Ddebug_allocator.h76 class rebind class in class:debug_allocator
78 typedef typename _Traits::template rebind<_Up>::other __other;
93 rebind<value_type>::other>
H A Dextptr_allocator.h72 struct rebind struct in class:_ExtPtr_allocator
185 struct rebind struct in class:_ExtPtr_allocator
H A Dalloc_traits.h119 struct rebind struct in struct:__alloc_traits
163 struct rebind struct in struct:__alloc_traits
164 { typedef typename _Alloc::template rebind<_Tp>::other other; };
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dpointer_traits.h79 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
89 typedef _LIBCPP_NODEBUG_TYPE typename _Tp::template rebind<_Up> type;
91 typedef _LIBCPP_NODEBUG_TYPE typename _Tp::template rebind<_Up>::other type;
99 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::template rebind<_Up> type;
101 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::template rebind<_Up>::other type;
119 template <class _Up> using rebind = typename __pointer_traits_rebind<pointer, _Up>::type;
121 template <class _Up> struct rebind
142 template <class _Up> using rebind = _Up*;
144 template <class _Up> struct rebind {typedef _Up* other;};
159 typedef typename pointer_traits<_From>::template rebind<_T
[all...]
H A Dallocator.h40 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct in class:allocator
51 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct in class:allocator
103 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct in class:allocator
184 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct in class:allocator
H A Dallocator_traits.h55 using type = typename pointer_traits<_Ptr>::template rebind<const _Tp>::other;
57 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const _Tp>;
71 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<void>::other;
73 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<void>;
87 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const void>::other;
89 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const void>;
155 typename _Tp::template rebind<_Up>::other
160 using type _LIBCPP_NODEBUG_TYPE = typename _Tp::template rebind<_Up>::other;
164 using type _LIBCPP_NODEBUG_TYPE = typename _Alloc<_Tp, _Args...>::template rebind<_Up>::other;
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-proxytimeout.conf53 rebind-as-user yes
64 rebind-as-user yes
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Ddefault-init-alloc.h39 /* Override rebind. */
41 struct rebind struct in class:gdb::default_init_allocator
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Ddefault-init-alloc.h39 /* Override rebind. */
41 struct rebind struct in class:gdb::default_init_allocator
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its9400/
H A Dslapd-proxy-idassert.conf50 rebind-as-user yes
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_binding.c116 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind);
118 bool rebind);
119 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind);
120 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind);
121 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind);
122 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind);
123 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind);
126 bool rebind);
127 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind);
128 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind);
497 vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind) argument
528 vmw_binding_scrub_render_target(struct vmw_ctx_bindinfo *bi, bool rebind) argument
564 vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind) argument
599 vmw_binding_scrub_dx_shader(struct vmw_ctx_bindinfo *bi, bool rebind) argument
628 vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind) argument
1064 vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind) argument
1086 vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind) argument
1103 vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind) argument
1120 vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind) argument
1139 vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConstraints.h50 void setReferralRebind(const LDAPRebind* rebind);
H A DLDAPConstraints.cpp94 void LDAPConstraints::setReferralRebind(const LDAPRebind* rebind){ argument
96 m_refRebind = rebind;
H A DLDAPAsynConnection.cpp321 const LDAPRebind* rebind = cons->getReferralRebind(); local
333 if(rebind){
334 auth=rebind->getRebindAuth(host, port);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h160 requires requires { typename _Tp::template rebind<_Up>; } member in class:__ptr_traits_impl::_Tp
163 struct __rebind<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>>>
165 { using type = typename _Tp::template rebind<_Up>; };
179 using rebind = typename __rebind<_Ptr, _Up>::type;
219 template<typename _Up> using rebind = _Up*;
224 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
H A Dallocator.h85 struct rebind struct in class:allocator
139 struct rebind struct in class:allocator
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h96 struct __rebind<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>>>
97 { using type = typename _Tp::template rebind<_Up>; };
113 using rebind = typename __rebind<_Ptr, _Up>::type;
138 using rebind = _Up*;
152 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
H A Dallocator.h85 struct rebind struct in class:allocator
137 struct rebind struct in class:allocator
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Ddebug_allocator.h76 class rebind class in class:debug_allocator
78 typedef typename _Traits::template rebind<_Up>::other __other;
93 rebind<value_type>::other>
H A Dextptr_allocator.h72 struct rebind struct in class:_ExtPtr_allocator
185 struct rebind struct in class:_ExtPtr_allocator
H A Dalloc_traits.h119 struct rebind struct in struct:__alloc_traits
163 struct rebind struct in struct:__alloc_traits
164 { typedef typename _Alloc::template rebind<_Tp>::other other; };
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp145 : _Alloc::template rebind<T>::other
147 typedef typename _Alloc::template rebind<T>::other allocator_type;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp145 : _Alloc::template rebind<T>::other
147 typedef typename _Alloc::template rebind<T>::other allocator_type;

Completed in 399 milliseconds

1234