Home
last modified time | relevance | path

Searched refs:ConstChars (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/include/perfetto/protozero/
Dfield.h40 struct ConstChars { struct
127 ConstChars as_string() const { in as_string()
130 return ConstChars{reinterpret_cast<const char*>(data()), size_}; in as_string()
174 void get(ConstChars* val) const { *val = as_string(); } in get()
/external/perfetto/include/perfetto/tracing/
Dtrack_event_state_tracker.h106 protozero::ConstChars category{};
107 protozero::ConstChars name{};
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser.h82 const protozero::ConstChars& value) = 0;
87 const protozero::ConstChars& value) = 0;
Dproto_to_args_parser_unittest.cc70 void AddString(const Key& key, const protozero::ConstChars& value) override { in AddString()
95 void AddJson(const Key& key, const protozero::ConstChars& value) override { in AddJson()
350 protozero::ConstChars{"file", 4}); in TEST_F()
Dproto_to_args_parser.cc228 protozero::ConstChars{opt_enum_string->data(), in ParseSimpleField()
/external/perfetto/src/tracing/
Dtrack_event_state_tracker.cc60 protozero::ConstChars category{}; in ProcessTracePacket()
71 protozero::ConstChars name{}; in ProcessTracePacket()
Dconsole_interceptor.cc403 protozero::ConstChars name{}; in PrintDebugAnnotationName()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc90 void AddString(const Key& key, const protozero::ConstChars& value) final { in AddString()
110 void AddJson(const Key& key, const protozero::ConstChars& value) final { in AddJson()
251 std::vector<protozero::ConstChars> category_strings; in ParseTrackEventCategory()
291 for (const protozero::ConstChars& cat : category_strings) { in ParseTrackEventCategory()
/external/perfetto/test/stress_test/
Dstress_test.cc380 protozero::ConstChars payload_str = *it; in ParseTracePacket()
/external/perfetto/src/protozero/
Dproto_decoder_unittest.cc117 auto it = decoder.GetRepeated<ConstChars>(1); in TEST()