Home
last modified time | relevance | path

Searched refs:ftselection (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dft_expr.cpp40 ftnode *ftselection, in ftcontains_expr() argument
45 ftselection_( ftselection ), in ftcontains_expr()
49 ZORBA_ASSERT( ftselection ); in ftcontains_expr()
H A Dftnode.h541 ftselection*
548 ftselection const* get_ftselection() const { return ftselection_; } in get_ftselection()
553 ftselection *ftselection_;
557 class ftselection : public ftprimary {
559 SERIALIZABLE_CLASS(ftselection)
560 SERIALIZABLE_CLASS_CONSTRUCTOR2_NULL_PARAM1(ftselection,ftprimary,ftor_)
565 ftselection(
570 ~ftselection();
H A Dftnode_visitor.h43 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftselection );
114 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftselection );
H A Dftnode.cpp80 SERIALIZABLE_CLASS_VERSIONS(ftselection) in SERIALIZE_INTERNAL_METHOD()
369 ftselection *selection in ftextension_selection()
816 ftselection::ftselection( in ftselection() function in zorba::ftselection
844 ftselection::~ftselection() { in ~ftselection()
849 ft_visit_result::type ftselection::accept( ftnode_visitor &v ) { in accept()
856 ftnode_t ftselection::clone( expr::substitution_t &s ) const { in clone()
857 return new ftselection( get_loc(), ftor_->clone( s ).release(), list_ ); in clone()
860 ostream& ftselection::put( ostream &o ) const { in put()
861 BEGIN_INDENT_PUT( o, ftselection ); in put()
867 void ftselection::serialize( serialization::Archiver &ar ) { in serialize()
H A Dft_expr.h41 ftnode *ftselection,
H A Dftnode_classes.h57 class ftselection; variable
H A Dftnode_visitor.cpp56 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftselection );
H A Dexpr_manager.cpp810 ftnode *ftselection, in create_ftcontains_expr() argument
813 CREATE_AND_RETURN_EXPR(ftcontains_expr, sctx, loc, range, ftselection, ftignore); in create_ftcontains_expr()
H A Dexpr_manager.h416 ftnode *ftselection,
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dfull_text_impl.cpp43 ftnode_t const &ftselection, in FTContainsIterator() argument
47 ftselection_( ftselection ) in FTContainsIterator()
50 ZORBA_ASSERT( ftselection ); in FTContainsIterator()
H A Dfull_text.h50 ftnode_t const &ftselection,
H A Dftcontains_visitor.cpp397 ft_visit_result::type V::begin_visit( ftselection& ) { in begin_visit() argument
398 BEGIN_VISIT( ftselection ); in begin_visit()
402 DEF_FTNODE_VISITOR_END_VISIT( V, ftselection ) in DEF_FTNODE_VISITOR_END_VISIT() argument
H A Dftcontains_visitor.h53 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftselection );
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dfilterpanel.cc209 Glib::RefPtr<Gtk::TreeSelection> ftselection = filetype->get_selection (); in setFilter() local
256 ftselection->select_all(); in setFilter()
296 ftselection->select(iter); in setFilter()
298 ftselection->unselect(iter); in setFilter()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dfilterpanel.cc224 Glib::RefPtr<Gtk::TreeSelection> ftselection = filetype->get_selection (); in setFilter() local
271 ftselection->select_all(); in setFilter()
311 ftselection->select(iter); in setFilter()
313 ftselection->unselect(iter); in setFilter()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp2436 FTSelection const *ftselection, in FTContainsExpr() argument
2441 ftselection_( ftselection ), in FTContainsExpr()
5515 FTSelection const *ftselection in FTExtensionSelection() argument
5519 ftselection_( ftselection ) in FTExtensionSelection()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp271 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftselection );
3575 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftselection )
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp13858 ftselection *const selection = dynamic_cast<ftselection*>( pop_ftstack() ); in end_visit()
13946 ftselection *const s = dynamic_cast<ftselection*>( top_ftstack() ); in end_visit()
14194 ftselection::ftpos_filter_list_t list; in end_visit()
14204 push_ftstack( new ftselection( loc, n, list ) ); in end_visit()