Searched refs:UnderlineAdded (Results 1 – 6 of 6) sorted by relevance
169 const std::string UnderlineAdded(const String& name);
194 const std::string UnderlineAdded(const String& name);
1142 const std::string TsCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() function in OHOS::Idl::TsCodeEmitter
1577 const std::string CppCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() function in OHOS::Idl::CppCodeEmitter
754 EXPECT_STREQ(codeEmitter.UnderlineAdded(inputStr).c_str(), expectStr.c_str());
2626 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString);2648 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString);2670 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString);