Searched refs:EmitCReadMethods (Results 1 – 6 of 6) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_fd_type.h | 75 void EmitCReadMethods(
|
D | ast_interface_type.h | 187 void EmitCReadMethods(
|
D | ast_interface_type.cpp | 247 … methods.emplace(methodName, std::bind(&ASTInterfaceType::EmitCReadMethods, this, _1, _2, _3, _4)); in RegisterReadMethod() 289 void ASTInterfaceType::EmitCReadMethods(StringBuilder &sb, const std::string &prefix, in EmitCReadMethods() function in OHOS::HDI::ASTInterfaceType
|
D | ast_fd_type.cpp | 205 … methods.emplace(methodName, std::bind(&ASTFdType::EmitCReadMethods, this, _1, _2, _3, _4)); in RegisterReadMethod() 237 void ASTFdType::EmitCReadMethods( in EmitCReadMethods() function in OHOS::HDI::ASTFdType
|
D | ast_array_type.h | 108 void EmitCReadMethods(
|
D | ast_array_type.cpp | 786 std::bind(&ASTArrayType::EmitCReadMethods, this, _1, _2, _3, _4) : in RegisterReadPodArrayMethod() 849 void ASTArrayType::EmitCReadMethods( in EmitCReadMethods() function in OHOS::HDI::ASTArrayType
|