Searched refs:json_str (Results 1 – 3 of 3) sorted by relevance
358 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson() local377 json_str.object([&] { in DumpTraceInfoAsJson()380 json_str.attribute("tid", tid); in DumpTraceInfoAsJson()410 json_str.attribute( in DumpTraceInfoAsJson()423 json_str.attribute(kind, count); in DumpTraceInfoAsJson()431 json_str.attribute( in DumpTraceInfoAsJson()434 json_str.attribute( in DumpTraceInfoAsJson()448 json_str.attribute( in DumpTraceInfoAsJson()451 json_str.attribute( in DumpTraceInfoAsJson()454 json_str.attribute("totalPSBBlocks", in DumpTraceInfoAsJson()[all …]
5215 StreamString json_str; in ParseStructuredDataPacket() local5216 json_sp->Dump(json_str, true); in ParseStructuredDataPacket()5217 json_str.Flush(); in ParseStructuredDataPacket()5221 __FUNCTION__, json_str.GetData()); in ParseStructuredDataPacket()
207 std::string json_str = in GetStatistics() local211 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()