Home
last modified time | relevance | path

Searched defs:isClient (Results 1 – 7 of 7) sorted by relevance

/drivers/framework/tools/hdi-gen/codegen/
Dc_code_emitter.cpp45 …eEmitter::EmitErrorHandle(const AutoPtr<ASTMethod>& method, const String& gotoLabel, bool isClient, in EmitErrorHandle()
/drivers/framework/tools/hdi-gen/ast/
Dast_list_type.cpp412 void ASTListType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuilde… in EmitMemoryRecycle()
472 void ASTListType::EmitCMallocVar(const String& name, const String& lenName, bool isClient, const St… in EmitCMallocVar()
Dast_array_type.cpp413 void ASTArrayType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuild… in EmitMemoryRecycle()
576 void ASTArrayType::EmitCMallocVar(const String& name, const String& lenName, bool isClient, const S… in EmitCMallocVar()
Dast_string_type.cpp209 void ASTStringType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuil… in EmitMemoryRecycle()
Dast_union_type.cpp331 void ASTUnionType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuild… in EmitMemoryRecycle()
Dast_struct_type.cpp266 void ASTStructType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuil… in EmitMemoryRecycle()
Dast_type.cpp253 void ASTType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuilder& s… in EmitMemoryRecycle()