Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp17706 static bool SortedVectorsContain ( const CSphVector<int> & dVec1, const CSphVector<int> & dVec2 ) in SortedVectorsContain() argument
17710 const int * pSrc2 = dVec2.Begin (); in SortedVectorsContain()
17711 const int * pEnd2 = pSrc2 + dVec2.GetLength (); in SortedVectorsContain()