Searched refs:c_iter (Results 1 – 3 of 3) sorted by relevance
49 typedef stg::const_iterator<ENTITY> c_iter; typedef in ary::stg::Storage82 c_iter Begin() const;83 c_iter BeginUnreserved() const;84 c_iter End() const;199 typename Storage<ENTITY>::c_iter202 return c_iter(aData.Begin()); in Begin()207 typename Storage<ENTITY>::c_iter210 return c_iter(aData.BeginUnreserved()); in BeginUnreserved()215 typename Storage<ENTITY>::c_iter218 return c_iter(aData.End()); in End()
54 typedef typename impl_type::const_iterator c_iter; typedef in ary::stg::Base78 …c_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_iter158 typename Base<ENTITY>::c_iter165 typename Base<ENTITY>::c_iter
509 idl::Ce_Storage::c_iter in Get_AlphabeticalIndex()511 for ( idl::Ce_Storage::c_iter it = Storage().BeginUnreserved(); in Get_AlphabeticalIndex()
Completed in 33 milliseconds