Searched refs:ASTNativeBufferType (Results 1 – 3 of 3) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_native_buffer_type.cpp | 13 bool ASTNativeBufferType::IsNativeBufferType() in IsNativeBufferType() 18 std::string ASTNativeBufferType::ToString() const in ToString() 23 TypeKind ASTNativeBufferType::GetTypeKind() in GetTypeKind() 28 std::string ASTNativeBufferType::EmitCType(TypeMode mode) const in EmitCType() 44 std::string ASTNativeBufferType::EmitCppType(TypeMode mode) const in EmitCppType() 60 void ASTNativeBufferType::EmitCWriteVar(const std::string &parcelName, const std::string &name, in EmitCWriteVar() 70 void ASTNativeBufferType::EmitCProxyReadVar(const std::string &parcelName, const std::string &name,… in EmitCProxyReadVar() 85 void ASTNativeBufferType::EmitCStubReadVar(const std::string &parcelName, const std::string &name, in EmitCStubReadVar() 96 void ASTNativeBufferType::EmitCppWriteVar(const std::string &parcelName, const std::string &name, S… in EmitCppWriteVar() 105 void ASTNativeBufferType::EmitCppReadVar(const std::string &parcelName, const std::string &name, St… in EmitCppReadVar() [all …]
|
D | ast_native_buffer_type.h | 16 class ASTNativeBufferType : public ASTType { 18 ASTNativeBufferType() : ASTType(TypeKind::TYPE_NATIVE_BUFFER, false) {} in ASTNativeBufferType() function
|
D | ast.cpp | 32 {"NativeBuffer", new ASTNativeBufferType()},
|