Searched refs:value_type (Results 26 - 40 of 40) sorted by relevance

12

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2220 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
2225 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
2230 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
H A Dgtest-param-util.h125 typedef T value_type; typedef in class:testing::internal::ParamIterator
H A Dgtest-internal.h1037 typedef Element value_type; typedef in class:testing::internal::NativeArray
H A Dgtest-param-util-generated.h63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
70 internal::ParamGenerator<typename Container::value_type> ValuesIn(
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc342 m_writeRequestTable.insert(RequestTable::value_type(line_addr,
357 m_readRequestTable.insert(RequestTable::value_type(line_addr,
H A DSequencer.cc186 RequestTable::value_type default_entry(line_addr,
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4500 typedef T value_type; typedef in class:testing::gmock_matchers_test::Streamlike
4514 value_type,
4516 const value_type*,
4517 const value_type&> {
4520 typename std::list<value_type>::iterator pos)
4523 const value_type& operator*() const { return *pos_; }
4524 const value_type* operator->() const { return &*pos_; }
4534 explicit PostIncrProxy(const value_type& value) : value_(value) {}
4535 value_type operator*() const { return value_; }
4537 value_type value
[all...]
H A Dgmock-spec-builders_test.cc1457 ::testing::StaticAssertTypeEq<Expectation, ExpectationSet::value_type>();
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h774 // (we specifically check for: has `value_type` and `reference` with `reference = value_type&`): if
775 // so, copy constructability depends on whether the value_type is copy constructible.
778 std::is_same<typename Container::value_type &, typename Container::reference>,
780 negation<std::is_same<Container, typename Container::value_type>>
781 >::value>> : is_copy_constructible<typename Container::value_type> {};
1162 using CharT = typename StringType::value_type;
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp80 static_assert(std::is_same<arr_t::value_type, uint16_t>::value, "");
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h569 typedef Expectation::Set::value_type value_type;
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h137 typedef bool value_type; typedef in struct:sc_dt::sc_proxy_traits
146 typedef sc_logic_value_t value_type; typedef in struct:sc_dt::sc_proxy_traits
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1678 ret = TLBFootprint.insert(AccessPatternTable::value_type(virt_page_addr,
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h309 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
312 ::value_type ParamType;
323 internal::ParamGenerator<typename Container::value_type> ValuesIn(
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc7641 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7642 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();

Completed in 153 milliseconds

12