Searched refs:STACK_INFO_LAST (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver_types.h144 static const int kNumberMaps_ = 5 + WindowsFrameInfo::STACK_INFO_LAST;
162 windows_frame_info_[WindowsFrameInfo::STACK_INFO_LAST];
H A Dmodule_serializer.cc62 for (int i = 0; i < WindowsFrameInfo::STACK_INFO_LAST; ++i)
94 for (int i = 0; i < WindowsFrameInfo::STACK_INFO_LAST; ++i)
H A Dwindows_frame_info.h76 STACK_INFO_LAST, // must be the last sequentially-numbered item enumerator in enum:google_breakpad::WindowsFrameInfo::StackInfoTypes
130 if (type < 0 || type > STACK_INFO_LAST - 1)
H A Dbasic_source_line_resolver_types.h154 windows_frame_info_[WindowsFrameInfo::STACK_INFO_LAST];
H A Dfast_source_line_resolver.cc177 for (int i = 0; i < WindowsFrameInfo::STACK_INFO_LAST; ++i)
H A Dmodule_comparer.cc146 for (int i = 0; i < WindowsFrameInfo::STACK_INFO_LAST; ++i) {

Completed in 236 milliseconds