Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h809 const IteratorImpl* typed_other = in Equals() local
815 if (AtEnd() && typed_other->AtEnd()) return true; in Equals()
820 std::get<I>(typed_other->current_))...}; in Equals()