Searched refs:SimObjectVector (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/
H A DSimObject.py71 isNullPointer, SimObjectVector, Port
1342 # Also implemented by SimObjectVector
1347 # Also implemented by SimObjectVector
1353 # SimObjectVector because the elements in a SimObjectVector may not share
1358 # Also implemented by SimObjectVector
1362 # Also implemented by SimObjectVector
1398 # SimObjectVector class so we can call has_parent()
1399 val = SimObjectVector(val)
1714 return isinstance(value, SimObjectVector)
[all...]
H A Dparams.py264 class SimObjectVector(VectorParamValue): class in inherits:VectorParamValue
267 return SimObjectVector([v(**kwargs) for v in self])
291 # SimObjectVector directly.
306 # a SimObjectVector of temporary objects that will be modified later in
312 " that is being overwritten by a SimObjectVector")
314 super(SimObjectVector, self).__setitem__(key, value)
327 # Each entry in the SimObjectVector should be an
352 return SimObjectVector(tmp_list)

Completed in 10 milliseconds