Searched refs:rhs_pos (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp77 collection::const_iterator rhs_pos; local
82 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos)
84 if (pos->tag != rhs_pos->tag)
88 if (pos->tag == DW_TAG_structure_type && rhs_pos->tag == DW_TAG_class_type)
90 if (pos->tag == DW_TAG_class_type && rhs_pos->tag == DW_TAG_structure_type)
96 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos)
98 if (!pos->NameMatches (*rhs_pos))
/external/lldb/source/Target/
H A DThreadList.cpp751 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); local
752 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos)
754 const lldb::tid_t tid = (*rhs_pos)->GetID();
766 (*rhs_pos)->DestroyThread();
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp416 int32_t idx = 0, rhs_idx = 0, pos = -1, rhs_pos = -1; local
419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp416 int32_t idx = 0, rhs_idx = 0, pos = -1, rhs_pos = -1; local
419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);

Completed in 345 milliseconds