Searched refs:converted (Results 1 – 2 of 2) sorted by relevance
288 JsonObject converted; in AddLinkableMessageIR() local293 converted = ConvertRecordTypeIR(static_cast<const RecordTypeIR *>(lm)); in AddLinkableMessageIR()297 converted = ConvertEnumTypeIR(static_cast<const EnumTypeIR *>(lm)); in AddLinkableMessageIR()301 converted = ConvertPointerTypeIR(static_cast<const PointerTypeIR *>(lm)); in AddLinkableMessageIR()305 converted = in AddLinkableMessageIR()310 converted = ConvertArrayTypeIR(static_cast<const ArrayTypeIR *>(lm)); in AddLinkableMessageIR()314 converted = ConvertLvalueReferenceTypeIR( in AddLinkableMessageIR()319 converted = ConvertRvalueReferenceTypeIR( in AddLinkableMessageIR()324 converted = ConvertBuiltinTypeIR(static_cast<const BuiltinTypeIR *>(lm)); in AddLinkableMessageIR()328 converted = ConvertFunctionTypeIR(static_cast<const FunctionTypeIR *>(lm)); in AddLinkableMessageIR()[all …]
153 which gets converted to java.lang.Object. Unfortunately the APK wants