/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | cpp_code_emitter.h | 170 String EmitType(MetaType* mt, unsigned int attributes, bool isInnerType); 172 String EmitFloatType(MetaType* mt, unsigned int attributes, bool isInnerType); 174 String EmitComplexType(MetaType* mt, unsigned int attributes, bool isInnerType); 176 String EmitListType(MetaType* mt, unsigned int attributes, bool isInnerType); 178 String EmitObjectType(MetaType* mt, unsigned int attributes, bool isInnerType);
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_uchar_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_uint_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_ulong_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_ushort_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_interface_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 38 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_boolean_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_byte_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_double_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_float_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_int_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_long_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_short_type_emitter.h | 31 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 36 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_struct_type_emitter.h | 36 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 45 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_union_type_emitter.h | 36 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 47 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
H A D | hdi_enum_type_emitter.h | 59 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 68 …void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, St…
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_uchar_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_uint_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_ulong_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_ushort_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_float_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_integer_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_long_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_short_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|
H A D | ast_boolean_type.h | 30 std::string EmitJavaType(TypeMode mode, bool isInnerType = false) const override; 35 void EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool isInnerType,
|