Lines Matching defs:length
668 //! \brief Queries the length of the string, excluding any added '\0's.
671 //! \brief Queries the length of the string, excluding any added '\0's.
672 ::size_t length(void) const { return size(); }
5035 const ::size_t length = source.size();
5040 context(), (cl_uint)1, &strings, &length, &error);
5071 const ::size_t length = source.size();
5074 context(), (cl_uint)1, &strings, &length, &error);
5125 * \param binaries A vector of pairs of a pointer to a binary object and its length.
5130 * Set to CL_INVALID_VALUE if the length is 0 or the binary pointer is NULL.
5134 * CL_INVALID_VALUE if the length of devices is zero; or if the length of binaries does not match the length of devices;
5135 * or if any entry in binaries is NULL or has length 0.
6883 ::size_t length = endIterator-startIterator;
6884 ::size_t byteLength = length*sizeof(DataType);
6897 pointer, length));
6922 ::size_t length = endIterator-startIterator;
6923 ::size_t byteLength = length*sizeof(DataType);
6931 std::copy(pointer, pointer + length, startIterator);