Searched defs:ImplicitCast_ (Results 1 - 9 of 9) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h976 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
978 // const Foo*). When you use ImplicitCast_, the compiler checks that
983 // The syntax for using ImplicitCast_ is the same as for static_cast:
985 // ImplicitCast_<ToType>(expr)
987 // ImplicitCast_ would have been part of the C++ standard library,
995 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
998 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1026 ::testing::internal::ImplicitCast_<From*>(to);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h968 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
970 // const Foo*). When you use ImplicitCast_, the compiler checks that
975 // The syntax for using ImplicitCast_ is the same as for static_cast:
977 // ImplicitCast_<ToType>(expr)
979 // ImplicitCast_ would have been part of the C++ standard library,
987 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
990 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1018 ::testing::internal::ImplicitCast_<From*>(to);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h987 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
989 // const Foo*). When you use ImplicitCast_, the compiler checks that
994 // The syntax for using ImplicitCast_ is the same as for static_cast:
996 // ImplicitCast_<ToType>(expr)
998 // ImplicitCast_ would have been part of the C++ standard library,
1006 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1009 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1037 ::testing::internal::ImplicitCast_<From*>(to);
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1369 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1371 // const Foo*). When you use ImplicitCast_, the compiler checks that
1376 // The syntax for using ImplicitCast_ is the same as for static_cast:
1378 // ImplicitCast_<ToType>(expr)
1380 // ImplicitCast_ would have been part of the C++ standard library,
1388 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1391 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1421 ::testing::internal::ImplicitCast_<From*>(to);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1337 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1339 // const Foo*). When you use ImplicitCast_, the compiler checks that
1344 // The syntax for using ImplicitCast_ is the same as for static_cast:
1346 // ImplicitCast_<ToType>(expr)
1348 // ImplicitCast_ would have been part of the C++ standard library,
1356 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1359 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1389 ::testing::internal::ImplicitCast_<From*>(to);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1079 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1081 // const Foo*). When you use ImplicitCast_, the compiler checks that
1086 // The syntax for using ImplicitCast_ is the same as for static_cast:
1088 // ImplicitCast_<ToType>(expr)
1090 // ImplicitCast_ would have been part of the C++ standard library,
1098 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1101 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1129 ::testing::internal::ImplicitCast_<From*>(to);
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1323 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1325 // const Foo*). When you use ImplicitCast_, the compiler checks that
1330 // The syntax for using ImplicitCast_ is the same as for static_cast:
1332 // ImplicitCast_<ToType>(expr)
1334 // ImplicitCast_ would have been part of the C++ standard library,
1342 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1345 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1375 ::testing::internal::ImplicitCast_<From*>(to);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1093 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1095 // const Foo*). When you use ImplicitCast_, the compiler checks that
1100 // The syntax for using ImplicitCast_ is the same as for static_cast:
1102 // ImplicitCast_<ToType>(expr)
1104 // ImplicitCast_ would have been part of the C++ standard library,
1112 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1115 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1143 ::testing::internal::ImplicitCast_<From*>(to);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2186 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
2188 // const Foo*). When you use ImplicitCast_, the compiler checks that
2193 // The syntax for using ImplicitCast_ is the same as for static_cast:
2195 // ImplicitCast_<ToType>(expr)
2197 // ImplicitCast_ would have been part of the C++ standard library,
2205 inline To ImplicitCast_(To x) { return x; } function in namespace:std::tr1
2208 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
2236 ::testing::internal::ImplicitCast_<From*>(to);
9602 PrintTo(ImplicitCast_<const char*>(s), os);
9608 PrintTo(ImplicitCast_<cons
[all...]

Completed in 1045 milliseconds