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

1 2 3 45 6 7 8 91011>>

  /external/gtest/include/gtest/internal/
gtest-port.h 394 // both the typeid and dynamic_cast features are present.
    [all...]
  /external/icu4c/i18n/
basictz.cpp 398 const TimeArrayTimeZoneRule *tar = dynamic_cast<const TimeArrayTimeZoneRule *>(toRule);
469 } else if ((ar = dynamic_cast<const AnnualTimeZoneRule *>(toRule)) != NULL) {
tzgnames.cpp 661 if (dynamic_cast<OlsonTimeZone *>(tmptz) != NULL
662 || dynamic_cast<SimpleTimeZone *>(tmptz) != NULL
663 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL
664 || dynamic_cast<VTimeZone *>(tmptz) != NULL) {
    [all...]
msgfmt.cpp 583 if (ptr != NULL && dynamic_cast<DummyFormat*>((Format*)ptr) == NULL) {
1022 if (dynamic_cast<const ChoiceFormat*>(formatter) |
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 389 // both the typeid and dynamic_cast features are present.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 393 // both the typeid and dynamic_cast features are present.
    [all...]
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 244 // again no dynamic_cast intentionally
  /external/icu4c/samples/numfmt/
main.cpp 116 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp.php 99 'try', 'catch', 'inline', 'dynamic_cast', 'const_cast', 'reinterpret_cast',
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
typeinfo 188 * If you attempt an invalid @c dynamic_cast expression, an instance of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
typeinfo 188 * If you attempt an invalid @c dynamic_cast expression, an instance of
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
typeinfo 170 * If you attempt an invalid @c dynamic_cast expression, an instance of
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeinfo 188 * If you attempt an invalid @c dynamic_cast expression, an instance of
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeinfo 187 * If you attempt an invalid @c dynamic_cast expression, an instance of
  /external/clang/test/CodeCompletion/
ordinary-name.cpp 17 // CHECK-CC1-NEXT: COMPLETION: Pattern : dynamic_cast<<#type#>>(<#expression#>)
144 // CHECK-CC4-NEXT: COMPLETION: Pattern : dynamic_cast<<#type#>>(<#expression#>)
187 // CHECK-NO-RTTI-NOT: dynamic_cast
  /external/clang/test/SemaCXX/
expression-traits.cpp 397 ASSERT_RVALUE(dynamic_cast<Class*>(&instance));
402 ASSERT_LVALUE(dynamic_cast<Class&>(instance));
414 ASSERT_LVALUE(dynamic_cast<B&>(object));
  /external/icu4c/test/intltest/
uobjtest.cpp 589 if (dynamic_cast<DecimalFormat *>(nf) == NULL || dynamic_cast<ChoiceFormat *>(nf) != NULL) {
590 errln("dynamic_cast<>(NumberFormat) failed");
  /external/oprofile/libpp/
format_output.cpp 513 cg_symbol const * sym = dynamic_cast<cg_symbol const *>(*it);
766 cg_symbol const * cg_symb = dynamic_cast<cg_symbol const *>(symb);
1004 cg_symbol const * cg_symb = dynamic_cast<cg_symbol const *>(symb);
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi/
libgabi++_static.a     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi-v7a/
libgabi++_static.a     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/x86/
libgabi++_static.a     [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 386 // - a dynamic_cast (5.2.7);
391 int n : dynamic_cast<const S*>(&s)->n; // expected-warning {{constant expression}} expected-note {{dynamic_cast}}
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/armeabi/
libgabi++_static.a     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/armeabi-v7a/
libgabi++_static.a     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/mips/
libgabi++_static.a     [all...]

Completed in 732 milliseconds

1 2 3 45 6 7 8 91011>>