Searched refs:set_sink (Results 1 – 5 of 5) sorted by relevance
102 stub_.set_sink(std::move(impl)); in AssociatedBinding()143 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
105 stub_.set_sink(std::move(impl)); in BindingState()129 stub_.set_sink(std::move(new_impl)); in SwapImplForTesting()
20 void set_sink(ImplPointerType sink) { sink_ = std::move(sink); }
2745 int set_sink; member2866 if (data->set_sink) in extract_sink_source()2919 data->set_sink = 1; in collect_sink_source()2926 data->set_sink = 0; in collect_sink_source()2934 data->set_sink = 0; in collect_sink_source()
297 stub.set_sink(&impl); in Accept()