Home | History | Annotate | Download | only in interface

Lines Matching refs:SBData

249 	                     lldb::SBData data,
357 /// Get an SBData wrapping what this SBValue points to.
361 /// of type T from it, copying their contents in an SBData.
374 /// An SBData with the contents of the copied items, on success.
375 /// An empty SBData otherwise.
378 lldb::SBData
384 /// Get an SBData wrapping the contents of this SBValue.
387 /// and copy them into an SBData for future use.
390 /// An SBData with the contents of this SBValue, on success.
391 /// An empty SBData otherwise.
394 lldb::SBData
398 SetData (lldb::SBData &data, lldb::SBError& error);
443 if _newclass: data = property(GetData, None, doc='''A read only property that returns an lldb object (lldb.SBData) that represents the bytes that make up the value for this object.''')