Home
last modified time | relevance | path

Searched defs:impl_ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util.h118 Impl *impl_; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h190 ~MatcherInterfaceAdapter() override { delete impl_; } in ~MatcherInterfaceAdapter() local
305 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_() function
491 Impl impl_; variable
H A Dgtest.h1451 internal::UnitTestImpl* impl_; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h158 std::unique_ptr<ParamIteratorInterface<T> > impl_; variable