/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
D | c_custom_types_code_emitter.cpp | 424 type->EmitCUnMarshalling(paramName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitMemberUnmarshalling() 430 type->EmitCUnMarshalling(tmpName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitMemberUnmarshalling() 445 type->EmitCUnMarshalling(varName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitMemberUnmarshalling() 456 type->EmitCUnMarshalling(tmpName, errorsLabelName_, sb, prefix + TAB, freeObjStatements_); in EmitStringMemberUnmarshalling() 492 type->EmitCUnMarshalling(varName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitArrayMemberUnmarshalling() 499 type->EmitCUnMarshalling(tmpName, errorsLabelName_, sb, prefix + TAB, freeObjStatements_); in EmitArrayMemberUnmarshalling()
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_uchar_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_uint_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_ulong_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_ushort_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_native_buffer_type.h | 48 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_boolean_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_float_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_byte_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_double_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_integer_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_short_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_long_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_struct_type.h | 111 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_fd_type.h | 50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_string_type.h | 57 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_union_type.h | 111 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_enum_type.h | 147 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
|
D | ast_ulong_type.cpp | 125 void ASTUlongType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, String… in EmitCUnMarshalling() function in OHOS::HDI::ASTUlongType
|
D | ast_uchar_type.cpp | 125 void ASTUcharType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, String… in EmitCUnMarshalling() function in OHOS::HDI::ASTUcharType
|
D | ast_native_buffer_type.cpp | 123 void ASTNativeBufferType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel,… in EmitCUnMarshalling() function in OHOS::HDI::ASTNativeBufferType
|
D | ast_ushort_type.cpp | 125 void ASTUshortType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, Strin… in EmitCUnMarshalling() function in OHOS::HDI::ASTUshortType
|
D | ast_uint_type.cpp | 125 void ASTUintType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringB… in EmitCUnMarshalling() function in OHOS::HDI::ASTUintType
|
D | ast_type.h | 174 …virtual void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuild…
|
D | ast_double_type.cpp | 124 void ASTDoubleType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, Strin… in EmitCUnMarshalling() function in OHOS::HDI::ASTDoubleType
|