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