HomeSort by relevance Sort by last modified time
    Searched refs:this_it (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
load-elimination.h 135 for (auto this_it : this->info_for_node_) {
136 Node* this_object = this_it.first;
137 Node* this_value = this_it.second;
141 copy->info_for_node_.insert(this_it);
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 66 std::list<Packet>::iterator this_it; member in struct:webrtc::paced_sender::Packet
109 it->this_it = it; // Handle for direct removal from list.
120 void CancelPop(const Packet& packet) { prio_queue_.push(&(*packet.this_it)); }
126 packet_list_.erase(packet.this_it);

Completed in 214 milliseconds