vt_names          379 ext/com_dotnet/com_typeinfo.c } vt_names[] = {
vt_names          413 ext/com_dotnet/com_typeinfo.c 	for (i = 0; vt_names[i].name != NULL; i++) {
vt_names          414 ext/com_dotnet/com_typeinfo.c 		if (vt_names[i].vt == vt)
vt_names          415 ext/com_dotnet/com_typeinfo.c 			return vt_names[i].name;