Lines Matching defs:mm
221 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceMethods() local
230 void CppCodeEmitter::EmitInterfaceMethod(MetaMethod* mm, StringBuilder& sb, const String& prefix) in EmitInterfaceMethod()
359 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceProxyAddCacheAbleAPI() local
390 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceProxyUnRegisterDeathRecipient() local
420 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceProxyMethodDecls() local
429 void CppCodeEmitter::EmitInterfaceProxyMethodDecl(MetaMethod* mm, StringBuilder& sb, const String& … in EmitInterfaceProxyMethodDecl()
518 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceProxyMethodImpls() local
527 void CppCodeEmitter::EmitInterfaceProxyMethodImpl(MetaMethod* mm, StringBuilder& sb, const String& … in EmitInterfaceProxyMethodImpl()
549 void CppCodeEmitter::EmitInterfaceProxyMethodPreSendRequest(MetaMethod* mm, StringBuilder& sb, cons… in EmitInterfaceProxyMethodPreSendRequest()
565 void CppCodeEmitter::EmitInterfaceProxyMethodPostSendRequest(MetaMethod* mm, StringBuilder& sb, con… in EmitInterfaceProxyMethodPostSendRequest()
572 void CppCodeEmitter::EmitInterfaceProxyMethodBody(MetaMethod* mm, StringBuilder& sb, const String& … in EmitInterfaceProxyMethodBody()
629 void CppCodeEmitter::EmitInterfaceProxyMethodReply(MetaMethod* mm, StringBuilder& sb, const String&… in EmitInterfaceProxyMethodReply()
643 void CppCodeEmitter::EmitInterfaceProxyMethodRetValue(MetaMethod* mm, StringBuilder& sb, const Stri… in EmitInterfaceProxyMethodRetValue()
777 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceStubMethodImpls() local
788 void CppCodeEmitter::EmitInterfaceStubMethodImplReturn(MetaMethod* mm, in EmitInterfaceStubMethodImplReturn()
828 void CppCodeEmitter::EmitInterfaceStubMethodImpl(MetaMethod* mm, StringBuilder& sb, const String& p… in EmitInterfaceStubMethodImpl()
880 MetaMethod* mm = metaInterface_->methods_[i]; in EmitInterfaceMethodCommands() local