Home
last modified time | relevance | path

Searched defs:findFirstChildNamed (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/mutable/
H A Dconst_element-inl.h70 inline ConstElement ConstElement::findFirstChildNamed(StringData name) const { in findFirstChildNamed() function
H A Dalgorithm.h109 inline ElementType findFirstChildNamed(ElementType parent, StringData fieldName) { in findFirstChildNamed() function
H A Ddocument.cpp1416 Element Element::findFirstChildNamed(StringData name) const { in findFirstChildNamed() function in mongo::mutablebson::Element