Home
last modified time | relevance | path

Searched refs:map_adapter (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DTypeMap.h45 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
/external/llvm-project/lldb/include/lldb/Utility/
DIterable.h17 template <typename I, typename E> E map_adapter(I &iter) { in map_adapter() function