Searched refs:GetValueFromNote (Results 1 – 1 of 1) sorted by relevance
51 T GetValueFromNote(const google_breakpad::ElfCoreDump::Note& note, in GetValueFromNote() function296 const long file_count = GetValueFromNote<long>(note, 0, kInvalidValue); in GetFileMappings()297 const long page_size = GetValueFromNote<long>(note, sizeof(long), in GetFileMappings()306 const long start = GetValueFromNote<long>( in GetFileMappings()308 const long end = GetValueFromNote<long>( in GetFileMappings()310 const long offset = GetValueFromNote<long>( in GetFileMappings()322 const char c = GetValueFromNote<char>(note, filename_pos++, 0); in GetFileMappings()