Home
last modified time | relevance | path

Searched refs:GetValueFromNote (Results 1 – 1 of 1) sorted by relevance

/device/google/dragon/crash_collector/
Dcoredump_writer.cc51 T GetValueFromNote(const google_breakpad::ElfCoreDump::Note& note, in GetValueFromNote() function
297 const long file_count = GetValueFromNote<long>(note, 0, kInvalidValue); in GetFileMappings()
298 const long page_size = GetValueFromNote<long>(note, sizeof(long), in GetFileMappings()
307 const long start = GetValueFromNote<long>( in GetFileMappings()
309 const long end = GetValueFromNote<long>( in GetFileMappings()
311 const long offset = GetValueFromNote<long>( in GetFileMappings()
323 const char c = GetValueFromNote<char>(note, filename_pos++, 0); in GetFileMappings()