Searched defs:ImplicitCast_ (Results 1 - 10 of 10) 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/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h963 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
965 // const Foo*). When you use ImplicitCast_, the compiler checks that
970 // The syntax for using ImplicitCast_ is the same as for static_cast:
972 // ImplicitCast_<ToType>(expr)
974 // ImplicitCast_ would have been part of the C++ standard library,
982 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
985 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1013 ::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.h1324 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1326 // const Foo*). When you use ImplicitCast_, the compiler checks that
1331 // The syntax for using ImplicitCast_ is the same as for static_cast:
1333 // ImplicitCast_<ToType>(expr)
1335 // ImplicitCast_ would have been part of the C++ standard library,
1343 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1346 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1376 ::testing::internal::ImplicitCast_<From*>(to);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1324 // Use ImplicitCast_ as a safe version of static_cast for upcasting in
1326 // const Foo*). When you use ImplicitCast_, the compiler checks that
1331 // The syntax for using ImplicitCast_ is the same as for static_cast:
1333 // ImplicitCast_<ToType>(expr)
1335 // ImplicitCast_ would have been part of the C++ standard library,
1343 inline To ImplicitCast_(To x) { return x; } function in namespace:testing::internal
1346 // SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts
1376 ::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/fmtlib/test/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);
9601 PrintTo(ImplicitCast_<const char*>(s), os);
9607 PrintTo(ImplicitCast_<cons
[all...]
/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 578 milliseconds