Home | History | Annotate | Download | only in layers

Lines Matching refs:query1

564 inline bool operator==(const QueryObject &query1, const QueryObject &query2) {
565 return (query1.pool == query2.pool && query1.index == query2.index);