Home
last modified time | relevance | path

Searched refs:getNames (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPSchema.cpp34 StringList names = oc.getNames(); in setObjectClasses()
54 StringList names = at.getNames(); in setAttributeTypes()
H A DLDAPObjClass.h79 StringList getNames() const;
H A DLDAPAttrType.h72 StringList getNames() const;
H A DLDAPAttrType.cpp112 StringList LDAPAttrType::getNames() const { in getNames() function in LDAPAttrType
H A DLDAPObjClass.cpp102 StringList LDAPObjClass::getNames() const { in getNames() function in LDAPObjClass
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1237 static SmallVector<StringRef, 2> getNames(const DWARFDie &DIE, in getNames() function
1311 auto EntryNames = getNames(DIE); in verifyNameIndexEntries()
1383 auto EntryNames = getNames(Die, IncludeLinkageName); in verifyNameIndexCompleteness()