HomeSort by relevance Sort by last modified time
    Searched full:dynamic_cast (Results 101 - 125 of 573) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
throw_with_nested.pass.cpp 87 const B& b = dynamic_cast<const B&>(e);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 12 // The flag _LIBCXX_DYNAMIC_FALLBACK is used to make dynamic_cast more
18 // dynamic_cast, then the equality operation will fall back to using strcmp
21 // This change happens *only* under dynamic_cast, and only when
22 // dynamic_cast is faced with the choice: abort, or possibly give back the
23 // wrong answer. If when the dynamic_cast is done with this fallback
24 // algorithm and an inconsistency is still detected, dynamic_cast will call
234 dynamic_cast<const __class_type_info*>(thrown_type);
371 dynamic_cast<const __pointer_type_info*>(thrown_type);
383 dynamic_cast<const __class_type_info*>(__pointee);
387 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_aux_runtime.cpp 45 try { D &dr = dynamic_cast<D&> (*bp); }
  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 94 bar = dynamic_cast<Bar*>(foo);
  /prebuilts/misc/common/swig/include/2.0.11/php/
factory.i 95 Type *dobj = dynamic_cast<Type *>($1);
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
factory.swg 74 Type *dobj = dynamic_cast<Type *>($1);
  /external/icu/icu4c/source/i18n/
udat.cpp 38 dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
387 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df);
394 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
437 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
439 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
560 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
562 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
    [all...]
quantityformatter.cpp 128 const DecimalFormat *decFmt = dynamic_cast<const DecimalFormat *>(&fmt);
ucal.cpp 96 SimpleTimeZone* stz = dynamic_cast<SimpleTimeZone*>(zone);
273 GregorianCalendar *gregocal = dynamic_cast<GregorianCalendar *>(cpp_cal);
296 const GregorianCalendar *gregocal = dynamic_cast<const GregorianCalendar *>(cpp_cal);
760 const BasicTimeZone * btz = dynamic_cast<const BasicTimeZone *>(&tz);
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi/
libgabi++_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi-v7a/
libgabi++_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/x86/
libgabi++_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/mips/
libgabi++_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/x86/
libgabi++_shared.so 
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 100 if (dynamic_cast<local_argument *>(arg.get()))
224 obj = dynamic_cast<clover::buffer *>(*(cl_mem *)value);
288 obj = dynamic_cast<clover::buffer *>(*(cl_mem *)value);
318 obj = dynamic_cast<clover::image *>(*(cl_mem *)value);
348 obj = dynamic_cast<clover::image *>(*(cl_mem *)value);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h 383 // There are some places in proto2 where dynamic_cast would be useful as an
392 // as an optimization. So, we use dynamic_cast to check this.
394 // That said, dynamic_cast requires RTTI, which many people like to disable
401 // enabled, it does a dynamic_cast. If RTTI is disabled, it just returns
411 return dynamic_cast<To>(from);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 100 if (dynamic_cast<local_argument *>(arg.get()))
224 obj = dynamic_cast<clover::buffer *>(*(cl_mem *)value);
288 obj = dynamic_cast<clover::buffer *>(*(cl_mem *)value);
318 obj = dynamic_cast<clover::image *>(*(cl_mem *)value);
348 obj = dynamic_cast<clover::image *>(*(cl_mem *)value);
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 366 // There are some places in proto2 where dynamic_cast would be useful as an
375 // as an optimization. So, we use dynamic_cast to check this.
377 // That said, dynamic_cast requires RTTI, which many people like to disable
384 // enabled, it does a dynamic_cast. If RTTI is disabled, it just returns
394 return dynamic_cast<To>(from);
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 193 return new NativePixmap(dynamic_cast<NativeDisplay*>(nativeDisplay), width, height, bitSum);
199 return new NativePixmap(dynamic_cast<NativeDisplay*>(nativeDisplay), width, height, defaultDepth);
212 return new NativeWindow(dynamic_cast<NativeDisplay*>(nativeDisplay), m_instance, params);
  /cts/suite/audio_quality/lib/src/task/
TaskGeneric.cpp 71 // do not use dynamic_cast intentionally
  /external/chromium_org/ui/base/ime/
remote_input_method_win.h 60 // As you might notice, this is yet another reinplementation of dynamic_cast
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p5.cpp 49 (void)dynamic_cast<auto&>(n); // expected-error{{'auto' not allowed here}}
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 41 return dynamic_cast<const BlockStatement*>(state.getStatementStackEntry(stackDepth-1)) != DE_NULL;
378 const ConditionalStatement* curParent = dynamic_cast<const ConditionalStatement*>(state.getStatementStackEntry(curStackNdx));
446 return dynamic_cast<const BlockStatement*>(statement) != DE_NULL;
451 return dynamic_cast<const ConditionalStatement*>(statement) != DE_NULL;
  /ndk/sources/cxx-stl/gabi++/src/
pbase_type_info.cc 109 dynamic_cast<const __pbase_type_info*>(__pointee);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
director.swg 13 # define SWIG_DIRECTOR_CAST(ARG) dynamic_cast<Swig::Director *>(ARG)

Completed in 1798 milliseconds

1 2 3 45 6 7 8 91011>>