Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.h40 std::string comment = "_comment"; member
/commonlibrary/ets_utils/js_api_module/xml/
Dnative_module_xml.cpp270 std::string comment; in SetComment() local
Djs_xml.cpp263 void XmlSerializer::SetComment(const std::string &comment) in SetComment()