Home
last modified time | relevance | path

Searched refs:GetStringIndexNoWrite (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp38 return dataDict_.GetStringIndexNoWrite(str); in GetConstDataIndex()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
Dcommon_stdtype.h64 DataIndex GetStringIndexNoWrite(std::string_view str) const;
Dcommon_stdtype.cpp96 DataIndex DataDict::GetStringIndexNoWrite(std::string_view str) const in GetStringIndexNoWrite() function in SysTuning::TraceStdtype::DataDict