Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/mutable/
H A Ddocument.cpp1570 const int leftCanonType = canonicalizeBSONType(impl.getType(thisRep)); in compareWithElement() local
1572 const int diffCanon = leftCanonType - rightCanonType; in compareWithElement()
1631 const int leftCanonType = canonicalizeBSONType(impl.getType(thisRep)); in compareWithBSONElement() local
1633 const int diffCanon = leftCanonType - rightCanonType; in compareWithBSONElement()