Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1196 struct AnnotationObject { struct
1206 const std::vector<std::vector<AnnotationObject>>* argument
1229 std::vector<std::vector<AnnotationObject>>
1348 std::vector<MinidumpCrashpadInfo::AnnotationObject>* annotations_list);
/external/google-breakpad/src/processor/
Dminidump_unittest.cc150 const std::vector<std::vector<MinidumpCrashpadInfo::AnnotationObject>>* in TEST_F()
155 std::vector<MinidumpCrashpadInfo::AnnotationObject> annotation_objects = in TEST_F()
161 MinidumpCrashpadInfo::AnnotationObject annotation_object = in TEST_F()
Dminidump.cc5432 std::vector<MinidumpCrashpadInfo::AnnotationObject> annotation_objects; in Read()
5495 for (const AnnotationObject& annot : crashpad_annots) { in Print()
6322 std::vector<MinidumpCrashpadInfo::AnnotationObject>* annotations_list) { in ReadCrashpadAnnotationsList()
6380 MinidumpCrashpadInfo::AnnotationObject object = {annotation.type, name, in ReadCrashpadAnnotationsList()