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

123

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.hpp51 grep_collection(const std::string& regexp, const Collection& collection) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h161 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef in class:lldb_private::BreakpointSiteList
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationCollection
H A DBreakpointLocationList.h191 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h55 typedef std::vector<lldb::ValueObjectSP> collection; typedef in class:lldb_private::ValueObjectList
H A DModuleList.h460 collection; ///< The module collection type. typedef in class:lldb_private::ModuleList
[all...]
H A DFileSpecList.h28 typedef std::vector<FileSpec> collection; typedef in class:lldb_private::FileSpecList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h43 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef in class:lldb_private::TypeMap
H A DUnwindTable.h66 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef in class:lldb_private::UnwindTable
H A DVariableList.h19 typedef std::vector<lldb::VariableSP> collection; typedef in class:lldb_private::VariableList
H A DTypeList.h41 typedef std::vector<lldb::TypeSP> collection; typedef in class:lldb_private::TypeList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h50 typedef std::vector<lldb::QueueSP> collection; typedef in class:lldb_private::QueueList
H A DTargetList.h183 typedef std::vector<lldb::TargetSP> collection; typedef in class:lldb_private::TargetList
H A DPathMappingList.h112 typedef std::vector<pair> collection; typedef in class:lldb_private::PathMappingList
H A DThreadCollection.h22 typedef std::vector<lldb::ThreadSP> collection; typedef in class:lldb_private::ThreadCollection
H A DUnixSignals.h112 typedef std::map<int32_t, Signal> collection; typedef in class:lldb_private::UnixSignals
H A DStackFrameList.h113 typedef std::vector<lldb::StackFrameSP> collection; typedef in class:lldb_private::StackFrameList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h76 typedef std::map<ConstString, lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueDictionary
H A DOptionValueArray.h119 typedef std::vector<lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueArray
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h121 typedef std::vector<NativeThreadDarwinSP> collection; typedef in class:lldb_private::process_darwin::NativeThreadListDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h26 typedef std::vector<std::string> collection; typedef in class:lldb_private::StringList
H A DStreamTee.h110 typedef std::vector<lldb::StreamSP> collection; typedef in class:lldb_private::StreamTee
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h40 typedef std::vector<DWARFAttribute> collection; typedef in class:DWARFAttribute
81 typedef llvm::SmallVector<AttributeValue, 8> collection; typedef in class:DWARFAttributes
H A DUniqueDWARFASTType.h71 typedef std::vector<UniqueDWARFASTType> collection; typedef in class:UniqueDWARFASTTypeList
99 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef in class:UniqueDWARFASTTypeMap
H A DDWARFDebugInfoEntry.h32 typedef std::vector<DWARFDebugInfoEntry> collection; typedef in class:DWARFDebugInfoEntry

Completed in 160 milliseconds

123