Searched defs:sampled_item_and_weight (Results 1 – 3 of 3) sorted by relevance
56 std::optional<std::pair<int64_t, int>> sampled_item_and_weight() const { in sampled_item_and_weight() function
104 const auto& sampled_item_and_weight = compactor_stack_.sampled_item_and_weight(); in SerializeToProto() local
190 std::optional<std::pair<const int64_t, int64_t>> CompactorStack::sampled_item_and_weight() const { in sampled_item_and_weight() function in dist_proc::aggregation::internal::CompactorStack