HomeSort by relevance Sort by last modified time
    Searched refs:set_sink (Results 1 - 5 of 5) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.h 95 stub_.set_sink(std::move(impl));
  /external/libmojo/mojo/public/cpp/bindings/
associated_binding.h 101 explicit AssociatedBinding(ImplPointerType impl) { stub_.set_sink(impl); }
  /external/perfetto/src/traced/probes/
probes_producer.h 96 void set_sink(std::unique_ptr<FtraceSink> sink) { sink_ = std::move(sink); } function in class:perfetto::ProbesProducer::SinkDelegate
probes_producer.cc 195 delegate->set_sink(std::move(sink));
  /external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 314 stub.set_sink(&impl);

Completed in 109 milliseconds