Searched refs:proxied_throws_idx (Results 1 – 1 of 1) sorted by relevance
4970 std::vector<size_t> proxied_throws_idx; in CreateProxyClass() local4972 proxied_throws_idx.reserve(h_methods->GetLength()); in CreateProxyClass()4978 proxied_throws_idx.push_back(idx); in CreateProxyClass()5003 for (auto [orig_idx, new_idx] : ZipCount(MakeIterationRange(proxied_throws_idx))) { in CreateProxyClass()