Searched defs:AutoUTFOutputStream (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodedstream.h199 class AutoUTFOutputStream { class
210 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { function in class:AutoUTFOutputStream
237 AutoUTFOutputStream(const AutoUTFOutputStream&);
238 AutoUTFOutputStream& operator=(const AutoUTFOutputStream&);

Completed in 71 milliseconds