Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc601 bool IsForwardIteratorHelper(std::forward_iterator_tag /*tag*/) { return true; } in IsForwardIteratorHelper() function
603 bool IsForwardIteratorHelper(T /*t*/) { in IsForwardIteratorHelper() function
608 EXPECT_TRUE(IsForwardIteratorHelper( in TEST_P()
610 EXPECT_TRUE(IsForwardIteratorHelper(std::iterator_traits< in TEST_P()