Searched defs:collection (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h84 typedef std::vector<lldb::ValueObjectSP> collection; typedef in class:lldb_private::ValueObjectList
H A DStreamCallback.h36 typedef std::map<lldb::tid_t, StreamString> collection; typedef in class:lldb_private::StreamCallback
H A DFileSpecList.h238 typedef std::vector<FileSpec> collection; ///< The collection type for the file list. typedef in class:lldb_private::FileSpecList
H A DHistory.h79 typedef std::stack<HistoryEvent> collection; typedef in class:lldb_private::HistorySource
H A DModuleList.h576 typedef std::vector<lldb::ModuleSP> collection; ///< The module collection type. typedef in class:lldb_private::ModuleList
[all...]
H A DStreamTee.h167 typedef std::vector<lldb::StreamSP> collection; typedef in class:lldb_private::StreamTee
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariableList.h87 typedef std::vector<lldb::VariableSP> collection; typedef in class:lldb_private::VariableList
H A DTypeList.h53 typedef std::vector<lldb::TypeSP> collection; typedef in class:lldb_private::TypeList
H A DTypeMap.h56 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef in class:lldb_private::TypeMap
H A DUnwindTable.h61 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef in class:lldb_private::UnwindTable
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h43 typedef std::vector<DWARFDIE> collection; typedef in class:DWARFDIECollection
H A DDWARFDebugPubnames.h31 typedef std::list<DWARFDebugPubnamesSet> collection; typedef in class:DWARFDebugPubnames
H A DDWARFDeclContext.h119 typedef std::vector<Entry> collection; typedef in class:DWARFDeclContext
/freebsd-11.0-release/contrib/atf/atf-c++/
H A Dutils.hpp51 grep_collection(const std::string& regexp, const Collection& collection) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h62 typedef std::vector<lldb::QueueSP> collection; typedef in class:lldb_private::QueueList
H A DTargetList.h226 typedef std::vector<lldb::TargetSP> collection; typedef in class:lldb_private::TargetList
H A DThreadCollection.h24 typedef std::vector<lldb::ThreadSP> collection; typedef in class:lldb_private::ThreadCollection
H A DPathMappingList.h153 typedef std::vector <pair> collection; typedef in class:lldb_private::PathMappingList
H A DUnixSignals.h148 typedef std::map <int32_t, Signal> collection; typedef in class:lldb_private::UnixSignals
H A DStackFrameList.h132 typedef std::vector<lldb::StackFrameSP> collection; typedef in class:lldb_private::StackFrameList
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h196 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationCollection
H A DBreakpointSiteList.h203 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef in class:lldb_private::BreakpointSiteList
H A DBreakpointLocationList.h265 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationList
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h130 typedef std::map<ConstString, lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueDictionary
H A DOptionValueArray.h168 typedef std::vector<lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueArray

Completed in 143 milliseconds

123