Searched refs:get_name (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc73 get_name(key_type id) const function in struct:tlm::__anon147::tlm_phase_registry
106 tlm_phase::get_name() const
108 return tlm_phase_registry::instance().get_name(m_id);
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh57 const char *get_name() const;
81 s << p.get_name();
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py58 def get_name(self): member in class:FdtProperty
104 if self.name != node.get_name():
408 def get_name(self): # pylint: disable-msg=R0201 member in class:FdtNop
444 def get_name(self): member in class:FdtNode
452 and data.get_name() == name:
495 if self.get_name() == '/':
499 blob += self.get_name().encode('ascii') + pack('b', 0)
518 if self.get_name() == '/':
532 if self.subdata[index].get_name() != subnode.get_name() an
[all...]
/gem5/src/arch/arm/
H A DArmSystem.py127 if node.get_name() == root.get_name():
/gem5/ext/pybind11/tests/
H A Dtest_local_bindings.py202 assert mycat.get_name() == "Fluffy"
/gem5/src/python/m5/
H A DSimObject.py1359 def get_name(self): member in class:SimObject
1378 child.get_name())
1521 ' '.join(self._children[n].get_name()
1549 d.name = self.get_name()
1559 # Use the name of the attribute (and not get_name()) as
H A Dparams.py285 def get_name(self): member in class:SimObjectVector
311 warn("SimObject %s already has a parent" % value.get_name() +\

Completed in 24 milliseconds