Home
last modified time | relevance | path

Searched refs:NonConstValue (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/poly_collection/detail/
Dstride_iterator.hpp43 typename NonConstValue,
45 std::is_same<Value,const NonConstValue>::value>::type* =nullptr
47 stride_iterator(const stride_iterator<NonConstValue>& x)noexcept: in stride_iterator()
51 typename NonConstValue,
53 std::is_same<Value,const NonConstValue>::value>::type* =nullptr
55 stride_iterator& operator=(const stride_iterator<NonConstValue>& x)noexcept in operator =()
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1244 TEST(ByRefTest, NonConstValue) { in TEST() argument