Lines Matching full:bytes

77   ///     The length in bytes of \a data.
86 /// A size of a target byte in 8-bit host bytes
108 /// A size of a target byte in 8-bit host bytes
114 /// Initialize this object with a subset of the data bytes in \a data. If \a
120 /// are not \a length bytes available in \a data starting at \a offset, the
121 /// length will be truncated to contain as many bytes as possible.
130 /// The length in bytes of the subset of data.
133 /// A size of a target byte in 8-bit host bytes
179 /// \a s is nullptr) starting \a offset bytes into the data and stopping
180 /// after dumping \a length bytes. The offset into the data is displayed at
191 /// The number of bytes to dump.
210 /// Extract an arbitrary number of bytes in the specified byte order.
212 /// Attemps to extract \a length bytes starting at \a offset bytes into this
214 /// results in \a dst. \a dst must be at least \a length bytes long.
217 /// The offset in bytes into the contained data at which to
221 /// The number of bytes to extract.
229 /// are enough bytes available in the current data.
232 /// The number of bytes that were extracted which will be \a
234 /// if there aren't enough bytes at the specified offset.
247 /// by the appropriate number of bytes if the value is extracted
249 /// enough bytes to extract this value, the offset will be left
260 /// Return the size in bytes of any address values this object will extract.
263 /// The size in bytes of address values that will be extracted.
266 /// Get the number of bytes contained in this object.
269 /// The total number of bytes of data this object refers to.
281 /// by the appropriate number of bytes if the value is extracted
283 /// enough bytes to extract this value, the offset will be left
303 /// by the appropriate number of bytes if the value is extracted
305 /// enough bytes to extract this value, the offset will be left
316 /// Extract \a length bytes from \a *offset_ptr.
318 /// Returns a pointer to a bytes in this object's data at the offset pointed
325 /// by the appropriate number of bytes if the value is extracted
327 /// enough bytes to extract this value, the offset will be left
335 /// A pointer to the bytes in this object's data if the offset
344 /// Copy \a length bytes from \a *offset, without swapping bytes.
356 /// Returns the number of bytes that were copied, or zero if
361 /// Copy \a dst_len bytes from \a *offset_ptr and ensure the copied data is
368 /// extra bytes left over will be padded correctly according to the byte
387 /// The length number of bytes that the endian value will occupy is \a
394 /// Returns the number of bytes that were copied, or zero if anything
414 /// the offset in bytes into that shared data, zero otherwise.
430 /// by the appropriate number of bytes if the value is extracted
432 /// enough bytes to extract this value, the offset will be left
452 /// by the appropriate number of bytes if the value is extracted
454 /// enough bytes to extract this value, the offset will be left
474 /// by the appropriate number of bytes if the value is extracted
476 /// enough bytes to extract this value, the offset will be left
500 /// by the appropriate number of bytes if the value is extracted
502 /// enough bytes to extract this value, the offset will be left
525 /// by the appropriate number of bytes if the value is extracted
527 /// enough bytes to extract this value, the offset will be left
563 /// by the appropriate number of bytes if the value is extracted
565 /// enough bytes to extract this value, the offset will be left
569 /// The size in bytes of the integer to extract.
603 /// by the appropriate number of bytes if the value is extracted
605 /// enough bytes to extract this value, the offset will be left
631 /// by the appropriate number of bytes if the value is extracted
633 /// enough bytes to extract this value, the offset will be left
655 /// by the appropriate number of bytes if the value is extracted
657 /// enough bytes to extract this value, the offset will be left
672 /// by the appropriate number of bytes if the value is extracted
674 /// enough bytes to extract this value, the offset will be left
696 /// by the appropriate number of bytes if the value is extracted
698 /// enough bytes to extract this value, the offset will be left
713 /// by the appropriate number of bytes if the value is extracted
715 /// enough bytes to extract this value, the offset will be left
737 /// by the appropriate number of bytes if the value is extracted
739 /// enough bytes to extract this value, the offset will be left
754 /// by the appropriate number of bytes if the value is extracted
756 /// enough bytes to extract this value, the offset will be left
780 /// by the appropriate number of bytes if the value is extracted
782 /// enough bytes to extract this value, the offset will be left
798 /// by the appropriate number of bytes if the value is extracted
800 /// enough bytes to extract this value, the offset will be left
823 /// Peek at a bytes at \a offset.
825 /// Returns a pointer to \a length bytes at \a offset as long as there are
826 /// \a length bytes available starting at \a offset.
830 /// there are \a length bytes available at that offset, nullptr
840 /// Set the size in bytes that will be used when extracting any address and
844 /// The size in bytes to use when extracting addresses.
854 /// subset of this object's data, is valid. If \a bytes is nullptr, or \a
857 /// \param[in] bytes
861 /// The length in bytes of \a bytes.
867 /// The number of bytes that this object now contains.
868 lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
873 /// Set this object's data to be a subset of the data bytes in \a data. If
879 /// are not \a length bytes available in \a data starting at \a offset, the
880 /// length will be truncated to contains as many bytes as possible.
889 /// The length in bytes of the subset of \a data.
892 /// The number of bytes that this object now contains.
904 /// bytes available in \a data starting at \a offset, the length will be
905 /// truncated to contains as many bytes as possible.
914 /// The length in bytes of the subset of \a data_sp.
917 /// The number of bytes that this object now contains.
940 /// by the appropriate number of bytes if the value is extracted
942 /// enough bytes to extract this value, the offset will be left
946 /// The number of bytes consumed during the extraction.
958 /// Test the availability of \a length bytes of data from \a offset.
962 /// length bytes available at that offset, false otherwise.
972 bool Append(void *bytes, lldb::offset_t length);