Searched refs:AdaptedIterable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Iterable.h | 154 class AdaptedIterable { 159 AdaptedIterable(const C &container) : m_container(container) {} in AdaptedIterable() function 172 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> { 175 : AdaptedIterable<C, E, A>(container), m_mutex(&mutex) { in LockingAdaptedIterable() 180 : AdaptedIterable<C, E, A>(rhs), m_mutex(rhs.m_mutex) { in LockingAdaptedIterable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 46 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 | 551 typedef AdaptedIterable<collection, SymbolContext, vector_adapter>
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocationCollection.h | 199 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
|
| H A D | BreakpointLocationList.h | 247 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 584 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>
|