Lines Matching refs:string
41 #include <string>
59 void Init(uint64_t base_address, const string &contents) {
101 string contents_;
107 const string &code_file, const string &version)
112 string code_file() const { return code_file_; }
113 string code_identifier() const { return code_file_; }
114 string debug_file() const { return code_file_; }
115 string debug_identifier() const { return code_file_; }
116 string version() const { return version_; }
124 string code_file_;
125 string version_;
173 string *symbol_file));
176 string *symbol_file,
177 string *symbol_data));
180 string *symbol_file,
185 // Copies the passed string contents into a newly allocated buffer.
187 char* CopySymbolDataAndOwnTheCopy(const std::string &info,