Searched refs:parent (Results 126 - 128 of 128) sorted by relevance

123456

/gem5/util/stats/
H A Dprofile.py128 child.parent = node
/gem5/ext/pybind11/include/pybind11/
H A Dattr.h26 /// Annotation for parent scope
190 /// Python handle to the parent scope (a class or a module)
206 /// Handle to the parent scope
286 func(f), parent(p) {
342 /// Process an attribute which indicates the parent scope of a method
369 r->args.emplace_back("self", nullptr /*descr*/, handle() /*parent*/, true /*convert*/, false /*none not allowed*/);
396 /// Process a parent class attribute. Single inheritance only (class_ itself already guarantees that)
402 /// Process a parent class attribute (deprecated, does not support multiple inheritance)
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc4204 // and will confuse the parent process. Otherwise, create/delete
4325 UnitTestImpl::UnitTestImpl(UnitTest* parent)
4326 : parent_(parent),

Completed in 28 milliseconds

123456