Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.h40 std::string comment = "_comment"; member
Djs_convertxml.cpp131 SetKeyValue(env, elementsObject, options_.comment, curContent); in GetPrevNodeList()
171 SetKeyValue(env, elementsObject, options_.comment, curContent); in SetXmlElementType()
464 options_.comment = strRecv; in SetDefaultKey()
/commonlibrary/ets_utils/js_api_module/xml/
Dnative_module_xml.cpp270 std::string comment; in SetComment() local
271 object->DealNapiStrValue(env, args[0], comment); in SetComment()
272 object->SetComment(comment); in SetComment()
Djs_xml.h91 void SetComment(const std::string &comment);
Djs_xml.cpp263 void XmlSerializer::SetComment(const std::string &comment) in SetComment() argument
273 out_ += "<!--" + comment + "-->"; in SetComment()
/commonlibrary/rust/ylong_runtime/
DLICENSE184 comment syntax for the file format. We also recommend that a
/commonlibrary/rust/ylong_http/
DLICENSE184 comment syntax for the file format. We also recommend that a
/commonlibrary/ets_utils/js_api_module/convertxml/test/
Dtest_convertxml.cpp190 …EXPECT_EQ(napi_get_named_property(env, element, op.comment.c_str(), &commentText), napi_status::na…
/commonlibrary/ets_utils/
DREADME.en.md139 | setComment(text: string): void | Sets the comment.|
DREADME.md221 | setCommnet(text: string): void | 写入comment属性。 |