Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPObjClass.h59 string getDesc() const;
DLDAPAttrType.h57 string getDesc() const;
DLDAPObjClass.cpp98 string LDAPObjClass::getDesc() const { in getDesc() function in LDAPObjClass
DLDAPAttrType.cpp108 string LDAPAttrType::getDesc() const { in getDesc() function in LDAPAttrType
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/examples/
DreadSchema.cpp53 std::cout << test.getDesc() << std::endl; in main()