Searched refs:AdaptedIterable (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Iterable.h | 153 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 D | TypeList.h | 42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
|
H A D | TypeMap.h | 47 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
|
H A D | SymbolContext.h | 472 typedef AdaptedIterable<collection, SymbolContext, vector_adapter>
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocationCollection.h | 168 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
|
H A D | BreakpointLocationList.h | 207 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 531 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>
|