Searched refs:collection (Results 276 - 300 of 367) sorted by path

<<1112131415

/external/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h131 typedef std::map<ConstString, lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueDictionary
133 collection m_values;
/external/lldb/include/lldb/Symbol/
H A DBlock.h471 typedef std::vector<lldb::BlockSP> collection; typedef in class:lldb_private::Block
476 collection m_children;
H A DSymbolContext.h550 typedef std::vector<SymbolContext> collection; ///< The collection type for the list. typedef in class:lldb_private::SymbolContextList
555 collection m_symbol_contexts; ///< The list of symbol contexts.
H A DSymtab.h88 collection new_symbols (m_symbols.begin(), m_symbols.end());
99 typedef std::vector<Symbol> collection; typedef in class:lldb_private::Symtab
100 typedef collection::iterator iterator;
101 typedef collection::const_iterator const_iterator;
107 collection m_symbols;
H A DTypeList.h77 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef in class:lldb_private::TypeList
78 typedef collection::iterator iterator;
79 typedef collection::const_iterator const_iterator;
81 collection m_types;
H A DUnwindPlan.h336 typedef std::map<uint32_t, RegisterLocation> collection; typedef in class:lldb_private::UnwindPlan::Row
340 collection m_register_locations;
485 typedef std::vector<RowSP> collection; typedef in class:lldb_private::UnwindPlan
486 collection m_row_list;
H A DUnwindTable.h51 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef in class:lldb_private::UnwindTable
52 typedef collection::iterator iterator;
53 typedef collection::const_iterator const_iterator;
56 collection m_unwinds;
H A DVariableList.h81 typedef std::vector<lldb::VariableSP> collection; typedef in class:lldb_private::VariableList
82 typedef collection::iterator iterator;
83 typedef collection::const_iterator const_iterator;
85 collection m_variables;
/external/lldb/include/lldb/Target/
H A DPathMappingList.h153 typedef std::vector <pair> collection; typedef in class:lldb_private::PathMappingList
154 typedef collection::iterator iterator;
155 typedef collection::const_iterator const_iterator;
163 collection m_pairs;
H A DPlatform.h745 typedef std::vector<lldb::PlatformSP> collection; typedef in class:lldb_private::PlatformList
747 collection m_platforms;
H A DProcess.h1140 typedef std::vector<ProcessInstanceInfo> collection;
1141 collection m_infos;
H A DStackFrameList.h134 typedef std::vector<lldb::StackFrameSP> collection; typedef in class:lldb_private::StackFrameList
135 typedef collection::iterator iterator;
136 typedef collection::const_iterator const_iterator;
141 collection m_frames;
H A DTargetList.h226 typedef std::vector<lldb::TargetSP> collection; typedef in class:lldb_private::TargetList
230 collection m_target_list;
H A DThreadList.h148 typedef std::vector<lldb::ThreadSP> collection; typedef in class:lldb_private::ThreadList
154 collection m_threads; ///< The threads for this process.
H A DUnixSignals.h136 typedef std::map <int32_t, Signal> collection; typedef in class:lldb_private::UnixSignals
138 collection m_signals;
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp51 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate
81 BreakpointLocationCollection::collection::iterator
88 BreakpointLocationCollection::collection::const_iterator
99 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id);
110 collection::const_iterator pos = GetIDPairConstIterator(break_id, break_loc_id);
153 collection::iterator pos,
168 collection::const_iterator pos,
188 collection::iterator pos,
H A DBreakpointLocationList.cpp98 collection::iterator pos, end = m_locations.end();
152 collection::const_iterator pos, end = m_locations.end();
185 collection::iterator pos, end = m_locations.end();
194 collection::iterator pos, end = m_locations.end();
208 collection::const_iterator pos, end = m_locations.end();
219 collection::const_iterator pos, end = m_locations.end();
232 collection::iterator pos, end = m_locations.end();
276 collection::iterator pos, end = m_locations.end();
H A DBreakpointSiteList.cpp40 collection::iterator iter = m_bp_site_list.find (bp_site_load_addr);
44 m_bp_site_list.insert (iter, collection::value_type (bp_site_load_addr, bp));
85 collection::iterator pos = GetIDIterator(break_id); // Predicate
98 collection::iterator pos = m_bp_site_list.find(address);
124 BreakpointSiteList::collection::iterator
132 BreakpointSiteList::collection::const_iterator
145 collection::iterator pos = GetIDIterator(break_id);
157 collection::const_iterator pos = GetIDConstIterator(break_id);
169 collection::iterator iter = m_bp_site_list.find(addr);
179 collection
[all...]
/external/lldb/source/Commands/
H A DCommandCompletions.cpp688 collection::iterator pos = m_match_set.begin(), end = m_match_set.end();
/external/lldb/source/Core/
H A DBroadcaster.cpp65 collection::iterator pos, end = m_listeners.end();
121 collection::iterator pos, end = m_listeners.end();
123 collection::iterator existing_pos = end;
174 collection::iterator pos, end = m_listeners.end();
187 collection::iterator pos, end = m_listeners.end();
260 collection::iterator pos, end = m_listeners.end();
375 collection::iterator iter = m_event_map.begin(), end_iter = m_event_map.end();
410 collection::iterator iter, end_iter = m_event_map.end();
444 collection::const_iterator iter, end_iter = m_event_map.end();
464 collection
[all...]
H A DDisassembler.cpp974 collection::const_iterator pos, end;
1004 collection::const_iterator pos, begin, end;
H A DFileSpecList.cpp69 collection::iterator pos, end = m_files.end();
93 collection::const_iterator pos, end = m_files.end();
169 collection::const_iterator pos, end = m_files.end();
H A DModuleList.cpp129 collection::iterator pos, end = m_modules.end();
164 collection::iterator pos, end = m_modules.end();
179 ModuleList::collection::iterator
180 ModuleList::RemoveImpl (ModuleList::collection::iterator pos, bool use_notifier)
183 collection::iterator retval = m_modules.erase(pos);
212 collection::iterator pos, end = m_modules.end();
245 collection::iterator pos = m_modules.begin();
267 collection::iterator pos, end = module_list.m_modules.end();
353 collection::const_iterator pos, end = m_modules.end();
390 collection
[all...]
H A DStreamCallback.cpp39 collection::iterator iter = m_accumulated_data.find (cur_tid);
42 std::pair<collection::iterator, bool> ret;
H A DVMRange.cpp20 VMRange::ContainsValue(const VMRange::collection& coll, lldb::addr_t value)
32 VMRange::ContainsRange(const VMRange::collection& coll, const VMRange& range)
44 VMRange::FindRangeIndexThatContainsValue (const VMRange::collection& coll, lldb::addr_t value)

Completed in 1226 milliseconds

<<1112131415