Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dperf_file_format.cpp171 uint32_t PerfFileSection::SizeOf(std::string &string) in SizeOf() function in OHOS::Developtools::HiPerf::PerfFileSection
200 return SizeOf(stdString_);
214 size += SizeOf(symbolFileStruct.filePath_);
218 size += SizeOf(symbolFileStruct.buildId_);
224 size += SizeOf(symbolStruct.symbolName_);
527 size += SizeOf(eventDesc.name);
/developtools/hiperf/include/
H A Dperf_file_format.h150 uint32_t SizeOf(std::string &string);

Completed in 2 milliseconds