Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dpush_node.cpp99 auto foundClauseName = validClauseNames.find(clauseName); in init() local
100 if (foundClauseName == validClauseNames.end()) { in init()
106 if (clausesFound.find(*foundClauseName) != clausesFound.end()) { in init()
111 clausesFound.insert(std::make_pair(*foundClauseName, modifier)); in init()