Searched refs:ConstChars (Results 1 – 10 of 10) sorted by relevance
40 struct ConstChars { struct127 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()
106 protozero::ConstChars category{};107 protozero::ConstChars name{};
82 const protozero::ConstChars& value) = 0;87 const protozero::ConstChars& value) = 0;
70 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()
228 protozero::ConstChars{opt_enum_string->data(), in ParseSimpleField()
60 protozero::ConstChars category{}; in ProcessTracePacket()71 protozero::ConstChars name{}; in ProcessTracePacket()
403 protozero::ConstChars name{}; in PrintDebugAnnotationName()
90 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()
380 protozero::ConstChars payload_str = *it; in ParseTracePacket()
117 auto it = decoder.GetRepeated<ConstChars>(1); in TEST()