Lines Matching refs:None

35 …    def CreateDataFromInt (cls, value, size = None, target = None, ptr_size = None, endian = None):
42 lldbtarget = None
43 if target is None and lldbtarget is not None and lldbtarget.IsValid():
45 if ptr_size is None:
50 if endian is None:
55 if size is None:
72 return None
137 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like …
138 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik…
139 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik…
140 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik…
141 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like …
142 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik…
143 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik…
144 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik…
145 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like …
146 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik…
147 …uint8s = property(_read_all_uint8, None, doc='''A read only property that returns an array with al…
148 …uint16s = property(_read_all_uint16, None, doc='''A read only property that returns an array with …
149 …uint32s = property(_read_all_uint32, None, doc='''A read only property that returns an array with …
150 …uint64s = property(_read_all_uint64, None, doc='''A read only property that returns an array with …
151 …sint8s = property(_read_all_sint8, None, doc='''A read only property that returns an array with al…
152 …sint16s = property(_read_all_sint16, None, doc='''A read only property that returns an array with …
153 …sint32s = property(_read_all_sint32, None, doc='''A read only property that returns an array with …
154 …sint64s = property(_read_all_sint64, None, doc='''A read only property that returns an array with …
155 …floats = property(_read_all_float, None, doc='''A read only property that returns an array with al…
156 …doubles = property(_read_all_double, None, doc='''A read only property that returns an array with …
158 …size = property(GetByteSize, None, doc='''A read only property that returns the size the same resu…