OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PolicyIteratorBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h
88
class
PolicyIteratorBase
: public IteratorType {
95
typedef
PolicyIteratorBase
<value_type, Traits, IteratorType> Self;
101
typedef
PolicyIteratorBase
<value_type, nonconst_traits, IteratorType>
103
typedef
PolicyIteratorBase
<value_type, const_traits, IteratorType>
111
PolicyIteratorBase
() : IteratorType() {}
113
PolicyIteratorBase
(const iterator& X) : IteratorType(X.m_pNode) {}
115
explicit
PolicyIteratorBase
(NodeBase* X) : IteratorType(X) {}
117
virtual ~
PolicyIteratorBase
() {}
136
: public
PolicyIteratorBase
<DataType, Traits, IteratorType> {
139
typedef
PolicyIteratorBase
<DataType, Traits, IteratorType> Base
[
all
...]
/frameworks/compile/mclinker/include/mcld/
InputTree.h
27
: public
PolicyIteratorBase
<Input, Traits, IteratorType> {
30
typedef
PolicyIteratorBase
<Input, Traits, IteratorType> Base;
Completed in 2150 milliseconds