Searched refs:EmitCppReadMethods (Results 1 – 6 of 6) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_fd_type.h | 81 void EmitCppReadMethods(
|
D | ast_interface_type.h | 190 void EmitCppReadMethods(
|
D | ast_interface_type.cpp | 251 …methods.emplace("ReadInterface", std::bind(&ASTInterfaceType::EmitCppReadMethods, this, _1, _2, _3… in RegisterReadMethod() 311 void ASTInterfaceType::EmitCppReadMethods(StringBuilder &sb, const std::string &prefix, in EmitCppReadMethods() function in OHOS::HDI::ASTInterfaceType
|
D | ast_fd_type.cpp | 208 … methods.emplace(methodName, std::bind(&ASTFdType::EmitCppReadMethods, this, _1, _2, _3, _4)); in RegisterReadMethod() 306 void ASTFdType::EmitCppReadMethods( in EmitCppReadMethods() function in OHOS::HDI::ASTFdType
|
D | ast_array_type.h | 140 void EmitCppReadMethods(
|
D | ast_array_type.cpp | 792 … methods.emplace(methodName, std::bind(&ASTArrayType::EmitCppReadMethods, this, _1, _2, _3, _4)); in RegisterReadPodArrayMethod() 1215 void ASTArrayType::EmitCppReadMethods( in EmitCppReadMethods() function in OHOS::HDI::ASTArrayType
|