Home | History | Annotate | Download | only in debug

Lines Matching refs:StringPiece

22 typedef std::map<base::StringPiece, CrashKey> CrashKeyMap;
47 void SetCrashKeyValue(const base::StringPiece& key,
48 const base::StringPiece& value) {
79 void ClearCrashKey(const base::StringPiece& key) {
96 void SetCrashKeyToStackTrace(const base::StringPiece& key,
103 void SetCrashKeyFromAddresses(const base::StringPiece& key,
130 ScopedCrashKey::ScopedCrashKey(const base::StringPiece& key,
131 const base::StringPiece& value)
164 const CrashKey* LookupCrashKey(const base::StringPiece& key) {
181 const base::StringPiece& value,