Home
last modified time | relevance | path

Searched defs:setValues (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.cpp91 int LDAPAttribute::setValues(char **values){ in setValues() function in LDAPAttribute
102 int LDAPAttribute::setValues(BerValue **values){ in setValues() function in LDAPAttribute
115 void LDAPAttribute::setValues(const StringList& values){ in setValues() function in LDAPAttribute
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h189 void setValues(unsigned Sz, const T& C) { in setValues() function