Searched refs:GetQuote (Results 1 – 2 of 2) sorted by relevance
267 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream() 268 stream.Printf("%c", dump_options.GetQuote()); in DumpEncodedBufferToStream() 355 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream() 356 stream.Printf("%c", dump_options.GetQuote()); in DumpEncodedBufferToStream() 385 SetQuote(options.GetQuote()); in ReadBufferAndDumpToStreamOptions()
51 char GetQuote() const { return m_quote; } in GetQuote() function