Lines Matching refs:tc
164 int tc = getType(object).getTypeClass().getValue(); in isObject() local
165 return (TypeClass.INTERFACE_value == tc || in isObject()
166 TypeClass.STRUCT_value == tc || in isObject()
167 TypeClass.EXCEPTION_value == tc || in isObject()
168 TypeClass.SEQUENCE_value == tc || in isObject()
169 TypeClass.ENUM_value == tc); in isObject()
407 int tc = type.getTypeClass().getValue(); in convertSimple() local
413 if (TypeClass.INTERFACE_value == tc && dest_tc == tc) in convertSimple()
421 if (tc == TypeClass.CHAR_value) in convertSimple()
425 if (tc == TypeClass.BOOLEAN_value) in convertSimple()
429 if (tc == TypeClass.BYTE_value) in convertSimple()
433 switch (tc) in convertSimple()
442 switch (tc) in convertSimple()
449 switch (tc) in convertSimple()
461 switch (tc) in convertSimple()
470 switch (tc) in convertSimple()
485 switch (tc) in convertSimple()
496 switch (tc) in convertSimple()
507 switch (tc) in convertSimple()
522 if (tc == TypeClass.ENUM_value && in convertSimple()
529 if (tc == TypeClass.STRING_value) in convertSimple()
533 if (tc == TypeClass.TYPE_value) in convertSimple()
553 if (tc == TypeClass.SEQUENCE_value && in convertSimple()