Lines Matching refs:string
80 #include <string>
97 explicit SimpleSymbolSupplier(const string &path) : paths_(1, path) {}
101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {}
109 string *symbol_file);
113 string *symbol_file,
114 string *symbol_data);
120 string *symbol_file,
130 const string &root_path,
131 string *symbol_file);
134 map<string, char *> memory_buffers_;
135 vector<string> paths_;