OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONST_ITERATOR
(Results
1 - 3
of
3
) sorted by null
/system/core/include/sysutils/
List.h
73
struct
CONST_ITERATOR
{
100
// this will handle conversions from iterator to
const_iterator
124
* handle comparisons between iterator and
const_iterator
177
typedef _ListIterator<T,
CONST_ITERATOR
>
const_iterator
;
typedef in class:android::sysutils::List
197
inline
const_iterator
begin() const {
198
return
const_iterator
(const_cast<_Node const*>(mpMiddle->getNext()));
203
inline
const_iterator
end() const {
204
return
const_iterator
(const_cast<_Node const*>(mpMiddle));
223
void insert(iterator posn,
const_iterator
first, const_iterator last)
[
all
...]
/system/core/include/utils/
List.h
72
struct
CONST_ITERATOR
{
99
// this will handle conversions from iterator to
const_iterator
123
* handle comparisons between iterator and
const_iterator
176
typedef _ListIterator<T,
CONST_ITERATOR
>
const_iterator
;
typedef in class:android::List
196
inline
const_iterator
begin() const {
197
return
const_iterator
(const_cast<_Node const*>(mpMiddle->getNext()));
202
inline
const_iterator
end() const {
203
return
const_iterator
(const_cast<_Node const*>(mpMiddle));
222
void insert(iterator posn,
const_iterator
first, const_iterator last)
[
all
...]
/system/netd/
List.h
73
struct
CONST_ITERATOR
{
100
// this will handle conversions from iterator to
const_iterator
124
* handle comparisons between iterator and
const_iterator
177
typedef _ListIterator<T,
CONST_ITERATOR
>
const_iterator
;
typedef in class:android::netd::List
197
inline
const_iterator
begin() const {
198
return
const_iterator
(const_cast<_Node const*>(mpMiddle->getNext()));
203
inline
const_iterator
end() const {
204
return
const_iterator
(const_cast<_Node const*>(mpMiddle));
223
void insert(iterator posn,
const_iterator
first, const_iterator last)
[
all
...]
Completed in 49 milliseconds