Searched refs:get_type (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/ |
H A D | primitiveStream.h | 69 Int get_type(Int i) //the type of ith primitive in get_type() function
|
/reactos/sdk/tools/widl/ |
H A D | typetree.c | 207 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 D | widltypes.h | 574 type_t *get_type(enum type_type type, char *name, struct namespace *namespace, int t);
|
H A D | parser.y | 879 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 D | suminfo.c | 118 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 D | hlsl.l | 179 else if (get_type(hlsl_ctx.cur_scope, yytext, TRUE))
|
H A D | hlsl.y | 190 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 D | d3dcompiler_private.h | 1130 struct hlsl_type *get_type(struct hlsl_scope *scope, const char *name, BOOL recursive) DECLSPEC_HID…
|
H A D | utils.c | 841 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 D | slicer.cc | 1039 switch(pStream->get_type(i)){ in evalStream()
|