Lines Matching full:subset
112 /// Construct with a subset of \a data.
114 /// Initialize this object with a subset of the data bytes in \a data. If \a
127 /// The offset into \a data at which the subset starts.
130 /// The length in bytes of the subset of data.
854 /// subset of this object's data, is valid. If \a bytes is nullptr, or \a
871 /// Adopt a subset of \a data.
873 /// Set this object's data to be a subset of the data bytes in \a data. If
886 /// The offset into \a data at which the subset starts.
889 /// The length in bytes of the subset of \a data.
896 /// Adopt a subset of shared data in \a data_sp.
911 /// The offset into \a data_sp at which the subset starts.
914 /// The length in bytes of the subset of \a data_sp.