Home
last modified time | relevance | path

Searched refs:GetQuote (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp267 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()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h51 char GetQuote() const { return m_quote; } in GetQuote() function
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1958 func (m *MyMessage) GetQuote() string { func