Searched refs:get_value (Results 1 - 11 of 11) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_semaphore_if.hh44 virtual int get_value() const = 0;
H A Dsc_semaphore.hh49 virtual int get_value() const;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_semaphore_if.h59 virtual int get_value() const = 0;
H A Dsc_semaphore.h69 virtual int get_value() const function in class:sc_core::sc_semaphore
/gem5/src/systemc/channel/
H A Dsc_semaphore.cc79 int sc_semaphore::get_value() const { return _value; } function in class:sc_core::sc_semaphore
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test03/
H A Dtest_sem.cpp62 sc_time_stamp().to_double(), sem_1.get_value());
/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dio_controller.h75 // bool get_value();
128 bool get_value();
H A Dstar111004.cpp82 bool io_controller_m::get_value(){ function in class:io_controller_m
89 sc_trace(tf, sem.get_value(), str);
/gem5/ext/pybind11/tests/
H A Dtest_class.py30 assert UserType.get_value.__name__ == "get_value"
31 assert UserType.get_value.__module__ == "pybind11_tests"
33 assert doc(UserType.get_value) == """
34 get_value(self: m.UserType) -> int
H A Dtest_virtual_functions.cpp108 std::string get_value() const { function in class:NonCopyable
124 std::string get_value() const { return std::to_string(value); } function in class:Movable
136 std::string print_nc(int a, int b) { return get_noncopyable(a, b).get_value(); }
137 std::string print_movable(int a, int b) { return get_movable(a, b).get_value(); }
H A Dtest_buffers.cpp148 int32_t get_value() const { return *value; } function in class:ConstBuffer
160 .def_property("value", &ConstBuffer::get_value, &ConstBuffer::set_value)

Completed in 14 milliseconds