Lines Matching refs:string
46 #include <string>
55 using std::string;
80 explicit Reporter(const string &filename) : filename_(filename) { }
99 string filename_;
165 string name;
199 string section_name; // section[_64].sectname
201 string segment_name; // section[_64].segname
222 typedef map<string, Section> SectionMap;
238 explicit Reporter(const string &filename) : filename_(filename) { }
280 virtual void SectionsMissing(const string &name);
284 virtual void MisplacedSegmentData(const string &name);
288 virtual void MisplacedSectionData(const string §ion,
289 const string &segment);
300 string filename_;
406 bool FindSegment(const string &name, Segment *segment) const;