Home
last modified time | relevance | path

Searched defs:initVariable (Results 1 – 24 of 24) sorted by relevance

/drivers/framework/tools/hdi-gen/ast/
Dast_smq_type.cpp55 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_sequenceable_type.cpp95 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_map_type.cpp79 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_uint_type.cpp111 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_ulong_type.cpp111 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_uchar_type.cpp111 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_ushort_type.cpp111 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_interface_type.cpp193 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_integer_type.cpp110 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_fd_type.cpp120 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_float_type.cpp110 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_byte_type.cpp110 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_double_type.cpp110 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_long_type.cpp110 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_boolean_type.cpp112 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_short_type.cpp110 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_enum_type.cpp228 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_string_type.cpp154 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_union_type.cpp249 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_struct_type.cpp211 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_type.cpp217 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_list_type.cpp236 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
Dast_array_type.cpp235 const String& prefix, bool initVariable, unsigned int innerLevel) const in EmitCppReadVar()
/drivers/framework/tools/hdi-gen/codegen/
Dcpp_code_emitter.cpp234 bool initVariable, StringBuilder& sb, const String& prefix) in EmitReadMethodParameter()