Searched refs:DownCast_ (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1029 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1030 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1018 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1019 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1121 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1122 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1010 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1011 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1135 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1136 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1589 DownCast_<ResultHolder*>(this->UntypedInvokeWith(&args)));
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1411 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1412 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1379 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1380 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h1585 DownCast_<ResultHolder*>(this->UntypedInvokeWith(&args)));
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1365 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1366 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2228 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
2229 inline To DownCast_(From* f) { // so we only accept pointers function in namespace:std::tr1

Completed in 780 milliseconds