Searched refs:event_or (Results 1 – 1 of 1) sorted by relevance
442 StatusOr<EventPool::Handle> event_or = in AllocateDestinationBuffer() local445 if (!event_or.ok()) { in AllocateDestinationBuffer()447 return event_or.status(); in AllocateDestinationBuffer()449 definition_events.back()->SetSequencingEvent(event_or.ConsumeValueOrDie(), in AllocateDestinationBuffer()484 StatusOr<EventPool::Handle> event_or = in AddDestinationBufferSynchronization() local486 if (!event_or.ok()) { in AddDestinationBufferSynchronization()488 return event_or.status(); in AddDestinationBufferSynchronization()490 definition_event->SetSequencingEvent(event_or.ConsumeValueOrDie(), in AddDestinationBufferSynchronization()1237 StatusOr<EventPool::Handle> event_or = in ToLiteral() local1239 if (!event_or.ok()) { in ToLiteral()[all …]