Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/mutable/
H A Ddocument.h340 Element makeElementBinary(StringData fieldName,
H A Delement.cpp86 return pushBack(getDocument().makeElementBinary(fieldName, len, binType, data)); in appendBinary()
H A Ddocument.cpp1760 Element newValue = getDocument().makeElementBinary(fieldName, len, binType, data); in setValueBinary()
2379 Element Document::makeElementBinary(StringData fieldName, in makeElementBinary() function in mongo::mutablebson::Document