Home
last modified time | relevance | path

Searched refs:SizeOf (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dperf_file_format.cpp161 uint32_t PerfFileSection::SizeOf(std::string &string) in SizeOf() function in OHOS::Developtools::HiPerf::PerfFileSection
194 return SizeOf(stdString_); in GetSize()
208 size += SizeOf(symbolFileStruct.filePath_); in GetSize()
212 size += SizeOf(symbolFileStruct.buildId_); in GetSize()
218 size += SizeOf(symbolStruct.symbolName_); in GetSize()
478 size += SizeOf(eventDesc.name); in GetSize()
/developtools/hiperf/include/
Dperf_file_format.h161 uint32_t SizeOf(std::string &string);