/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_string_type.cpp | 25 bool ASTStringType::IsStringType() in IsStringType() function in OHOS::Idl::ASTStringType
|
H A D | ast_string_type.h | 28 bool IsStringType() override;
|
H A D | ast_type.cpp | 80 bool ASTType::IsStringType() in IsStringType() function in OHOS::Idl::ASTType
|
H A D | ast_type.h | 54 virtual bool IsStringType();
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/ |
H A D | ast_string16_type.cpp | 25 bool ASTString16Type::IsStringType() in IsStringType() function in OHOS::Idl::ASTString16Type
|
H A D | ast_string_type.cpp | 25 bool ASTStringType::IsStringType() in IsStringType() function in OHOS::Idl::ASTStringType
|
H A D | ast_string_type.h | 29 bool IsStringType() override;
|
H A D | ast_string16_type.h | 29 bool IsStringType() override;
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_type.cpp | 105 bool ASTType::IsStringType() in IsStringType() function in OHOS::Idl::ASTType
|
H A D | ast_type.h | 120 virtual bool IsStringType();
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_parameter.cpp | 225 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCProxyWriteOutVar() 241 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCStubReadOutVar()
|
H A D | ast_array_type.cpp | 47 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 D | ast_string_type.h | 20 bool IsStringType() override;
|
H A D | ast_type.h | 106 virtual bool IsStringType();
|
H A D | ast_type.cpp | 88 bool ASTType::IsStringType() in IsStringType() function in OHOS::HDI::ASTType
|
H A D | ast_string_type.cpp | 13 bool ASTStringType::IsStringType() in IsStringType() function in OHOS::HDI::ASTStringType
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_code_emitter.cpp | 71 return elementType->IsStringType() ? false : true; in EmitNeedLoopVar()
|
H A D | code_emitter.cpp | 100 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
|
H A D | cpp_service_stub_code_emitter.cpp | 512 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 D | hdi_c_code_emitter.cpp | 118 return elementType->IsStringType() ? false : true; in EmitNeedLoopVar()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | flatbuffer_schema.cpp | 106 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 D | code_emitter.cpp | 42 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_service_stub_code_emitter.cpp | 518 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 D | metadata_builder.cpp | 469 } else if (type->IsStringType()) { in Type2Kind()
|
/ohos5.0/foundation/ability/idl_tool/metadata/ |
H A D | metadata_builder.cpp | 477 } else if (type->IsStringType()) { in Type2Kind()
|