Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression_array_test.cpp190 TEST(ElemMatchValueMatchExpression, MatchesElementSingle) { in TEST() argument
202 TEST(ElemMatchValueMatchExpression, MatchesElementMultiple) { in TEST() argument
223 TEST(ElemMatchValueMatchExpression, MatchesNonArray) { in TEST() argument
235 TEST(ElemMatchValueMatchExpression, MatchesArrayScalar) { in TEST() argument
246 TEST(ElemMatchValueMatchExpression, MatchesMultipleNamedValues) { in TEST() argument
258 TEST(ElemMatchValueMatchExpression, ElemMatchKey) { in TEST() argument
H A Dexpression_array.h122 ElemMatchValueMatchExpression() : ArrayMatchingMatchExpression(ELEM_MATCH_VALUE) {} in ElemMatchValueMatchExpression() function