Home
last modified time | relevance | path

Searched refs:const_input_iterator (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DModule.h46 typedef InputTree::const_iterator const_input_iterator; typedef
97 const_input_iterator input_begin() const { return m_MainTree.begin(); } in input_begin()
99 const_input_iterator input_end () const { return m_MainTree.end(); } in input_end()