Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/pregenerated/
H A Dfetch.h40 class FetchContentIterator : public NaryBaseIterator<FetchContentIterator, PlanIteratorState>
43 SERIALIZABLE_CLASS(FetchContentIterator);
45 SERIALIZABLE_CLASS_CONSTRUCTOR2T(FetchContentIterator,
46 NaryBaseIterator<FetchContentIterator, PlanIteratorState>);
50 FetchContentIterator( in FetchContentIterator() function
55 NaryBaseIterator<FetchContentIterator, PlanIteratorState>(sctx, loc, children) in FetchContentIterator()
58 virtual ~FetchContentIterator();
H A Dfetch.cpp36 SERIALIZABLE_CLASS_VERSIONS(FetchContentIterator) in SERIALIZABLE_CLASS_VERSIONS() argument
38 void FetchContentIterator::serialize(::zorba::serialization::Archiver& ar) in SERIALIZABLE_CLASS_VERSIONS()
41 (NaryBaseIterator<FetchContentIterator, PlanIteratorState>*)this); in SERIALIZABLE_CLASS_VERSIONS()
45 void FetchContentIterator::accept(PlanIterVisitor& v) const in accept()
58 FetchContentIterator::~FetchContentIterator() {} in ~FetchContentIterator()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/
H A Dfetch_impl.cpp111 FetchContentIterator::destroyStream(std::istream& aStream) in destroyStream()
117 FetchContentIterator::nextImpl( in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_fetch.cpp41 return new FetchContentIterator(sctx, loc, argv); in codegen()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.h286 void beginVisit( const FetchContentIterator& );
287 void endVisit ( const FetchContentIterator& );
H A Dplaniter_visitor.h190 class FetchContentIterator; variable
977 virtual void beginVisit ( const FetchContentIterator& ) = 0;
978 virtual void endVisit ( const FetchContentIterator& ) = 0;
H A Dprinter_visitor.cpp1071 void PrinterVisitor::beginVisit ( const FetchContentIterator& a) { in beginVisit()
1077 void PrinterVisitor::endVisit ( const FetchContentIterator& ) { in endVisit() argument