Searched refs:last_acquired_ (Results 1 – 2 of 2) sorted by relevance
84 std::unordered_map<StringId, int64_t> last_acquired_; variable
293 if (last_acquired_[event_key] > last_dequeued_[event_key] && in CreatePhaseEvent()294 last_acquired_[event_key] < timestamp) { in CreatePhaseEvent()317 last_acquired_[event_key] = timestamp; in CreatePhaseEvent()