Searched refs:src_buf_ptr (Results 1 – 2 of 2) sorted by relevance
811 MutableBorrowingLiteral(const char* src_buf_ptr, const Shape& shape);847 BorrowingLiteral(const char* src_buf_ptr, const Shape& shape);
2213 MutableBorrowingLiteral::MutableBorrowingLiteral(const char* src_buf_ptr, in MutableBorrowingLiteral() argument2221 root_piece_->set_buffer(const_cast<char*>(src_buf_ptr)); in MutableBorrowingLiteral()2260 BorrowingLiteral::BorrowingLiteral(const char* src_buf_ptr, const Shape& shape) in BorrowingLiteral() argument2266 root_piece_.set_buffer(const_cast<char*>(src_buf_ptr)); in BorrowingLiteral()