Searched refs:class (Results 201 - 225 of 404) sorted by relevance

1234567891011>>

/gem5/ext/googletest/googletest/samples/
H A Dsample3-inl.h44 class Queue;
49 class QueueNode {
50 friend class Queue<E>;
74 class Queue {
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h83 class Expectation;
86 class ExpectationSet;
93 template <typename F> class FunctionMocker;
95 // Base class for expectations.
96 class ExpectationBase;
99 template <typename F> class TypedExpectation;
101 // Helper class for testing the Expectation class template.
102 class ExpectationTester;
104 // Base class fo
[all...]
H A Dgmock-cardinalities.h49 // 1. a class FooCardinality that implements the
59 class CardinalityInterface {
83 class GTEST_API_ Cardinality {
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h52 template <GTEST_10_TYPENAMES_(U)> friend class tuple; \
119 class tuple;
145 template <int k> class Get;
149 template <bool kIndexValid, int kIndex, class Tuple>
205 class tuple<> {
213 class GTEST_1_TUPLE_(T) {
215 template <int k> friend class gtest_internal::Get;
245 class GTEST_2_TUPLE_(T) {
247 template <int k> friend class gtest_internal::Get;
288 class GTEST_3_TUPLE
[all...]
H A Dgtest-port.h197 // GTEST_ATTRIBUTE_UNUSED_ - declares that a class' instances or a
224 // RE - a simple regular expression class using the POSIX
845 // Use this annotation at the end of a struct/class definition to
868 // This should be used in the private: declarations for a class.
873 // This should be used in the private: declarations for a class.
990 class Message;
1008 class Secret;
1115 class scoped_ptr {
1156 class GTEST_API_ RE {
1254 class GTEST_API
[all...]
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
58 // returns a concrete class that depends on the prevailing death test
69 class GTEST_API_ DeathTest {
84 // A helper class that aborts a death test when it's deleted.
85 class ReturnSentinel {
140 class DeathTestFactory {
148 class DefaultDeathTestFactory : public DeathTestFactory {
231 // A class representing the parsed contents of the
234 class InternalRunDeathTestFlag {
H A Dgtest-internal.h79 class ProtocolMessage;
80 namespace proto2 { class Message; }
86 class AssertionResult; // Result of an assertion.
87 class Message; // Represents a failure message.
88 class Test; // Represents a test.
89 class TestInfo; // Information about a test.
90 class TestPartResult; // Result of a test part.
91 class UnitTest; // A collection of test cases.
99 class ScopedTrace; // Implements scoped trace.
100 class TestInfoImp
[all...]
/gem5/ext/dsent/model/
H A DElectricalModel.h31 class PortInfo;
32 class EventInfo;
33 class ElectricalDriver;
34 class ElectricalDriverMultiplier;
35 class ElectricalNet;
36 class ElectricalLoad;
37 class ElectricalDelay;
66 class ElectricalModel : public Model
261 }; // class ElectricalModel
/gem5/ext/dsent/model/std_cells/
H A DCellMacros.h30 class StdCell;
33 class CellMacros
74 }; // class CellMacros
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingNode.h29 class ElectricalModel;
31 class ElectricalTimingNode
/gem5/ext/dsent/tech/
H A DTechModel.h33 class StdCellLib;
39 class TechModel
93 }; // class TechModel
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved.h22 sc_signal_resolved.h -- The resolved signal class.
38 class sc_process_b;
46 // The resolved signal class.
49 class sc_signal_resolved
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxcast_switch.h61 class sc_fxcast_switch;
67 // Fixed-point cast switch class.
70 class sc_fxcast_switch
H A Dscfx_params.h60 class scfx_params;
69 class scfx_params
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_adapters/
H A Dtlm_adapters.h28 class tlm_transport_to_master :
69 class tlm_slave_to_transport : public sc_core::sc_module
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_phase.h43 class tlm_phase{
70 class tlm_phase_##name_arg:public tlm::tlm_phase{ \
H A Dtlm_endian_conv.h60 template<class DATAWORD> inline void
63 The template parameter provides the data word width. Having this as a class
65 If the assignment operator for this class is overloaded, the endianness
156 class tlm_endian_context;
157 class tlm_endian_context_pool {
168 class tlm_endian_context : public tlm_extension<tlm_endian_context> {
261 template<class D> class tlm_bool {
279 template<class D> D tlm_bool<D>::TLM_TRUE
281 template<class
[all...]
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_get.h33 template <class PAYLOAD>
34 class peq_with_get : public sc_core::sc_object
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-death-test.h190 class GTEST_API_ ExitedWithCode {
204 class GTEST_API_ KilledBySignal {
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h37 template <class PAYLOAD>
38 class peq_with_get : public sc_core::sc_object
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.h22 sc_module.h -- Base class of all hierarchical modules and channels.
47 class sc_name_gen;
48 template<class T> class sc_in;
49 template<class T> class sc_inout;
50 template<class T> class sc_out;
76 // Base class for all structural entities.
79 class sc_modul
[all...]
H A Dsc_phase_callback_registry.h51 class sc_simcontext;
52 class sc_object;
54 class sc_phase_callback_registry
67 friend class sc_simcontext;
68 friend class sc_object;
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.h56 class vcd_trace; // defined in vcd_trace.cpp
57 template<class T> class vcd_T_trace;
66 class vcd_trace_file
172 template<class T>
H A Dsc_wif_trace.h68 class wif_trace; // defined in wif_trace.cc
69 template<class T> class wif_T_trace;
71 class wif_trace_file
167 template<class T>
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h302 enum class return_value_policy : uint8_t {
481 template <class... Ts> using all_of = bool_constant<(Ts::value && ...)>;
482 template <class... Ts> using any_of = bool_constant<(Ts::value || ...)>;
485 template <class... Ts> using all_of = std::is_same<
488 template <class... Ts> using any_of = negation<all_of<negation<Ts>...>>;
492 template <class... Ts> using all_of = std::conjunction<Ts...>;
493 template <class... Ts> using any_of = std::disjunction<Ts...>;
495 template <class... Ts> using none_of = negation<any_of<Ts...>>;
497 template <class T, template<class> clas
[all...]

Completed in 27 milliseconds

1234567891011>>