Home
last modified time | relevance | path

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

/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DProtocols20Impl.cpp493 IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(AuthnContextClassRef,saml2); in RequestedAuthnContextImpl()
494 IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(AuthnContextDeclRef,saml2); in RequestedAuthnContextImpl()
1114 IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(Assertion,saml2); in _clone()
1115 IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(EncryptedAssertion,saml2); in _clone()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DMetadataImpl.cpp2191 IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(Attribute,saml2); in EntityAttributesImpl()
2192 IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(Assertion,saml2); in EntityAttributesImpl()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/
H A Dbase.h1584 #define IMPL_CLONE_TYPED_FOREIGN_CHILD_IN_BAG(proper,ns) \ macro