Home
last modified time | relevance | path

Searched refs:UnderlineAdded (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h169 const std::string UnderlineAdded(const String& name);
H A Dcpp_code_emitter.h194 const std::string UnderlineAdded(const String& name);
H A Dts_code_emitter.cpp1142 const std::string TsCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() function in OHOS::Idl::TsCodeEmitter
H A Dcpp_code_emitter.cpp1577 const std::string CppCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() function in OHOS::Idl::CppCodeEmitter
/ohos5.0/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp754 EXPECT_STREQ(codeEmitter.UnderlineAdded(inputStr).c_str(), expectStr.c_str());
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/
H A Dts_code_emitter_proxy_test.cpp2626 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString);
2648 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString);
2670 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString);