Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/introspection/pregenerated/
H A Dsctx.h901 class InScopeAttributeGroupsIterator : public NaryBaseIterator<InScopeAttributeGroupsIterator, InSc…
904 SERIALIZABLE_CLASS(InScopeAttributeGroupsIterator);
906 SERIALIZABLE_CLASS_CONSTRUCTOR2T(InScopeAttributeGroupsIterator,
907 NaryBaseIterator<InScopeAttributeGroupsIterator, InScopeAttributeGroupsIteratorState>);
911 InScopeAttributeGroupsIterator( in InScopeAttributeGroupsIterator() function
916 …NaryBaseIterator<InScopeAttributeGroupsIterator, InScopeAttributeGroupsIteratorState>(sctx, loc, c… in InScopeAttributeGroupsIterator()
919 virtual ~InScopeAttributeGroupsIterator();
H A Dsctx.cpp713 SERIALIZABLE_CLASS_VERSIONS(InScopeAttributeGroupsIterator) in SERIALIZABLE_CLASS_VERSIONS() argument
715 void InScopeAttributeGroupsIterator::serialize(::zorba::serialization::Archiver& ar) in SERIALIZABLE_CLASS_VERSIONS()
718 (NaryBaseIterator<InScopeAttributeGroupsIterator, InScopeAttributeGroupsIteratorState>*)this); in SERIALIZABLE_CLASS_VERSIONS()
722 void InScopeAttributeGroupsIterator::accept(PlanIterVisitor& v) const in accept()
735 InScopeAttributeGroupsIterator::~InScopeAttributeGroupsIterator() {} in ~InScopeAttributeGroupsIterator()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.h460 void beginVisit( const InScopeAttributeGroupsIterator& );
461 void endVisit ( const InScopeAttributeGroupsIterator& );
H A Dplaniter_visitor.h301 class InScopeAttributeGroupsIterator; variable
1136 virtual void beginVisit ( const InScopeAttributeGroupsIterator& ) = 0;
1137 virtual void endVisit ( const InScopeAttributeGroupsIterator& ) = 0;
H A Dprinter_visitor.cpp1758 void PrinterVisitor::beginVisit ( const InScopeAttributeGroupsIterator& a) { in beginVisit()
1764 void PrinterVisitor::endVisit ( const InScopeAttributeGroupsIterator& ) { in endVisit() argument
/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_sctx.cpp261 return new InScopeAttributeGroupsIterator(sctx, loc, argv); in codegen()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/introspection/
H A Dsctx_impl.cpp919 bool InScopeAttributeGroupsIterator::nextImpl( in nextImpl()