Home
last modified time | relevance | path

Searched refs:AdaptedIterable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h153 class AdaptedIterable {
158 AdaptedIterable(const C &container) : m_container(container) {} in AdaptedIterable() function
171 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> {
174 : AdaptedIterable<C, E, A>(container), m_mutex(&mutex) { in LockingAdaptedIterable()
179 : AdaptedIterable<C, E, A>(rhs), m_mutex(rhs.m_mutex) { in LockingAdaptedIterable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
H A DTypeMap.h47 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
H A DSymbolContext.h471 typedef AdaptedIterable<collection, SymbolContext, vector_adapter>
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h168 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
H A DBreakpointLocationList.h207 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h510 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>