Searched defs:AddBoolean (Results 1 – 7 of 7) sorted by relevance
128 void HistogramBase::AddBoolean(bool value) { in AddBoolean() function in base::HistogramBase
89 void AddBoolean(const Key& key, bool value) override { in AddBoolean() function in perfetto::trace_processor::util::__anone2123b760111::DebugAnnotationParserTest
89 void AddBoolean(const Key& key, bool value) override { in AddBoolean() function in perfetto::trace_processor::util::__anonb30e1b970111::ProtoToArgsParserTest
324 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
330 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
768 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { in AddBoolean() function in webrtc::StatsReport
114 void AddBoolean(const Key& key, bool value) final { in AddBoolean() function in perfetto::trace_processor::__anon389a66560111::TrackEventArgsParser