Searched defs:callNext (Results 1 – 4 of 4) sorted by relevance
16 function callNext () { function61 function callNext () { function
221 auto callNext = (prev == nullptr && next != nullptr) ? next : nullptr; in done() local
60 void CallQueue::callNext (void) in callNext() function in xe::CallQueue
687 …const callNext = factory.createCallExpression(factory.createPropertyAccessExpression(iterator, "ne… constant