Lines Matching refs:begin
300 , m_ptr( list.begin() )
307 , m_ptr( list.begin() )
326 const T * begin() const VULKAN_HPP_NOEXCEPT
438 , m_ptr( list.begin() )
447 , m_ptr( list.begin() )
456 , m_ptr( list.begin() )
465 , m_ptr( list.begin() )
482 const T * begin() const VULKAN_HPP_NOEXCEPT
537 using ArrayProxy<T>::begin;
541 return reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() ) + size() * m_stride );
548 VULKAN_HPP_ASSERT( begin() && size() );
549 return *reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() ) + ( size() - 1 ) * m_stride );
985 std::transform( handles.begin(), handles.end(), newBuffer.begin(), []( UniqueType const & handle ) { return handle.get(); } );
6761 VULKAN_HPP_ASSERT_ON_RESULT( std::find( successCodes.begin(), successCodes.end(), result ) != successCodes.end() );
6763 if ( std::find( successCodes.begin(), successCodes.end(), result ) == successCodes.end() )