Searched defs:isClient (Results 1 – 7 of 7) sorted by relevance
| /drivers/framework/tools/hdi-gen/codegen/ |
| D | c_code_emitter.cpp | 45 …eEmitter::EmitErrorHandle(const AutoPtr<ASTMethod>& method, const String& gotoLabel, bool isClient, in EmitErrorHandle()
|
| /drivers/framework/tools/hdi-gen/ast/ |
| D | ast_list_type.cpp | 412 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()
|
| D | ast_array_type.cpp | 413 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()
|
| D | ast_string_type.cpp | 209 void ASTStringType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuil… in EmitMemoryRecycle()
|
| D | ast_union_type.cpp | 331 void ASTUnionType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuild… in EmitMemoryRecycle()
|
| D | ast_struct_type.cpp | 266 void ASTStructType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuil… in EmitMemoryRecycle()
|
| D | ast_type.cpp | 253 void ASTType::EmitMemoryRecycle(const String& name, bool isClient, bool ownership, StringBuilder& s… in EmitMemoryRecycle()
|