Searched defs:get_value (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
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/misc/stars/star111004/
H A Dstar111004.cpp82 bool io_controller_m::get_value(){ function in class:io_controller_m
/gem5/ext/pybind11/tests/
H A Dtest_buffers.cpp148 int32_t get_value() const { return *value; } function in class:ConstBuffer
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

Completed in 5 milliseconds