Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPRequest.cpp106 const LDAPRequest* LDAPRequest::getParent() const{ in getParent() function in LDAPRequest
134 parent=parent->getParent(); in isCycle()
DLDAPRequest.h55 const LDAPRequest* getParent() const;
/netbsd/src/external/bsd/elftosb/dist/common/
DOptionDictionary.h45 inline OptionContext * getParent() const { return m_parent; } in getParent() function
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DElftosbAST.h57 virtual ASTNode * getParent() const { return m_parent; } in getParent() function