Lines Matching refs:string

41 #include <string>
71 virtual bool FindFileByName(const string& filename,
77 virtual bool FindFileContainingSymbol(const string& symbol_name,
84 virtual bool FindFileContainingExtension(const string& containing_type,
98 virtual bool FindAllExtensionNumbers(const string& extendee_type,
143 bool FindFileByName(const string& filename,
145 bool FindFileContainingSymbol(const string& symbol_name,
147 bool FindFileContainingExtension(const string& containing_type,
150 bool FindAllExtensionNumbers(const string& extendee_type,
166 bool AddSymbol(const string& name, Value value);
172 Value FindFile(const string& filename);
173 Value FindSymbol(const string& name);
174 Value FindExtension(const string& containing_type, int field_number);
175 bool FindAllExtensionNumbers(const string& containing_type,
179 map<string, Value> by_name_;
180 map<string, Value> by_symbol_;
181 map<pair<string, int>, Value> by_extension_;
236 typename map<string, Value>::iterator FindLastLessOrEqual(
237 const string& name);
242 bool IsSubSymbol(const string& sub_symbol, const string& super_symbol);
246 bool ValidateSymbolName(const string& name);
284 bool FindNameOfFileContainingSymbol(const string& symbol_name,
285 string* output);
288 bool FindFileByName(const string& filename,
290 bool FindFileContainingSymbol(const string& symbol_name,
292 bool FindFileContainingExtension(const string& containing_type,
295 bool FindAllExtensionNumbers(const string& extendee_type,
317 bool FindFileByName(const string& filename,
319 bool FindFileContainingSymbol(const string& symbol_name,
321 bool FindFileContainingExtension(const string& containing_type,
324 bool FindAllExtensionNumbers(const string& extendee_type,
346 bool FindFileByName(const string& filename,
348 bool FindFileContainingSymbol(const string& symbol_name,
350 bool FindFileContainingExtension(const string& containing_type,
355 bool FindAllExtensionNumbers(const string& extendee_type,