Searched defs:rebind (Results 1 – 9 of 9) sorted by relevance
24 struct rebind { struct26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
276 struct rebind { struct291 struct rebind { struct292 typedef LinearAllocator<NewDataType, 0> other;316 struct rebind { struct317 typedef MallocAllocator<OtherDataType> other;361 struct rebind { struct362 typedef MallocAllocator<OtherDataType> other;
4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
167 struct rebind { struct168 typedef LinearStdAllocator<U> other;
213 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
314 private void rebind(ServiceInfo newServiceInfo) { in rebind() method in ServiceWatcher
85 in Intent intent, boolean rebind, int processState); in scheduleBindService()
773 boolean rebind; field in ActivityThread.BindServiceData994 boolean rebind, int processState) { in scheduleBindService()
2621 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()