Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Daddress_restriction.cpp44 mongo::StatusWith<mongo::RestrictionSet<>> mongo::parseAddressRestrictionSet( in parseAddressRestrictionSet() function in mongo
86 auto restriction = parseAddressRestrictionSet(elem.Obj()); in parseAuthenticationRestriction()
H A Daddress_restriction_test.cpp248 ASSERT_FALSE(parseAddressRestrictionSet(t).isOK()); in TEST()
320 const auto setwith = parseAddressRestrictionSet(doc); in TEST()
H A Daddress_restriction.h163 StatusWith<RestrictionSet<>> parseAddressRestrictionSet(const BSONObj& obj);