Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgSearchNews.cpp201 bool isBooleanOpAnd; in Encode() local
202 pTerm->GetBooleanAnd(&isBooleanOpAnd); in Encode()
203 m_searchType = isBooleanOpAnd ? ST_AND_SEARCH : ST_OR_SEARCH; in Encode()