Searched refs:toBsonWithMetaData (Results 1 – 4 of 4) sorted by relevance
123 return next->toBsonWithMetaData(_includeSortKey); in getNextBson()
213 BSONObj toBsonWithMetaData(bool includeSortKey = true) const;
278 BSONObj Document::toBsonWithMetaData(bool includeSortKey) const { in toBsonWithMetaData() function in mongo::Document
565 BSONObj obj = doc.toBsonWithMetaData(); in TEST()