Searched defs:metaMethod (Results 1 – 4 of 4) sorted by relevance
| /foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/ |
| D | ts_code_emitter_proxy_test.cpp | 63 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 104 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 145 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 186 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 229 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 272 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 312 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 353 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 394 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 435 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable [all …]
|
| /foundation/ability/idl_tool/codegen/ |
| D | ts_code_emitter.cpp | 117 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceMethods() local 122 void TsCodeEmitter::EmitInterfaceMethod(MetaMethod* metaMethod, StringBuilder& stringBuilder, const… in EmitInterfaceMethod() 160 void TsCodeEmitter::EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Metho… in EmitInterfaceMethodLastPara() 277 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceProxyMethodImpls() local 285 void TsCodeEmitter::EmitInterfaceProxyMethodImpl(MetaMethod* metaMethod, int methodIndex, StringBui… in EmitInterfaceProxyMethodImpl() 312 void TsCodeEmitter::EmitInterfaceProxyMethodBody(MetaMethod* metaMethod, int methodIndex, StringBui… in EmitInterfaceProxyMethodBody() 349 void TsCodeEmitter::EmitInterfaceMethodCallback(MetaMethod* metaMethod, int methodIndex, StringBuil… in EmitInterfaceMethodCallback() 404 void TsCodeEmitter::EmitInterfaceMethodCallbackInner(MetaType* returnType, MetaMethod* metaMethod, in EmitInterfaceMethodCallbackInner() 519 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceStubMethodImpls() local 532 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceStubMethodImpls() local [all …]
|
| /foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_stub_test/ |
| D | ts_code_emitter_stub_test.cpp | 757 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 798 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 839 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 880 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable 920 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable
|
| /foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/ |
| D | ts_code_emitter_interface_test.cpp | 769 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 791 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 813 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 835 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 857 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 879 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 901 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 923 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable 972 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
|