Home
last modified time | relevance | path

Searched refs:IMPL_CLONE_XMLOBJECT_CHILD (Results 1 – 5 of 5) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoImpl.cpp246 IMPL_CLONE_XMLOBJECT_CHILD(ECParameters); in ECKeyValueImpl()
320 IMPL_CLONE_XMLOBJECT_CHILD(UnknownXMLObject); in KeyValueImpl()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20Impl.cpp720 IMPL_CLONE_XMLOBJECT_CHILD(SubjectConfirmationData); in SubjectConfirmationImpl()
906 IMPL_CLONE_XMLOBJECT_CHILD(AuthnContextDecl); in AuthnContextImpl()
H A DProtocols20Impl.cpp1190 IMPL_CLONE_XMLOBJECT_CHILD(Payload); in _clone()
/dports/security/opensaml/opensaml-3.2.1/saml/saml1/core/impl/
H A DAssertionsImpl.cpp270 IMPL_CLONE_XMLOBJECT_CHILD(SubjectConfirmationData); in SubjectConfirmationImpl()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/
H A Dbase.h1495 #define IMPL_CLONE_XMLOBJECT_CHILD(proper) \ macro