Searched refs:andCond (Results 1 – 1 of 1) sorted by relevance
323 for (auto& andCond : cond.andConds_) { in Traval() local324 if (IsSimpleCond(andCond)) { in Traval()325 docQuery.And(andCond); in Traval()327 Traval(docQuery, andCond); in Traval()