Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression_parser_tree.cpp103 std::unique_ptr<NotMatchExpression> theNot = stdx::make_unique<NotMatchExpression>(); in _parseNot() local
104 s = theNot->init(theAnd.release()); in _parseNot()
108 return {std::move(theNot)}; in _parseNot()
H A Dexpression_parser.cpp1493 auto theNot = stdx::make_unique<NotMatchExpression>(); in parseNot() local
1494 s = theNot->init(theAnd.release()); in parseNot()
1498 return {std::move(theNot)}; in parseNot()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrController.m219 - (void)emuWindowDidClose:(NSNotification*)theNot