Home
last modified time | relevance | path

Searched refs:IsStringType (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_string_type.cpp25 bool ASTStringType::IsStringType() in IsStringType() function in OHOS::Idl::ASTStringType
H A Dast_string_type.h28 bool IsStringType() override;
H A Dast_type.cpp80 bool ASTType::IsStringType() in IsStringType() function in OHOS::Idl::ASTType
H A Dast_type.h54 virtual bool IsStringType();
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_string16_type.cpp25 bool ASTString16Type::IsStringType() in IsStringType() function in OHOS::Idl::ASTString16Type
H A Dast_string_type.cpp25 bool ASTStringType::IsStringType() in IsStringType() function in OHOS::Idl::ASTStringType
H A Dast_string_type.h29 bool IsStringType() override;
H A Dast_string16_type.h29 bool IsStringType() override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.cpp105 bool ASTType::IsStringType() in IsStringType() function in OHOS::Idl::ASTType
H A Dast_type.h120 virtual bool IsStringType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_parameter.cpp225 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCProxyWriteOutVar()
241 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCStubReadOutVar()
H A Dast_array_type.cpp47 if (elementType_->IsStringType() || elementType_->IsNativeBufferType()) { in EmitCType()
95 } else if (elementType_->IsStringType()) { in EmitCWriteVar()
165 } else if (elementType_->IsStringType()) { in EmitCProxyReadVar()
216 } else if (elementType_->IsStringType()) { in EmitCStubReadVar()
371 } else if (elementType_->IsStringType()) { in EmitCMarshalling()
414 } else if (elementType_->IsStringType()) { in EmitCUnMarshalling()
556 …if (elementType_->IsStructType() || elementType_->IsStringType() || elementType_->IsNativeBufferTy… in EmitMemoryRecycle()
735 } else if (elementType_->IsStringType()) { in RegisterWriteMethod()
745 } else if (elementType_->IsStringType()) { in RegisterReadMethod()
772 if (language == Language::C && elementType_->IsStringType()) { in RegisterWriteStringArrayMethod()
[all …]
H A Dast_string_type.h20 bool IsStringType() override;
H A Dast_type.h106 virtual bool IsStringType();
H A Dast_type.cpp88 bool ASTType::IsStringType() in IsStringType() function in OHOS::HDI::ASTType
H A Dast_string_type.cpp13 bool ASTStringType::IsStringType() in IsStringType() function in OHOS::HDI::ASTStringType
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp71 return elementType->IsStringType() ? false : true; in EmitNeedLoopVar()
H A Dcode_emitter.cpp100 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
H A Dcpp_service_stub_code_emitter.cpp512 if (!type->IsStringType() && !type->IsArrayType() && !type->IsListType()) { in EmitLocalVariable()
525 if (type->IsStringType()) { in EmitLocalVariable()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp118 return elementType->IsStringType() ? false : true; in EmitNeedLoopVar()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp106 inline bool IsStringType(reflection::BaseType inType) in IsStringType() function
113 return IsScalarType(inType) || IsStringType(inType); in IsIndexableType()
123 return IsStringType(inType) || IsVectorType(inType); in IsStringOrVectorType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp42 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_service_stub_code_emitter.cpp518 if (!type->IsStringType() && !type->IsArrayType() && !type->IsListType()) { in EmitLocalVariable()
531 if (type->IsStringType()) { in EmitLocalVariable()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp469 } else if (type->IsStringType()) { in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp477 } else if (type->IsStringType()) { in Type2Kind()

12