Home
last modified time | relevance | path

Searched refs:LightRefCountBase (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlight_refcount_base.h23 class LightRefCountBase { class
25 inline LightRefCountBase() : refCount_(0) {} in LightRefCountBase() function in OHOS::Idl::LightRefCountBase
37 virtual ~LightRefCountBase() = default;
H A Dlight_refcount_base.cpp20 int LightRefCountBase::AddRef() in AddRef()
26 int LightRefCountBase::Release() in Release()
/foundation/ability/idl_tool/util/
H A Dlight_refcount_base.h23 class LightRefCountBase { class
25 LightRefCountBase() : refCount_(0) {} in LightRefCountBase() function in OHOS::Idl::LightRefCountBase
37 virtual ~LightRefCountBase() {} in ~LightRefCountBase()
H A Dlight_refcount_base.cpp20 int LightRefCountBase::AddRef() in AddRef()
26 int LightRefCountBase::Release() in Release()
/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_generator.h32 class CodeGenerator : public LightRefCountBase {
37 class CodegenBuilder : public LightRefCountBase {
H A Dcode_emitter.h79 class CodeEmitter : public LightRefCountBase {
/foundation/ability/idl_tool/ast/
H A Dast_node.h24 class ASTNode : public LightRefCountBase {
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_node.h27 class ASTNode : public LightRefCountBase {
/foundation/ability/idl_tool/codegen/
H A Dcode_emitter.h26 class CodeEmitter : public LightRefCountBase {
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_type_emitter.h23 class SaTypeEmitter : public LightRefCountBase {
/foundation/ability/idl_tool/parser/
H A Dparser.h46 class ErrorInfo : public LightRefCountBase {
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_type_emitter.h30 class HdiTypeEmitter : public LightRefCountBase {
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h60 class Attribute : public LightRefCountBase {

Completed in 4 milliseconds