Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DOutputFormat.h44 virtual std::string toXML() const = 0;
67 virtual std::string toXML() const;
83 virtual std::string toXML() const;
A DInputFormat.h65 virtual std::string toXML(int flag) const = 0;
100 std::string toXML(int flag) const;
124 std::string toXML(int flag) const;
/AliOS-Things-master/components/oss/src/model/
A DCreateSelectObjectMetaRequest.cc47 ss << inputFormat_->toXML(0) << std::endl; in payload()
53 ss << inputFormat_->toXML(0) << std::endl; in payload()
A DOutputFormat.cc110 std::string CSVOutputFormat::toXML() const in toXML() function in CSVOutputFormat
151 std::string JSONOutputFormat::toXML() const in toXML() function in JSONOutputFormat
A DInputFormat.cc216 std::string CSVInputFormat::toXML(int flag) const in toXML() function in CSVInputFormat
269 std::string JSONInputFormat::toXML(int flag) const in toXML() function in JSONInputFormat
A DSelectObjectRequest.cc309 ss << inputFormat_->toXML(1) << std::endl; in payload()
311 ss << outputFormat_->toXML() << std::endl; in payload()

Completed in 11 milliseconds