Searched refs:num_new_interfaces (Results 1 – 1 of 1) sorted by relevance
7041 size_t num_new_interfaces = 0u; in FindNewIfTableInterfaces() local7044 if (UNLIKELY(num_new_interfaces == current_storage.size())) { in FindNewIfTableInterfaces()7046 supplemental_storage->resize(2u * num_new_interfaces); in FindNewIfTableInterfaces()7048 std::copy_n(current_storage.data(), num_new_interfaces, supplemental_storage->data()); in FindNewIfTableInterfaces()7052 current_storage[num_new_interfaces] = {direct_interface_index, direct_interface_iface_index}; in FindNewIfTableInterfaces()7053 ++num_new_interfaces; in FindNewIfTableInterfaces()7093 return ArrayRef<const NewInterfaceReference>(current_storage.data(), num_new_interfaces); in FindNewIfTableInterfaces()