HomeSort by relevance Sort by last modified time
    Searched refs:to_value_type_cptr (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/pointers/
_tools.h 279 static value_type const* to_value_type_cptr(void_type const*__ptr) function in struct:_CastTraits
309 static value_type const* to_value_type_cptr(storage_type const*__ptr) function in struct:_CastTraits
408 static value_type const* to_value_type_cptr(storage_type const*__ptr) function in struct:_CastTraits
_vector.h 80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }

Completed in 109 milliseconds