HomeSort by relevance Sort by last modified time
    Searched full:upcast (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
dynamic_cast-no-rtti.cpp 12 // An upcast can be resolved statically and can be used with -fno-rtti, iff it
14 A *upcast(B *b) { function
  /external/llvm/unittests/Support/
Casting.cpp 183 // types are statically known to be OK to upcast. This is the case when,
191 // No classof. We are testing that the upcast is inferred.
210 // This test verifies that the inferred upcast takes precedence over an
  /external/chromium_org/skia/ext/
refptr_unittest.cc 112 TEST(RefPtrTest, Upcast) {
  /art/runtime/base/
casts.h 48 // When you upcast (that is, cast a pointer from type Foo to type
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 53 // Well-formed upcast
104 // Well-formed upcast
cstyle-cast.cpp 156 // Member pointer upcast.
static-cast.cpp 128 // Member pointer upcast.
functional-cast.cpp 216 // Member pointer upcast.
warn-reinterpret-base-class.cpp 65 // Base class outside upcast base-chain is malformed.
82 // Virtual base class outside upcast base-chain is malformed.
  /external/ceres-solver/internal/ceres/
casts.h 71 // When you upcast (that is, cast a pointer from type Foo to type
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils_unittest.cc 409 BookmarkClient* upcast = &client; local
410 EXPECT_FALSE(upcast->CanBeEditedByUser(extra_node));
  /external/chromium_org/third_party/cld/base/
casts.h 37 // When you upcast (that is, cast a pointer from type Foo to type
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java 88 * result must never be upcast back to LinkedEntry[] (or Object[], etc.), or
  /external/chromium_org/base/memory/
scoped_ptr.h 71 // Pass() properly handles upcast in initialization, i.e. you can use a
77 // PassAs<>() should be used to upcast return value in return statement:
473 // NOT use implicit_cast<Base*>() to upcast the static type of the array.
weak_ptr_unittest.cc 251 TEST(WeakPtrFactoryTest, UpCast) {
  /external/chromium_org/third_party/webrtc/base/
scoped_ptr.h 77 // Pass() properly handles upcast in initialization, i.e. you can use a
83 // PassAs<>() should be used to upcast return value in return statement:
482 // NOT use implicit_cast<Base*>() to upcast the static type of the array.
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
scoped_ptr.h 79 // Pass() properly handles upcast in initialization, i.e. you can use a
85 // PassAs<>() should be used to upcast return value in return statement:
464 // NOT use implicit_cast<Base*>() to upcast the static type of the array.
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 355 // Upcast to the correct version of SkCanvasState. This avoids having a virtual destructor on
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 350 // Upcast to the correct version of SkCanvasState. This avoids having a virtual destructor on
  /external/chromium_org/chrome/browser/profiles/
profile.h 170 // Typesafe upcast.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cxxabi.h 429 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.

Completed in 2531 milliseconds

1 2 3