Home
last modified time | relevance | path

Searched defs:ExpressionWithPlaceholder (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression_with_placeholder.h61 ExpressionWithPlaceholder(boost::optional<std::string> placeholder, in ExpressionWithPlaceholder() function
H A Dexpression_with_placeholder_test.cpp336 TEST(ExpressionWithPlaceholder, NotEquivalentIfOnePlaceholderIsEmpty) { in TEST() argument