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 {
27 BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key,
28 const base::StringPiece& value);
29 BASE_EXPORT void ClearCrashKey(const base::StringPiece& key);
32 BASE_EXPORT void SetCrashKeyToStackTrace(const base::StringPiece& key,
38 BASE_EXPORT void SetCrashKeyFromAddresses(const base::StringPiece& key,
46 ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value);
76 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);
78 typedef void (*SetCrashKeyValueFuncT)(const base::StringPiece&,
79 const base::StringPiece&);
80 typedef void (*ClearCrashKeyValueFuncT)(const base::StringPiece&);
92 const base::StringPiece& value,
99 } // namespace base