Searched refs:type_ (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h64 : type_(a_type),
72 Type type() const { return type_; }
91 bool passed() const { return type_ == kSuccess; }
94 bool failed() const { return type_ != kSuccess; }
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
100 bool fatally_failed() const { return type_ == kFatalFailure; }
103 Type type_; member in class:testing::TestPartResult
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/gem5/ext/dsent/model/optical_graph/
H A DOpticalNode.cc30 OpticalNode::OpticalNode(Type type_, const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_) argument
31 :m_type_(type_), m_instance_name_(instance_name_), m_model_(model_), m_wavelengths_(wavelengths_)
H A DOpticalNode.h53 OpticalNode(Type type_, const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_);
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py506 type_ = m.groupdict()['type'] variable
507 if type_ not in _COMMON_GMOCK_SYMBOLS:
/gem5/ext/testlib/
H A Dconfig.py98 type_ = 'Include' if self.include else 'Remove'
99 return '%10s: %s' % (type_, self.regex.pattern)
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc240 type_(kDynamic),
252 if (type_ == kDynamic) {
285 if (type_ == kStatic) {
H A Dgtest.cc675 type_(type),
683 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_);
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1037 template <typename type_, typename... options>
1039 template <typename T> using is_holder = detail::is_holder_type<type_, T>;
1040 template <typename T> using is_subtype = detail::is_strict_base_of<type_, T>;
1041 template <typename T> using is_base = detail::is_strict_base_of<T, type_>;
1047 using type = type_;
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.cpp1525 wif_trace_file::wif_enum type_ )
1529 { wif_type = wif_names[type_]; }
H A Dsc_vcd_trace.cpp252 vcd_trace_file::vcd_enum type_ )
257 vcd_var_typ_name = vcd_types[type_];
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1664 // type_ in static mutexes. critical_section_ will be initialized lazily
1668 // This constructor intentionally does nothing. It relies on type_ being
1694 MutexType type_; member in class:testing::internal::Mutex

Completed in 70 milliseconds