Searched refs:comment (Results 1 – 10 of 10) sorted by relevance
/commonlibrary/ets_utils/js_api_module/convertxml/ |
D | js_convertxml.h | 40 std::string comment = "_comment"; member
|
D | js_convertxml.cpp | 131 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/ |
D | native_module_xml.cpp | 270 std::string comment; in SetComment() local 271 object->DealNapiStrValue(env, args[0], comment); in SetComment() 272 object->SetComment(comment); in SetComment()
|
D | js_xml.h | 91 void SetComment(const std::string &comment);
|
D | js_xml.cpp | 263 void XmlSerializer::SetComment(const std::string &comment) in SetComment() argument 273 out_ += "<!--" + comment + "-->"; in SetComment()
|
/commonlibrary/rust/ylong_runtime/ |
D | LICENSE | 184 comment syntax for the file format. We also recommend that a
|
/commonlibrary/rust/ylong_http/ |
D | LICENSE | 184 comment syntax for the file format. We also recommend that a
|
/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
D | test_convertxml.cpp | 190 …EXPECT_EQ(napi_get_named_property(env, element, op.comment.c_str(), &commentText), napi_status::na…
|
/commonlibrary/ets_utils/ |
D | README.en.md | 139 | setComment(text: string): void | Sets the comment.|
|
D | README.md | 221 | setCommnet(text: string): void | 写入comment属性。 |
|