Home
last modified time | relevance | path

Searched refs:typeid (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/c++/
H A Dtypeinfo42 bad_typeid(const char *name = "bad typeid") throw()
/reactos/dll/win32/version/
H A Dversion.c194 const WORD typeid = VS_FILE_INFO | 0x8000; in find_ne_resource() local
230 if (typeInfo->type_id == typeid) goto found_type; in find_ne_resource()
/reactos/
H A DCMakeLists.txt209 Enable this if the module uses typeid or dynamic_cast. You will probably need to link yith cpprt as…
/reactos/dll/win32/oleaut32/
H A Dtypelib.c3049 static BOOL find_ne_resource( HFILE lzfd, LPCSTR typeid, LPCSTR resid, in find_ne_resource() argument
3085 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()
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog366 - locale implementation do not use typeid anymore to enhance
1300 method we use a typeid call to report the unknown facet type. In other
H A DChangeLog-5.17079 * facets_byname.cpp: correction of the typeid use thanks to Ulrich Eckhardt.