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 { 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;}; argument
167 struct rebind { struct168 typedef LinearStdAllocator<U> other;
269 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
98 in Intent intent, boolean rebind, int processState, long bindSeq); in scheduleBindService()
866 boolean rebind; field in ActivityThread.BindServiceData1127 boolean rebind, int processState, long bindSeq) { in scheduleBindService()
4607 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()