Searched refs:converted (Results 1 – 2 of 2) sorted by relevance
295 JsonObject converted; in AddLinkableMessageIR() local300 converted = ConvertRecordTypeIR(static_cast<const RecordTypeIR *>(lm)); in AddLinkableMessageIR()304 converted = ConvertEnumTypeIR(static_cast<const EnumTypeIR *>(lm)); in AddLinkableMessageIR()308 converted = ConvertPointerTypeIR(static_cast<const PointerTypeIR *>(lm)); in AddLinkableMessageIR()312 converted = in AddLinkableMessageIR()317 converted = ConvertArrayTypeIR(static_cast<const ArrayTypeIR *>(lm)); in AddLinkableMessageIR()321 converted = ConvertLvalueReferenceTypeIR( in AddLinkableMessageIR()326 converted = ConvertRvalueReferenceTypeIR( in AddLinkableMessageIR()331 converted = ConvertBuiltinTypeIR(static_cast<const BuiltinTypeIR *>(lm)); in AddLinkableMessageIR()335 converted = ConvertFunctionTypeIR(static_cast<const FunctionTypeIR *>(lm)); in AddLinkableMessageIR()[all …]
153 which gets converted to java.lang.Object. Unfortunately the APK wants