Lines Matching refs:SourceFile
20 class SourceFile {
24 SourceFile();
27 explicit SourceFile(const base::StringPiece& p);
31 SourceFile(SwapIn, std::string* value);
33 ~SourceFile();
69 bool operator==(const SourceFile& other) const {
72 bool operator!=(const SourceFile& other) const {
75 bool operator<(const SourceFile& other) const {
79 void swap(SourceFile& other) {
94 template<> struct hash<SourceFile> {
95 std::size_t operator()(const SourceFile& v) const {
101 inline size_t hash_value(const SourceFile& v) {
108 inline void swap(SourceFile& lhs, SourceFile& rhs) {