Searched refs:type_index_iter (Results 1 – 1 of 1) sorted by relevance
425 auto type_index_iter = type_new_package_index.find(type.type); in GetPartitionedView() local426 if (type_index_iter == type_new_package_index.end()) { in GetPartitionedView()428 type_new_package_index.insert(type_index_iter, std::make_pair(type.type, start_index)); in GetPartitionedView()435 const size_t index = type_index_iter->second; in GetPartitionedView()