Searched refs:dVec2 (Results 1 – 1 of 1) sorted by relevance
17706 static bool SortedVectorsContain ( const CSphVector<int> & dVec1, const CSphVector<int> & dVec2 ) in SortedVectorsContain() argument17710 const int * pSrc2 = dVec2.Begin (); in SortedVectorsContain()17711 const int * pEnd2 = pSrc2 + dVec2.GetLength (); in SortedVectorsContain()