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

  /prebuilts/ndk/r10/sources/cxx-stl/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
411 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()); }
  /prebuilts/ndk/r11/sources/cxx-stl/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
411 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()); }
  /prebuilts/ndk/r13/sources/cxx-stl/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
411 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 114 milliseconds