Searched defs:rebind (Results 1 – 8 of 8) sorted by relevance
24 struct rebind { struct26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
276 struct rebind { struct291 struct rebind { argument292 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
166 struct rebind { struct167 typedef LinearStdAllocator<U> other;
213 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
84 in Intent intent, boolean rebind, int processState); in scheduleBindService()
739 boolean rebind; field in ActivityThread.BindServiceData964 boolean rebind, int processState) { in scheduleBindService()
2319 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()