Home | History | Annotate | Download | only in core

Lines Matching defs:TracingServiceImpl

58 class TracingServiceImpl : public TracingService {
75 TracingServiceImpl*,
120 friend class TracingServiceImpl;
128 TracingServiceImpl* const service_;
164 ConsumerEndpointImpl(TracingServiceImpl*,
192 friend class TracingServiceImpl;
201 TracingServiceImpl* const service_;
217 explicit TracingServiceImpl(std::unique_ptr<SharedMemory::Factory>,
219 ~TracingServiceImpl() override;
480 TracingServiceImpl(const TracingServiceImpl&) = delete;
481 TracingServiceImpl& operator=(const TracingServiceImpl&) = delete;
557 base::WeakPtrFactory<TracingServiceImpl>