OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NamePairList
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h
45
typedef std::vector<NamePair>
NamePairList
;
46
typedef
NamePairList
::iterator iterator;
47
typedef
NamePairList
::const_iterator const_iterator;
84
NamePairList
m_NamePairList;
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
54
NamePairList
::const_iterator name_hash, nEnd = m_NamePairList.end();
66
NamePairList
::iterator name_hash, nEnd = m_NamePairList.end();
Completed in 216 milliseconds