Searched defs:buffer_iterator_index_expr (Results 1 – 1 of 1) sorted by relevance
53 struct buffer_iterator_index_expr struct55 typedef T result_type;57 buffer_iterator_index_expr(const buffer &buffer, in buffer_iterator_index_expr() argument68 buffer_iterator_index_expr(const buffer_iterator_index_expr& other) in buffer_iterator_index_expr() function76 ~buffer_iterator_index_expr() in ~buffer_iterator_index_expr()83 operator T() const in operator T()91 const buffer m_buffer;92 const size_t m_index;93 const memory_object::address_space m_address_space;94 const IndexExpr m_expr;