Searched refs:obits (Results 1 – 1 of 1) sorted by relevance
252 Vector<Obituary>* obits = mObituaries; in sendObituary() local253 if(obits != NULL) { in sendObituary()264 this, obits ? obits->size() : 0U); in sendObituary()266 if (obits != NULL) { in sendObituary()267 const size_t N = obits->size(); in sendObituary()269 reportOneDeath(obits->itemAt(i)); in sendObituary()272 delete obits; in sendObituary()319 Vector<Obituary>* obits = mObituaries; in ~BpBinder() local320 if(obits != NULL) { in ~BpBinder()326 if (obits != NULL) { in ~BpBinder()[all …]