Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DprimitiveStream.h69 Int get_type(Int i) //the type of ith primitive in get_type() function
/reactos/sdk/tools/widl/
H A Dtypetree.c207 type_t *type = get_type(TYPE_MODULE, name, NULL, 0); in type_new_module()
217 type_t *type = get_type(TYPE_COCLASS, name, NULL, 0); in type_new_coclass()
355 type_t *t = get_type(TYPE_ENCAPSULATED_UNION, name, NULL, tsUNION); in type_new_encapsulated_union()
H A Dwidltypes.h574 type_t *get_type(enum type_type type, char *name, struct namespace *namespace, int t);
H A Dparser.y879 dispinterface: tDISPINTERFACE aIDENTIFIER { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0)…
880 | tDISPINTERFACE aKNOWNTYPE { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); }
916 interface: tINTERFACE aIDENTIFIER { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); }
917 | tINTERFACE aKNOWNTYPE { $$ = get_type(TYPE_INTERFACE, $2, current_namespace, 0); }
2111 type_t *get_type(enum type_type type, char *name, struct namespace *namespace, int t) in get_type() function
2897 async_iface = get_type(TYPE_INTERFACE, concat_str("Async", iface->name), iface->namespace, 0); in check_async_uuid()
/reactos/dll/win32/msi/
H A Dsuminfo.c118 static UINT get_type( UINT uiProperty ) in get_type() function
209 type = get_type( idofs[i].propid ); in read_properties_from_data()
899 UINT type = get_type( uiProperty ); in suminfo_set_prop()
1105 r = set_prop( si, pid, get_type(pid), int_value, &ft_value, &str_value ); in msi_add_suminfo()
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dhlsl.l179 else if (get_type(hlsl_ctx.cur_scope, yytext, TRUE))
H A Dhlsl.y190 if (get_type(scope, def->name, FALSE)) in add_type_to_scope()
1491 type = get_type(hlsl_ctx.cur_scope, $1, TRUE);
1499 type = get_type(hlsl_ctx.cur_scope, $2, TRUE);
H A Dd3dcompiler_private.h1130 struct hlsl_type *get_type(struct hlsl_scope *scope, const char *name, BOOL recursive) DECLSPEC_HID…
H A Dutils.c841 struct hlsl_type *get_type(struct hlsl_scope *scope, const char *name, BOOL recursive) in get_type() function
848 return get_type(scope->upper, name, recursive); in get_type()
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dslicer.cc1039 switch(pStream->get_type(i)){ in evalStream()