Home | History | Annotate | Download | only in debug

Lines Matching defs:base

11 #include "base/base_export.h"
12 #include "base/basictypes.h"
13 #include "base/strings/string_piece.h"
21 namespace base {
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,
102 } // namespace base