Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h1075 MDLocationDescriptor list_annotations; member
/external/google-breakpad/src/processor/
Dminidump.cc4935 Swap(&module_crashpad_info.list_annotations); in Read()
4939 std::vector<std::string> list_annotations; in Read() local
4940 if (module_crashpad_info.list_annotations.data_size) { in Read()
4942 module_crashpad_info.list_annotations.rva, in Read()
4943 &list_annotations)) { in Read()
4964 module_crashpad_info_list_annotations_.push_back(list_annotations); in Read()