Searched defs:AutoUTFOutputStream (Results 1 – 2 of 2) sorted by relevance
210 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { in AutoUTFOutputStream() function
299 TEST_F(EncodedStreamTest, AutoUTFOutputStream) { in TEST_F() argument