OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iterator_type
(Results
1 - 3
of
3
) sorted by null
/external/stlport/stlport/stl/
_iterator.h
61
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
64
explicit reverse_iterator(
iterator_type
__x) : current(__x) {}
74
iterator_type
base() const { return current; }
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jitter_buffer.h
223
typedef typename Oscl_Vector<PVMFSharedMediaDataPtr, Alloc>::iterator
iterator_type
;
typedef
224
iterator_type
it;
239
typedef typename Oscl_Vector<PVMFSharedMediaDataPtr, Alloc>::iterator
iterator_type
;
typedef
240
iterator_type
it;
533
typedef typename Oscl_Vector<PVMFSharedMediaDataPtr, Alloc>::iterator
iterator_type
;
typedef
534
iterator_type
it;
[
all
...]
/external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp
2404
typedef Oscl_Vector<IPayloadParser::Payload, OsclMemAllocator>::iterator
iterator_type
;
typedef
[
all
...]
Completed in 885 milliseconds