Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_namespace.cpp52 AutoPtr<ASTNamespace> ASTNamespace::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::ASTNamespace
H A Dast_type.cpp35 AutoPtr<ASTNamespace> ASTType::GetNamespace() in GetNamespace() function in OHOS::Idl::ASTType
H A Dast_module.cpp104 AutoPtr<ASTNamespace> ASTModule::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::ASTModule
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_namespace.cpp50 AutoPtr<ASTNamespace> ASTNamespace::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::ASTNamespace
H A Dast_type.cpp35 AutoPtr<ASTNamespace> ASTType::GetNamespace() in GetNamespace() function in OHOS::Idl::ASTType
H A Dast.h118 inline std::vector<AutoPtr<ASTNamespace>> GetNamespace() in GetNamespace() function
H A Dast.cpp140 AutoPtr<ASTNamespace> AST::GetNamespace(size_t index) in GetNamespace() function in OHOS::Idl::AST
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_namespace.cpp43 AutoPtr<ASTNamespace> ASTNamespace::GetNamespace(size_t index) in GetNamespace() function in OHOS::HDI::ASTNamespace
H A Dast.h108 inline std::vector<AutoPtr<ASTNamespace>> GetNamespace() in GetNamespace() function
H A Dast.cpp116 AutoPtr<ASTNamespace> AST::GetNamespace(size_t index) in GetNamespace() function in OHOS::HDI::AST
H A Dast_type.cpp28 AutoPtr<ASTNamespace> ASTType::GetNamespace() in GetNamespace() function in OHOS::HDI::ASTType
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp206 std::string CodeEmitter::GetNamespace(const std::string &fpnp) const in GetNamespace() function in OHOS::Idl::CodeEmitter
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp992 std::string XmlPullParser::GetNamespace(const std::string &prefix) in GetNamespace() function in OHOS::xml::XmlPullParser
1786 std::string XmlPullParser::GetNamespace() const in GetNamespace() function in OHOS::xml::XmlPullParser
1855 napi_value XmlPullParser::ParseInfo::GetNamespace(napi_env env, napi_callback_info info) in GetNamespace() function in OHOS::xml::XmlPullParser::ParseInfo
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h340 std::string XmlTest::GetNamespace(napi_env env, const std::string prefix, size_t depth) in GetNamespace() function
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp135 String CppCodeEmitter::GetNamespace(const String& fpnp) in GetNamespace() function in OHOS::Idl::CppCodeEmitter