Home
last modified time | relevance | path

Searched defs:IndexedCollection (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/zotero/
H A DZoteroCollections.cpp67 struct IndexedCollection struct
69 bool empty() const { return file.empty(); } in empty()
70 int version;
71 std::string file;
72 std::string key;
73 std::string parentKey;
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/
H A DIndexed.hs38 class IndexedCollection c where constructor