/dports/textproc/zorba/zorba-2.7.0/src/store/naive/ |
H A D | simple_collection_set.h | 37 ITEM_PTR_HASH_MAP(zorba::store::Collection_t, Set); 54 insert(const store::Item* aName, store::Collection_t& aCollection); 59 store::Collection_t& aCollection, 97 next(zorba::store::Collection_t&);
|
H A D | simple_collection_set.cpp | 54 SimpleCollectionSetIterator::next(zorba::store::Collection_t& aResult) in next() 119 store::Collection_t& collection) in insert() 129 store::Collection_t& collection, in get() 147 store::Collection_t lColl; in remove()
|
H A D | collection_set.h | 44 insert(const store::Item* name, store::Collection_t& collection) = 0; 49 store::Collection_t& collection, 77 next(store::Collection_t&) = 0;
|
H A D | store.h | 275 virtual store::Collection_t createCollection( 281 virtual void addCollection(store::Collection_t& collection); 285 virtual store::Collection_t getCollection(const store::Item* name, bool isDynamic);
|
H A D | simple_store.cpp | 245 store::Collection_t SimpleStore::createCollection( in createCollection() 254 store::Collection_t collection(new SimpleCollection(name, in createCollection()
|
H A D | simple_store.h | 62 store::Collection_t createCollection(
|
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/ |
H A D | collections_impl.cpp | 66 store::Collection_t& coll) in getCollection() 136 store::Collection_t coll; in nextImpl() 231 store::Collection_t coll; in nextImpl() 271 store::Collection_t coll; in getW3CCollection() 382 store::Collection_t collection; in nextImpl() 470 store::Collection_t collection; in nextImpl() 509 store::Collection_t collection; in nextImpl() 631 store::Collection_t collection; in nextImpl() 1858 store::Collection_t collection; in nextImpl() 1889 store::Collection_t collection; in nextImpl() [all …]
|
H A D | collections_impl.h | 75 store::Collection_t getZorbaCollection(PlanState& planState) const; 77 store::Collection_t getW3CCollection(PlanState& planState) const;
|
H A D | collections_base.h | 67 getCollection(const store::Item_t& name, store::Collection_t& coll) const = 0; 77 store::Collection_t collection; in checkCollectionAndCopyNodes()
|
/dports/textproc/zorba/zorba-2.7.0/src/context/ |
H A D | uri_resolver.h | 154 CollectionResource(const store::Collection_t& aCollection); 158 store::Collection_t 162 store::Collection_t theCollection;
|
H A D | uri_resolver.cpp | 94 (const store::Collection_t& aCollection) in CollectionResource() 99 store::Collection_t
|
H A D | default_url_resolvers.cpp | 136 store::Collection_t lColl = GENV_STORE.getCollection(lName.getp(), true); in resolveURL()
|
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/pregenerated/ |
H A D | collections.h | 68 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 393 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 429 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 465 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 501 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 540 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 590 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 640 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 690 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… 740 …const StaticallyKnownCollection* getCollection(const store::Item_t& name, store::Collection_t& col… [all …]
|
/dports/textproc/zorba/zorba-2.7.0/src/api/ |
H A D | staticcollectionmanagerimpl.h | 114 virtual Collection_t 194 virtual Collection_t
|
H A D | collectionmanagerimpl.h | 115 virtual Collection_t
|
/dports/textproc/zorba/zorba-2.7.0/src/runtime/introspection/ |
H A D | dctx_impl.cpp | 41 store::Collection_t getCollection( 60 store::Collection_t lCollection; in nextImpl()
|
/dports/textproc/zorba/zorba-2.7.0/include/zorba/ |
H A D | collection_manager.h | 76 virtual Collection_t
|
H A D | api_shared_types.h | 63 typedef zorba::SmartPtr<Collection> Collection_t; typedef
|
/dports/textproc/zorba/zorba-2.7.0/swig/ |
H A D | Collection.h | 32 zorba::Collection_t theCollection;
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/ |
H A D | collection.hxx | 45 Collection_t; typedef 48 class Collection : public Collection_t
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/ |
H A D | collection.hxx | 48 Collection_t; typedef 51 class Collection : public Collection_t
|
/dports/textproc/zorba/zorba-2.7.0/src/store/api/ |
H A D | shared_types.h | 69 typedef rchandle<Collection> Collection_t; typedef
|
H A D | store.h | 273 virtual Collection_t getCollection(const Item* name, bool isDynamic) = 0;
|
/dports/textproc/zorba/zorba-2.7.0/test/unit/ |
H A D | staticcollectionmanager.cpp | 136 Collection_t lCollection = lColMgr->getCollection(lCollName2); in staticcollectionamanger2() 210 Collection_t lColl = lColMgr->getCollection(lCollName2); in staticcollectionamanger3() 280 Collection_t lCollection = aColMgr->getCollection(lCollName); in check_types()
|
/dports/textproc/zorba/zorba-2.7.0/test/ |
H A D | test_store.cpp | 168 store::Collection_t coll1; in main() 169 store::Collection_t coll2; in main()
|