Searched refs:element_type (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h169 typedef ElementType element_type; typedef in struct:sc_core::sc_direct_access
170 typedef element_type type;
184 typename U::policy::element_type>::value>::type* = NULL)
199 typedef ElementType element_type; typedef in class:sc_core::sc_member_access
206 typedef sc_member_access< element_type, access_type > policy;
219 access_type * get( element_type* this_ ) const
234 typedef ElementType element_type; typedef in class:sc_core::sc_vector_iter
284 element_type,
285 typename OtherPolicy::element_type>::value>::type* = NULL)
314 { return *access_policy::get( static_cast<element_type*>(*it
282 sc_vector_iter( const sc_vector_iter<OtherElement, OtherPolicy>& it , typename sc_meta::enable_if<sc_meta::is_more_const< element_type, typename OtherPolicy::element_type>::value>::type* = NULL) argument
334 typedef T element_type; typedef in class:sc_core::sc_vector
448 typedef T element_type; typedef in class:sc_core::sc_vector_assembly
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h148 typedef T element_type; typedef in class:testing::internal::linked_ptr
H A Dgtest-port.h1117 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h64 // Smart pointer classes define type element_type as the type of
66 typedef typename Pointer::element_type type;
76 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) {
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1299 auto sh = std::dynamic_pointer_cast<typename holder_type::element_type>(
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3288 typedef T element_type; typedef in class:testing::gmock_matchers_test::ConstPropagatingPtr

Completed in 58 milliseconds