Searched refs:typeid (Results 1 – 6 of 6) sorted by relevance
42 bad_typeid(const char *name = "bad typeid") throw()
194 const WORD typeid = VS_FILE_INFO | 0x8000; in find_ne_resource() local230 if (typeInfo->type_id == typeid) goto found_type; in find_ne_resource()
209 Enable this if the module uses typeid or dynamic_cast. You will probably need to link yith cpprt as…
3049 static BOOL find_ne_resource( HFILE lzfd, LPCSTR typeid, LPCSTR resid, in find_ne_resource() argument3085 if (!IS_INTRESOURCE(typeid)) /* named type */ in find_ne_resource()3087 BYTE len = strlen( typeid ); in find_ne_resource()3093 if ((*p == len) && !_strnicmp( (char*)p+1, typeid, len )) goto found_type; in find_ne_resource()3101 WORD id = LOWORD(typeid) | 0x8000; in find_ne_resource()3109 TRACE("No typeid entry found for %p\n", typeid ); in find_ne_resource()3132 TRACE("No resid entry found for %p\n", typeid ); in find_ne_resource()
366 - locale implementation do not use typeid anymore to enhance1300 method we use a typeid call to report the unknown facet type. In other
7079 * facets_byname.cpp: correction of the typeid use thanks to Ulrich Eckhardt.