Searched refs:parseAddressRestrictionSet (Results 1 – 3 of 3) sorted by relevance
44 mongo::StatusWith<mongo::RestrictionSet<>> mongo::parseAddressRestrictionSet( in parseAddressRestrictionSet() function in mongo86 auto restriction = parseAddressRestrictionSet(elem.Obj()); in parseAuthenticationRestriction()
248 ASSERT_FALSE(parseAddressRestrictionSet(t).isOK()); in TEST()320 const auto setwith = parseAddressRestrictionSet(doc); in TEST()
163 StatusWith<RestrictionSet<>> parseAddressRestrictionSet(const BSONObj& obj);