Searched refs:index_it (Results 1 – 5 of 5) sorted by relevance
60 auto index_it = static_index_.find(query); in FindHeaderField() local61 if (index_it != static_index_.end()) { in FindHeaderField()62 *index = index_it->second; in FindHeaderField()68 index_it = dynamic_index_.find(query); in FindHeaderField()69 if (index_it != dynamic_index_.end()) { in FindHeaderField()70 *index = index_it->second; in FindHeaderField()150 auto index_it = dynamic_index_.find({entry->name(), entry->value()}); in RemoveEntryFromEnd() local153 if (index_it != dynamic_index_.end() && index_it->second == index) { in RemoveEntryFromEnd()154 dynamic_index_.erase(index_it); in RemoveEntryFromEnd()
170 auto index_it = indices.rbegin(); in IndexToLinearIndex() local172 for (; tile_it != tiling.rend(); ++index_it, ++tile_it) { in IndexToLinearIndex()173 offset += (*index_it % *tile_it) * stride; in IndexToLinearIndex()176 index_it = indices.rbegin(); in IndexToLinearIndex()179 for (; tile_it != tiling.rend(); ++index_it, ++shape_it, ++tile_it) { in IndexToLinearIndex()180 offset += (*index_it / *tile_it) * stride; in IndexToLinearIndex()183 for (; shape_it != shape.rend(); ++index_it, ++shape_it) { in IndexToLinearIndex()184 offset += *index_it * stride; in IndexToLinearIndex()
548 for (auto index_it = url_range.first; index_it != url_range.second; in RemoveEndpointsForUrl() local549 ++index_it) { in RemoveEndpointsForUrl()550 endpoint_its_to_remove.push_back(index_it->second); in RemoveEndpointsForUrl()1131 for (auto index_it = url_range.first; index_it != url_range.second; in ConsistencyCheckEndpoint() local1132 ++index_it) { in ConsistencyCheckEndpoint()1133 endpoint_its_for_url.push_back(index_it->second); in ConsistencyCheckEndpoint()
154 auto index_it = local_senders_by_ssrc_.find(local_ssrc); in RemoveMediaSender() local155 if (index_it == local_senders_by_ssrc_.end()) { in RemoveMediaSender()158 local_senders_.erase(index_it->second); in RemoveMediaSender()159 local_senders_by_ssrc_.erase(index_it); in RemoveMediaSender()
875 auto index_it = it->second.find(0); in AddNodesToShapeRefiner() local876 if (index_it == it->second.end()) { in AddNodesToShapeRefiner()881 node->AddAttr("shape", index_it->second->second.shape); in AddNodesToShapeRefiner()882 DataType dtype = index_it->second->second.imported_dtype; in AddNodesToShapeRefiner()