HomeSort by relevance Sort by last modified time
    Searched refs:dynamic_cast (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/angle/src/common/
debug.h 121 #define HAS_DYNAMIC_TYPE(type, obj) (dynamic_cast<type >(obj) != NULL)
  /external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp 177 UnicodeString *rs = dynamic_cast<UnicodeString *>(&r);
udat.cpp 38 dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
384 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df);
391 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
434 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
436 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
557 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
559 } else if ((rdtfmt = dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
1012 dynamic_cast<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
    [all...]
reldtfmt.cpp 79 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
87 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat *>(df);
96 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
msgfmt.cpp 594 if (ptr != NULL && dynamic_cast<DummyFormat*>((Format*)ptr) == NULL) {
    [all...]
plurfmt.cpp 264 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
270 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
  /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;
  /external/icu/icu4c/source/i18n/
brktrans.cpp 177 UnicodeString *rs = dynamic_cast<UnicodeString *>(&r);
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);
coleitr.cpp 359 dynamic_cast<const FCDUTF16CollationIterator *>(other.iter_);
364 dynamic_cast<const UTF16CollationIterator *>(other.iter_);
reldtfmt.cpp 95 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
103 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat *>(df);
112 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h     [all...]
  /external/chromium_org/third_party/icu/source/samples/numfmt/
main.cpp 116 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf);
  /external/chromium_org/third_party/icu/source/test/intltest/
pptest.cpp 185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
nmfmtrt.cpp 185 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt);
233 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt);
icusvtst.cpp 120 if (U_SUCCESS(status) && obj && (i = dynamic_cast<Integer*>(obj)) != NULL) {
163 if ((s = dynamic_cast<const UnicodeString*>(obj)) != NULL) {
165 } else if ((loc = dynamic_cast<const Locale*>(obj)) != NULL) {
167 } else if ((i = dynamic_cast<const Integer*>(obj)) != NULL) {
484 if (obj && dynamic_cast<UnicodeString*>(obj) != NULL) {
504 if (obj && (s = dynamic_cast<UnicodeString*>(obj)) != NULL) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 718 const UnicodeString *s=dynamic_cast<const UnicodeString *>(node);
770 if(dynamic_cast<const UXMLElement *>(node)!=NULL) {
791 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node);
812 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node);
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 116 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf);
  /external/icu/icu4c/source/test/intltest/
pptest.cpp 185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
nmfmtrt.cpp 185 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt);
233 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt);
icusvtst.cpp 120 if (U_SUCCESS(status) && obj && (i = dynamic_cast<Integer*>(obj)) != NULL) {
163 if ((s = dynamic_cast<const UnicodeString*>(obj)) != NULL) {
165 } else if ((loc = dynamic_cast<const Locale*>(obj)) != NULL) {
167 } else if ((i = dynamic_cast<const Integer*>(obj)) != NULL) {
484 if (obj && dynamic_cast<UnicodeString*>(obj) != NULL) {
504 if (obj && (s = dynamic_cast<UnicodeString*>(obj)) != NULL) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 718 const UnicodeString *s=dynamic_cast<const UnicodeString *>(node);
770 if(dynamic_cast<const UXMLElement *>(node)!=NULL) {
791 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node);
812 const UXMLElement *elem=dynamic_cast<const UXMLElement *>(node);
  /external/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...]
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 263 // Test basic support for dynamic_cast<>.
268 const Rdar9212495_A& val = dynamic_cast<const Rdar9212495_A&>(*ptr);
270 // This is not valid C++; dynamic_cast with a reference type will throw an
272 // implementation of dynamic_cast will pass through a null pointer...or a
282 const Rdar9212495_A* val = dynamic_cast<const Rdar9212495_A*>(ptr);

Completed in 2175 milliseconds

1 23 4 5 6 7 8