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.h45 typedef InputTree::const_iterator const_input_iterator; typedef
96 const_input_iterator input_begin() const { return m_MainTree.begin(); } in input_begin()
98 const_input_iterator input_end() const { return m_MainTree.end(); } in input_end()