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

  /external/perfetto/src/tracing/test/
tracing_integration_test.cc 190 auto writers = GetWriters(producer_id);
193 if (writers != GetWriters(producer_id)) {
203 const std::map<WriterID, BufferID>& GetWriters(ProducerID producer_id) {
  /external/perfetto/src/tracing/core/
tracing_service_impl_unittest.cc 134 const std::map<WriterID, BufferID>& GetWriters(ProducerID producer_id) {
163 auto writers = GetWriters(producer_id);
166 if (writers != GetWriters(producer_id)) {
    [all...]

Completed in 164 milliseconds