Searched refs:converted (Results 1 – 2 of 2) sorted by relevance
313 JsonObject converted; in AddLinkableMessageIR() local318 converted = ConvertRecordTypeIR(static_cast<const RecordTypeIR *>(lm)); in AddLinkableMessageIR()322 converted = ConvertEnumTypeIR(static_cast<const EnumTypeIR *>(lm)); in AddLinkableMessageIR()326 converted = ConvertPointerTypeIR(static_cast<const PointerTypeIR *>(lm)); in AddLinkableMessageIR()330 converted = in AddLinkableMessageIR()335 converted = ConvertArrayTypeIR(static_cast<const ArrayTypeIR *>(lm)); in AddLinkableMessageIR()339 converted = ConvertLvalueReferenceTypeIR( in AddLinkableMessageIR()344 converted = ConvertRvalueReferenceTypeIR( in AddLinkableMessageIR()349 converted = ConvertBuiltinTypeIR(static_cast<const BuiltinTypeIR *>(lm)); in AddLinkableMessageIR()353 converted = ConvertFunctionTypeIR(static_cast<const FunctionTypeIR *>(lm)); in AddLinkableMessageIR()[all …]
153 which gets converted to java.lang.Object. Unfortunately the APK wants