Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/pregenerated/
H A Dfetch.h72 class FetchContentBinaryIterator : public NaryBaseIterator<FetchContentBinaryIterator, PlanIterator…
75 SERIALIZABLE_CLASS(FetchContentBinaryIterator);
77 SERIALIZABLE_CLASS_CONSTRUCTOR2T(FetchContentBinaryIterator,
78 NaryBaseIterator<FetchContentBinaryIterator, PlanIteratorState>);
82 FetchContentBinaryIterator( in FetchContentBinaryIterator() function
87 NaryBaseIterator<FetchContentBinaryIterator, PlanIteratorState>(sctx, loc, children) in FetchContentBinaryIterator()
90 virtual ~FetchContentBinaryIterator();
H A Dfetch.cpp64 SERIALIZABLE_CLASS_VERSIONS(FetchContentBinaryIterator) in SERIALIZABLE_CLASS_VERSIONS() argument
66 void FetchContentBinaryIterator::serialize(::zorba::serialization::Archiver& ar) in SERIALIZABLE_CLASS_VERSIONS()
69 (NaryBaseIterator<FetchContentBinaryIterator, PlanIteratorState>*)this); in SERIALIZABLE_CLASS_VERSIONS()
73 void FetchContentBinaryIterator::accept(PlanIterVisitor& v) const in accept()
86 FetchContentBinaryIterator::~FetchContentBinaryIterator() {} in ~FetchContentBinaryIterator()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/fetch/
H A Dfetch_impl.cpp171 FetchContentBinaryIterator::destroyStream(std::istream& aStream) in destroyStream()
177 FetchContentBinaryIterator::nextImpl( in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_fetch.cpp51 return new FetchContentBinaryIterator(sctx, loc, argv); in codegen()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.h289 void beginVisit( const FetchContentBinaryIterator& );
290 void endVisit ( const FetchContentBinaryIterator& );
H A Dplaniter_visitor.h192 class FetchContentBinaryIterator; variable
980 virtual void beginVisit ( const FetchContentBinaryIterator& ) = 0;
981 virtual void endVisit ( const FetchContentBinaryIterator& ) = 0;
H A Dprinter_visitor.cpp1085 void PrinterVisitor::beginVisit ( const FetchContentBinaryIterator& a) { in beginVisit()
1091 void PrinterVisitor::endVisit ( const FetchContentBinaryIterator& ) { in endVisit() argument