Home
last modified time | relevance | path

Searched defs:AnnotationList (Results 1 – 24 of 24) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A DAnnotationList.h38 typedef struct AnnotationList struct
41 struct AnnotationList *next; argument
48 * <tt>AnnotationList::inadequacyNode->contributionCount</tt>. argument
77 } AnnotationList; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/client/
H A Dannotation_list_test.cc45 class AnnotationList : public testing::Test { class
89 TEST_F(AnnotationList, SetAndClear) { in TEST_F() argument
113 TEST_F(AnnotationList, DuplicateKeys) { in TEST_F() argument
151 TEST_F(AnnotationList, MultipleThreads) { in TEST_F() argument
H A Dannotation_list.cc22 AnnotationList::AnnotationList() in AnnotationList() function in crashpad::AnnotationList
H A Dannotation.h33 class AnnotationList; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/client/
H A Dannotation_list_test.cc45 class AnnotationList : public testing::Test { class
89 TEST_F(AnnotationList, SetAndClear) { in TEST_F() argument
113 TEST_F(AnnotationList, DuplicateKeys) { in TEST_F() argument
151 TEST_F(AnnotationList, MultipleThreads) { in TEST_F() argument
H A Dannotation_list.cc22 AnnotationList::AnnotationList() in AnnotationList() function in crashpad::AnnotationList
H A Dannotation.h33 class AnnotationList; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/crashpad_types/
H A Dimage_annotation_reader.cc45 struct AnnotationList { struct
46 typename Traits::Address tail_pointer;
47 Annotation<Traits> head;
48 Annotation<Traits> tail;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/crashpad_types/
H A Dimage_annotation_reader.cc45 struct AnnotationList { struct
46 typename Traits::Address tail_pointer;
47 Annotation<Traits> head;
48 Annotation<Traits> tail;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/win/
H A Dpe_image_annotations_reader.cc43 struct AnnotationList { struct
44 typename Traits::Pointer tail_pointer;
45 Annotation<Traits> head;
46 Annotation<Traits> tail;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/win/
H A Dpe_image_annotations_reader.cc44 struct AnnotationList { struct
45 typename Traits::Pointer tail_pointer;
46 Annotation<Traits> head;
47 Annotation<Traits> tail;
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dannotation.h23 typedef std::vector<Annotation> AnnotationList; typedef
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dannotation.h23 typedef std::vector<Annotation> AnnotationList; typedef
/dports/textproc/zorba/zorba-2.7.0/src/annotations/
H A Dannotations.h33 class AnnotationList; variable
45 friend class AnnotationList; variable
H A Dannotations.cpp318 AnnotationList::AnnotationList() in AnnotationList() function in zorba::AnnotationList
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A Dglobals.h90 typedef struct annotationList_st AnnotationList; typedef
/dports/biology/velvet/velvet_1.2.10/src/
H A Dglobals.h121 typedef struct annotationList_st AnnotationList; typedef
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A Dglobals.h126 typedef struct annotationList_st AnnotationList; typedef
/dports/www/matomo/piwik/plugins/Annotations/
H A DAnnotationList.php34 class AnnotationList class
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/src/
H A DMetadata.cc616 MusicBrainz5::CAnnotationList *MusicBrainz5::CMetadata::AnnotationList() const in AnnotationList() function in MusicBrainz5::CMetadata
/dports/textproc/zorba/zorba-2.7.0/src/common/
H A Dshared_types.h90 class AnnotationList; variable
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/tests/
H A Dctest.c231 Mb5AnnotationList AnnotationList=0; in CompileTest() local
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLList.java20 static class AnnotationList class in XMLList
25 AnnotationList () in AnnotationList() method in XMLList.AnnotationList
/dports/math/py-or-tools/or-tools-9.2/ortools/flatzinc/
H A Dmodel.cc828 Annotation Annotation::AnnotationList(std::vector<Annotation> list) { in AnnotationList() function in operations_research::fz::Annotation