Lines Matching refs:string
8 #include <string>
19 // of a given file (in string form). The Highlighter will split the source into
30 std::string GetBeforeFeature() const;
33 std::string GetFeature() const;
37 std::string GetAfterFeature() const;
44 explicit FileHighlighter(const std::string& contents);
47 std::string contents_;
73 ManifestHighlighter(const std::string& manifest,
74 const std::string& key,
75 const std::string& specific /* optional */);
81 void Parse(const std::string& key, const std::string& specific);
87 bool FindBounds(const std::string& feature, bool enforce_at_top_level);
90 void FindBoundsEnd(const std::string& feature, size_t local_start);
99 SourceHighlighter(const std::string& source, size_t line_number);