Searched refs:full_name (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h538 auto full_name = c_str( local
575 type->tp_name = full_name;
/gem5/src/arch/
H A Disa_parser.py429 def __init__(self, parser, full_name, ext, is_src, is_dest):
430 self.full_name = full_name
666 def __init__(self, parser, full_name, ext, is_src, is_dest):
667 Operand.__init__(self, parser, full_name, ext, is_src, is_dest)
868 def __init__(self, parser, full_name, ext, is_src, is_dest):
869 Operand.__init__(self, parser, full_name, ext, is_src, is_dest)
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h838 std::string full_name = std::string(PyModule_GetName(m_ptr)) local
840 auto result = reinterpret_borrow<module>(PyImport_AddModule(full_name.c_str()));
1783 std::string full_name = scope.attr("__name__").cast<std::string>() + local
1785 m_ptr = PyErr_NewException(const_cast<char *>(full_name.c_str()), base, NULL);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc504 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
526 return (MatchesFilter(full_name, positive.c_str()) &&
527 !MatchesFilter(full_name, negative.c_str()));

Completed in 45 milliseconds