Searched defs:SetDoubleWithCopiedName (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/base/trace_event/ | ||
H A D | traced_value.cc | 121 void SetDoubleWithCopiedName(std::string_view name, double value) override { in SetDoubleWithCopiedName() function in base::trace_event::__anon04ea65cd0111::PickleWriter |
H A D | trace_event_stub.h | 111 void SetDoubleWithCopiedName(std::string_view name, double value) {} in SetDoubleWithCopiedName() function |
/aosp_15_r20/external/libchrome/base/trace_event/ | ||
H A D | trace_event_argument.cc | 110 void TracedValue::SetDoubleWithCopiedName(base::StringPiece name, in SetDoubleWithCopiedName() function in base::trace_event::TracedValue |