Home
last modified time | relevance | path

Searched refs:StreamFormat (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_params.h1101 StreamFormat GetStreamFormat() const in GetStreamFormat()
1106 StartParams &SetStreamFormat(const StreamFormat &streamFormat) in SetStreamFormat()
1192 std::optional<StreamFormat> streamFormat_ {};
Dpt_events.h1251 StreamFormat *GetTraceFormat() const in GetTraceFormat()
1259 TracingComplete &SetTraceFormat(std::unique_ptr<StreamFormat> traceFormat) in SetTraceFormat()
1297 std::optional<std::unique_ptr<StreamFormat>> traceFormat_ {};
Dpt_types.h2611 using StreamFormat = std::string; variable
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp501 auto traceFormat = std::make_unique<StreamFormat>(); in HWTEST_F_L0()