HomeSort by relevance Sort by last modified time
    Searched defs:const_iterator (Results 126 - 128 of 128) sorted by null

1 2 3 4 56

  /external/stlport/stlport/stl/
_rope.h 1096 typedef _Rope_const_iterator<_CharT,_Alloc> const_iterator; typedef in class:rope
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 272 typedef Rect const* const_iterator; typedef in struct:android::egl_window_surface_v2_t::Region
273 const_iterator begin() const { return storage; }
274 const_iterator end() const { return storage+count; }
337 mutable Region::const_iterator b;
338 Region::const_iterator const e;
505 Region::const_iterator cur = clip.begin();
506 Region::const_iterator end = clip.end();
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 1096 typedef _Rope_const_iterator<_CharT,_Alloc> const_iterator; typedef in class:rope
    [all...]

Completed in 299 milliseconds

1 2 3 4 56