reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
  174   typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  212   typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
tools/lldb/include/lldb/Core/ModuleList.h
  510   typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>
tools/lldb/include/lldb/Symbol/SymbolContext.h
  488   typedef AdaptedIterable<collection, SymbolContext, vector_adapter>
tools/lldb/include/lldb/Symbol/TypeList.h
   42   typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
tools/lldb/include/lldb/Symbol/TypeMap.h
   44   typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
tools/lldb/include/lldb/Utility/Iterable.h
  171 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> {
  174       : AdaptedIterable<C, E, A>(container), m_mutex(&mutex) {
  179       : AdaptedIterable<C, E, A>(rhs), m_mutex(rhs.m_mutex) {