Lines Matching refs:obits
304 Vector<Obituary>* obits = mObituaries; in sendObituary() local
305 if(obits != nullptr) { in sendObituary()
316 this, obits ? obits->size() : 0U); in sendObituary()
318 if (obits != nullptr) { in sendObituary()
319 const size_t N = obits->size(); in sendObituary()
321 reportOneDeath(obits->itemAt(i)); in sendObituary()
324 delete obits; in sendObituary()
391 Vector<Obituary>* obits = mObituaries; in ~BpBinder() local
392 if(obits != nullptr) { in ~BpBinder()
398 if (obits != nullptr) { in ~BpBinder()
402 delete obits; in ~BpBinder()