Home
last modified time | relevance | path

Searched refs:c_iter (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/autodoc/source/ary/inc/store/
H A Ds_storage.hxx49 typedef stg::const_iterator<ENTITY> c_iter; typedef in ary::stg::Storage
82 c_iter Begin() const;
83 c_iter BeginUnreserved() const;
84 c_iter End() const;
199 typename Storage<ENTITY>::c_iter
202 return c_iter(aData.Begin()); in Begin()
207 typename Storage<ENTITY>::c_iter
210 return c_iter(aData.BeginUnreserved()); in BeginUnreserved()
215 typename Storage<ENTITY>::c_iter
218 return c_iter(aData.End()); in End()
H A Ds_base.hxx54 typedef typename impl_type::const_iterator c_iter; typedef in ary::stg::Base
78c_iter Begin() const; /// @return location of index 1, because 0 is always e…
79 c_iter BeginUnreserved() const;
80 c_iter End() const;
151 typename Base<ENTITY>::c_iter
158 typename Base<ENTITY>::c_iter
165 typename Base<ENTITY>::c_iter
/aoo4110/main/autodoc/source/ary/idl/
H A Dia_ce.cxx509 idl::Ce_Storage::c_iter in Get_AlphabeticalIndex()
511 for ( idl::Ce_Storage::c_iter it = Storage().BeginUnreserved(); in Get_AlphabeticalIndex()

Completed in 46 milliseconds