Home
last modified time | relevance | path

Searched defs:ShouldProcessOnEventRecord (Results 1 – 2 of 2) sorted by relevance

/external/cronet/components/metrics/structured/
Ddelegating_events_processor.cc16 bool DelegatingEventsProcessor::ShouldProcessOnEventRecord(const Event& event) { in ShouldProcessOnEventRecord() function in metrics::structured::DelegatingEventsProcessor
Dstructured_metrics_recorder_unittest.cc792 bool ShouldProcessOnEventRecord(const Event& event) override { return true; } in ShouldProcessOnEventRecord() function in metrics::structured::TestProcessor