Lines Matching defs:string
23 static const std::vector<std::string> EXT_FEATURE_NAMES = {
31 static const std::vector<std::string> FEATURE_NAMES = {
43 std::string PerfFileSection::GetFeatureName(FEATURE featureId)
88 bool PerfFileSection::Write(const std::string &str)
131 bool PerfFileSection::Read(std::string &value)
171 uint32_t PerfFileSection::SizeOf(std::string &string)
173 return sizeof(uint32_t) + string.size() + 1; /* '\0' */
183 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString)
203 const std::string PerfFileSectionString::ToString() const