Home
last modified time | relevance | path

Searched refs:jstNULL (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/
H A Dbsontypes.cpp69 case jstNULL: in typeName()
114 case jstNULL: in isValidBSONType()
H A Dbsontypes.h89 jstNULL = 10, enumerator
173 case jstNULL: in canonicalizeBSONType()
H A Dbsonobjbuilder.cpp84 case jstNULL: in appendMinForType()
154 case jstNULL: in appendMaxForType()
H A Dbsonelement.cpp122 case jstNULL: in jsonString()
334 case BSONType::jstNULL: in compareElements()
648 type = jstNULL; in computeSize()
736 case jstNULL: in toString()
H A Dbson_comparator_interface_base.cpp79 case mongo::jstNULL: in hashCombineBSONElement()
H A Dbsonelement.h375 return type() == jstNULL; in isNull()
742 case jstNULL: in trueValue()
H A Dbson_validate.cpp228 case jstNULL: in validateElementInfo()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dmatcher_type_set.cpp113 {typeName(BSONType::jstNULL), BSONType::jstNULL},
129 {JSONSchemaParser::kSchemaTypeNull, BSONType::jstNULL},
H A Dexpression_type_test.cpp53 ASSERT(type.init("", jstNULL).isOK()); in TEST()
144 ASSERT(type.init("a", jstNULL).isOK()); in TEST()
H A Dexpression_algo.cpp186 return cme->getData().type() != jstNULL; in _isSubsetOf()
214 return cme->getData().type() == jstNULL; in _isSubsetOf()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Dvalue.cpp73 case jstNULL: in verifyRefCountingIfShould()
165 case jstNULL: in Value()
334 case jstNULL: in operator <<()
460 case jstNULL: in coerceToBool()
611 case jstNULL: in coerceToString()
671 case jstNULL: in compare()
839 case jstNULL: in hash_combine()
1081 case jstNULL: in getApproximateSize()
1123 case jstNULL: in operator <<()
1171 case jstNULL: in serializeForSorter()
[all …]
H A Ddocument_source_match.cpp173 if (type == jstNULL) in isTypeRedactSafeInComparison()
337 case jstNULL: in redactSafePortionTopLevel()
H A Dvalue.h117 explicit Value(const NullLabeler&) : _storage(jstNULL) {} // BSONNull in Value()
151 return missing() || _storage.type == jstNULL || _storage.type == Undefined; in nullish()
H A Ddocument_value_test.cpp844 ASSERT_EQUALS(jstNULL, value.getType()); in run()
1446 assertWidest(Undefined, NumberLong, jstNULL); in run()
1448 assertWidest(Undefined, NumberDouble, jstNULL); in run()
1452 assertWidest(Undefined, jstNULL, jstNULL); in run()
1453 assertWidest(Undefined, jstNULL, Undefined); in run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dparsed_distinct.cpp204 } else if (queryElt.type() != BSONType::jstNULL) { in parse()
209 << typeName(BSONType::jstNULL) in parse()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dmongo_uri_test.cpp431 if (element.type() == mongo::jstNULL) { in returnStringFromElementOrNull()
558 if (auth.type() != mongo::jstNULL) { in TEST()
578 if (optionsElement.type() != mongo::jstNULL) { in TEST()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/idl/
H A Didl_parser.cpp73 if (elementType == jstNULL || elementType == Undefined) { in checkAndAssertTypeSlowPath()
113 if (elementType == jstNULL || elementType == Undefined) { in checkAndAssertTypes()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/request_types/
H A Dupdate_zone_key_range_request_type.cpp113 << typeName(jstNULL) in _parseFromCommand()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/mutable/
H A Delement-inl.h84 return isType(mongo::jstNULL); in isValueNull()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dwrite_concern_options.cpp154 } else if (wEl.eoo() || wEl.type() == jstNULL || wEl.type() == Undefined) { in parse()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/btree/
H A Dkey.cpp67 case jstNULL: in oldCompareElementValues()
286 case jstNULL: in KeyV1Owned()
H A Dbtree_test_help.cpp155 ASSERT(e.type() == jstNULL); in checkStructure()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dnamespacetests.cpp77 ASSERT_EQUALS(jstNULL, in run()
90 ASSERT_EQUALS(jstNULL, in run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dvaluereader.cpp115 case mongo::jstNULL: in fromBSONElement()
H A Dvaluewriter.cpp59 return jstNULL; in type()

12