Lines Matching full:sourcefile
19 class SourceFile {
21 SourceFile();
24 explicit SourceFile(const base::StringPiece& p);
26 ~SourceFile();
62 bool operator==(const SourceFile& other) const {
65 bool operator!=(const SourceFile& other) const {
68 bool operator<(const SourceFile& other) const {
83 template<> struct hash<SourceFile> {
84 std::size_t operator()(const SourceFile& v) const {
90 inline size_t hash_value(const SourceFile& v) {