Searched refs:it_ (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/
H A Diterator.hpp41 * @file it_.hpp
42 * Contains an it_ for an adapter of mapping levels.
46 it_< \
56 it_< \
63 class it_ class
81 it_(It0 it0 = It0(), function in class:it_
89 it_(const PB_ASSOC_IT_C_DEC& r_other) : m_it0(r_other.m_it0), function in class:it_
96 it_(const PB_ASSOC_OIT_C_DEC& r_other) : m_it0(r_other.m_it0), function in class:it_
H A Dvalue_type_adapter.hpp237 it_<
245 it_<
253 it_<
261 it_<
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dbasic_multimap.cc82 for (typename Cntnr::data_type::const_iterator it_ = it->second.begin();
83 it_ != it->second.end(); ++it_)
84 std::cout <<* it_ << " "; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Darchive.h210 : arch_(arch), it_(it)
215 { return this->arch_->armap_names_.data() + this->it_->name_offset; }
220 ++this->it_;
227 { return this->it_ == p.it_; }
231 { return this->it_ != p.it_; }
238 while (this->it_ != this->arch_->armap_.end()
239 && (this->arch_->seen_offsets_.find(this->it_->file_offset)
241 ++it_;
248 std::vector<Armap_entry>::const_iterator it_; member in class:gold::Archive::Unused_symbol_iterator
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/
H A Dfind_iterators.hpp54 it_< \
58 it_< \
283 class it_ : class in inherits:PB_ASSOC_CONST_IT_C_DEC
291 it_(const node_pointer p_nd = NULL) : PB_ASSOC_CONST_IT_C_DEC((node_pointer)p_nd) function in class:it_
295 it_(const PB_ASSOC_ODIR_IT_C_DEC& function in class:it_
H A Dbin_search_tree_.hpp208 typedef it_<true> find_iterator;
216 typedef it_<false> reverse_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.exp156 test_it_block it_${i}

Completed in 72 milliseconds