Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h430 virtual MinidumpThreadName* GetThreadNameAtIndex(unsigned int index) const;
/external/google-breakpad/src/processor/
Dminidump_processor.cc223 MinidumpThreadName* thread_name = thread_names->GetThreadNameAtIndex(thread_name_index); in Process()
Dminidump.cc2224 MinidumpThreadName* MinidumpThreadNameList::GetThreadNameAtIndex( in GetThreadNameAtIndex() function in google_breakpad::MinidumpThreadNameList