Home
last modified time | relevance | path

Searched refs:ftthesaurus_option (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dft_util.h82 inline ftthesaurus_option const*
85 if ( ftthesaurus_option const *const t = options->get_thesaurus_option() ) in get_thesaurus_option()
H A Dftcontains_visitor.h76 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftthesaurus_option );
115 void apply_thesaurus_option( ftthesaurus_option const*, zstring const&,
H A Dapply.cpp969 if ( ftthesaurus_option const *topt = get_thesaurus_option( &options ) ) { in apply_query_tokens_as_phrase()
1276 apply_thesaurus_option( ftthesaurus_option const *topt, in apply_thesaurus_option()
1283 ftthesaurus_option const *sctx_topt = get_thesaurus_option( sctx_mo ); in apply_thesaurus_option()
1291 FOR_EACH( ftthesaurus_option::thesaurus_id_list_t, pptid, in apply_thesaurus_option()
H A Dftcontains_visitor.cpp264 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftthesaurus_option ) in DEF_FTNODE_VISITOR_VISIT_MEM_FNS()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dftnode.h289 class ftthesaurus_option : public ftmatch_option {
291 SERIALIZABLE_CLASS(ftthesaurus_option)
292 SERIALIZABLE_CLASS_CONSTRUCTOR2_NULL_PARAM1(ftthesaurus_option,ftmatch_option,default_tid_)
297 ftthesaurus_option(
303 ~ftthesaurus_option();
322 typedef rchandle<ftthesaurus_option> ftthesaurus_option_t;
388 ftthesaurus_option const* get_thesaurus_option() const { in get_thesaurus_option()
424 void set_thesaurus_option( ftthesaurus_option const *o ) { in set_thesaurus_option()
H A Dftnode_visitor.h66 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftthesaurus_option );
137 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftthesaurus_option );
H A Dftnode.cpp90 SERIALIZABLE_CLASS_VERSIONS(ftthesaurus_option) in SERIALIZE_INTERNAL_METHOD()
1043 ftthesaurus_option::ftthesaurus_option( in ftthesaurus_option() function in zorba::ftthesaurus_option
1056 ftthesaurus_option::~ftthesaurus_option() { in ~ftthesaurus_option()
1061 ft_visit_result::type ftthesaurus_option::accept( ftnode_visitor &v ) { in accept()
1068 ftnode_t ftthesaurus_option::clone( expr::substitution_t &s ) const { in clone()
1071 return new ftthesaurus_option( in clone()
1076 ostream& ftthesaurus_option::put( ostream &o ) const { in put()
1077 BEGIN_PUT( o, ftthesaurus_option ); in put()
1085 void ftthesaurus_option::serialize( serialization::Archiver &ar ) { in serialize()
H A Dftnode_classes.h62 class ftthesaurus_option; variable
H A Dftnode_visitor.cpp95 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftthesaurus_option );
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp294 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftthesaurus_option );
3614 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftthesaurus_option ) in DEF_FTNODE_VISITOR_VISIT_MEM_FNS()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14343 ftthesaurus_option::thesaurus_id_list_t list; in end_visit()
14357 ftthesaurus_option *const t = in end_visit()
14358 new ftthesaurus_option( loc, default_tid, list, v.no_thesaurus() ); in end_visit()