Home | History | Annotate | Download | only in debug

Lines Matching refs:StringPiece

28 BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key,
29 const base::StringPiece& value);
30 BASE_EXPORT void ClearCrashKey(const base::StringPiece& key);
33 BASE_EXPORT void SetCrashKeyToStackTrace(const base::StringPiece& key,
39 BASE_EXPORT void SetCrashKeyFromAddresses(const base::StringPiece& key,
47 ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value);
77 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);
81 typedef void (*SetCrashKeyValueFuncT)(const base::StringPiece&,
82 const base::StringPiece&);
83 typedef void (*ClearCrashKeyValueFuncT)(const base::StringPiece&);
95 const base::StringPiece& value,