Searched refs:newCell (Results 1 – 2 of 2) sorted by relevance
37 Cell *newCell = [[Cell alloc] init];38 newCell->x = 5; // no-warning39 [newCell release];
900 GHashCell newCell);975 GHashCell newCell) { in insert() argument976 assert(!newCell.isEmpty() && "cannot insert empty cell value"); in insert()997 if (!oldCell.isEmpty() && oldCell < newCell) in insert()1001 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()