Home
last modified time | relevance | path

Searched defs:Expr_GetFloat_c (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxexpr.cpp173 struct Expr_GetFloat_c : public ExprLocatorTraits_t struct
175Expr_GetFloat_c ( const CSphAttrLocator & tLocator, int iLocator ) : ExprLocatorTraits_t ( tLocato… in Expr_GetFloat_c() function
176 …irtual float Eval ( const CSphMatch & tMatch ) const { return tMatch.GetAttrFloat ( m_tLocator ); } in Eval()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxexpr.cpp83 struct Expr_GetFloat_c : public ExprLocatorTraits_t struct
85Expr_GetFloat_c ( const CSphAttrLocator & tLocator, int iLocator ) : ExprLocatorTraits_t ( tLocato… in Expr_GetFloat_c() function
86 …irtual float Eval ( const CSphMatch & tMatch ) const { return tMatch.GetAttrFloat ( m_tLocator ); } in Eval()