Home
last modified time | relevance | path

Searched refs:FetchContentTypeIterator (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/pregenerated/
H A Dfetch.h104 class FetchContentTypeIterator : public NaryBaseIterator<FetchContentTypeIterator, PlanIteratorStat…
107 SERIALIZABLE_CLASS(FetchContentTypeIterator);
109 SERIALIZABLE_CLASS_CONSTRUCTOR2T(FetchContentTypeIterator,
110 NaryBaseIterator<FetchContentTypeIterator, PlanIteratorState>);
114 FetchContentTypeIterator( in FetchContentTypeIterator() function
119 NaryBaseIterator<FetchContentTypeIterator, PlanIteratorState>(sctx, loc, children) in FetchContentTypeIterator()
122 virtual ~FetchContentTypeIterator();
H A Dfetch.cpp92 SERIALIZABLE_CLASS_VERSIONS(FetchContentTypeIterator) in SERIALIZABLE_CLASS_VERSIONS() argument
94 void FetchContentTypeIterator::serialize(::zorba::serialization::Archiver& ar) in SERIALIZABLE_CLASS_VERSIONS()
97 (NaryBaseIterator<FetchContentTypeIterator, PlanIteratorState>*)this); in SERIALIZABLE_CLASS_VERSIONS()
101 void FetchContentTypeIterator::accept(PlanIterVisitor& v) const in accept()
114 FetchContentTypeIterator::~FetchContentTypeIterator() {} in ~FetchContentTypeIterator()
/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_fetch.cpp61 return new FetchContentTypeIterator(sctx, loc, argv); in codegen()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/
H A Dfetch_impl.cpp214 FetchContentTypeIterator::nextImpl( in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.h292 void beginVisit( const FetchContentTypeIterator& );
293 void endVisit ( const FetchContentTypeIterator& );
H A Dplaniter_visitor.h194 class FetchContentTypeIterator; variable
983 virtual void beginVisit ( const FetchContentTypeIterator& ) = 0;
984 virtual void endVisit ( const FetchContentTypeIterator& ) = 0;
H A Dprinter_visitor.cpp1099 void PrinterVisitor::beginVisit ( const FetchContentTypeIterator& a) { in beginVisit()
1105 void PrinterVisitor::endVisit ( const FetchContentTypeIterator& ) { in endVisit() argument