Home
last modified time | relevance | path

Searched refs:IsNativeBufferType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_native_buffer_type.cpp25 bool ASTNativeBufferType::IsNativeBufferType() in IsNativeBufferType() function in OHOS::Idl::ASTNativeBufferType
H A Dast_native_buffer_type.h29 bool IsNativeBufferType() override;
H A Dast_type.cpp165 bool ASTType::IsNativeBufferType() in IsNativeBufferType() function in OHOS::Idl::ASTType
H A Dast_type.h144 virtual bool IsNativeBufferType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_native_buffer_type.h20 bool IsNativeBufferType() override;
H A Dast_native_buffer_type.cpp13 bool ASTNativeBufferType::IsNativeBufferType() in IsNativeBufferType() function in OHOS::HDI::ASTNativeBufferType
H A Dast_type.h130 virtual bool IsNativeBufferType();
H A Dast_type.cpp148 bool ASTType::IsNativeBufferType() in IsNativeBufferType() function in OHOS::HDI::ASTType
H A Dast_array_type.cpp47 if (elementType_->IsStringType() || elementType_->IsNativeBufferType()) { in EmitCType()
194 } else if (elementType_->IsFdType() || elementType_->IsNativeBufferType()) { in EmitCProxyReadVar()
247 } else if (elementType_->IsFdType() || elementType_->IsNativeBufferType()) { in EmitCStubReadVar()
556 …ementType_->IsStructType() || elementType_->IsStringType() || elementType_->IsNativeBufferType()) { in EmitMemoryRecycle()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp19 if (type->IsNativeBufferType()) { in GetStdlibInclusions()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp26 if (type->IsNativeBufferType()) { in GetStdlibInclusions()