OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChunkCrashKeyValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/debug/
crash_logging_unittest.cc
140
using base::debug::
ChunkCrashKeyValue
;
145
ChunkCrashKeyValue
(key, "hello world", 64);
150
results =
ChunkCrashKeyValue
(key, "hi", 10);
156
results =
ChunkCrashKeyValue
(key, "foobar", 3);
162
results =
ChunkCrashKeyValue
(key, "foobared", 3);
169
results =
ChunkCrashKeyValue
(key, "hello world", 3);
crash_logging.h
93
BASE_EXPORT std::vector<std::string>
ChunkCrashKeyValue
(
crash_logging.cc
65
ChunkCrashKeyValue
(*crash_key, value, g_chunk_max_length_);
180
std::vector<std::string>
ChunkCrashKeyValue
(const CrashKey& crash_key,
Completed in 42 milliseconds