Home
last modified time | relevance | path

Searched defs:GetNamespace (Results 1 – 9 of 9) sorted by relevance

/foundation/ability/idl_tool/ast/
Dast_namespace.cpp52 AutoPtr<ASTNamespace> ASTNamespace::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::ASTNamespace
Dast_type.cpp35 AutoPtr<ASTNamespace> ASTType::GetNamespace() in GetNamespace() function in OHOS::Idl::ASTType
Dast_module.cpp104 AutoPtr<ASTNamespace> ASTModule::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::ASTModule
/foundation/ability/idl_tool/idl_tool_2/ast/
Dast_namespace.cpp50 AutoPtr<ASTNamespace> ASTNamespace::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::ASTNamespace
Dast_type.cpp35 AutoPtr<ASTNamespace> ASTType::GetNamespace() in GetNamespace() function in OHOS::Idl::ASTType
Dast.h118 inline std::vector<AutoPtr<ASTNamespace>> GetNamespace() in GetNamespace() function
Dast.cpp140 AutoPtr<ASTNamespace> AST::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::AST
/foundation/ability/idl_tool/idl_tool_2/codegen/
Dcode_emitter.cpp206 std::string CodeEmitter::GetNamespace(const std::string &fpnp) const in GetNamespace() function in OHOS::Idl::CodeEmitter
/foundation/ability/idl_tool/codegen/
Dcpp_code_emitter.cpp135 String CppCodeEmitter::GetNamespace(const String& fpnp) in GetNamespace() function in OHOS::Idl::CppCodeEmitter