Searched refs:EmitDecodeForOneParameter (Results 1 – 2 of 2) sorted by relevance
52 void EmitDecodeForOneParameter(QualType ParamType,
153 EmitDecodeForOneParameter(method.ThisType, "this_ptr", method.Policy); in EmitDecodeForParameters()155 EmitDecodeForOneParameter(Iter->Type, Iter->Name, method.Policy); in EmitDecodeForParameters()162 void RPCServerSourceEmitter::EmitDecodeForOneParameter( in EmitDecodeForOneParameter() function in RPCServerSourceEmitter