Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dupdate_array_node.cpp138 auto childApplyParams = applyParams; in apply() local
139 childApplyParams.element = childElement; in apply()
141 childApplyParams.logBuilder = nullptr; in apply()
144 auto childApplyResult = mergedChild->apply(childApplyParams); in apply()
H A Dupdate_object_node.cpp140 auto childApplyParams = *applyParams; in applyChild() local
141 childApplyParams.element = childElement; in applyChild()
142 auto childApplyResult = child.apply(childApplyParams); in applyChild()