Home
last modified time | relevance | path

Searched defs:foreach (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/include/rpcsvc/
H A Dypclnt.h66 int (*foreach)(unsigned long, char *, int, char *, int, void *); member
/freebsd-12.1/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c58 foreach(krb5_context context, HDB *db, hdb_entry_ex *ent, void *data) in foreach() function
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h185 void foreach(Callback& C) { in foreach() function
193 void foreach() { in foreach() function
H A DImmutableSet.h176 void foreach(Callback& C) { in foreach() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h231 template <typename T> void ForEach(const ForEachCallbacks<T> &foreach) { in ForEach()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_table.h137 ta_foreach *foreach; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1134 TypeCategoryImpl::ForEachCallbacks<FormatterType> foreach; in DoExecute() local