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

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh99 static this_type this_; \
100 return this_; \
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh229 get(ElementType *this_) const
231 return this_;
256 AccessType *get(ElementType *this_) const { return &(this_->*ptr_); }
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h187 type* get( type* this_ ) const
188 { return this_; }
219 access_type * get( element_type* this_ ) const
220 { return &(this_->*ptr_); }
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h649 auto &this_ = static_cast<ThisT &>(*this); local
650 this_.check_holder_compat();
657 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder());
672 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder());
681 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder(base));
690 if (this_.try_implicit_casts(src, convert))
703 if (this_.try_direct_conversions(src))

Completed in 23 milliseconds