Searched refs:TextWriter (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonFormatter.cs | 155 /// <param name="writer">The TextWriter to write the formatted message to.</param> 157 public void Format(IMessage message, TextWriter writer) in Format() 195 private void WriteMessage(TextWriter writer, IMessage message) in WriteMessage() 216 private bool WriteMessageFields(TextWriter writer, IMessage message, bool assumeFirstFieldWritten) in WriteMessageFields() 298 private static void WriteNull(TextWriter writer) in WriteNull() 354 /// or <see cref="Format(IMessage, TextWriter)"/>. 358 public void WriteValue(TextWriter writer, object value) in WriteValue() 448 private void WriteWellKnownTypeValue(TextWriter writer, MessageDescriptor descriptor, object value) in WriteWellKnownTypeValue() 511 private void WriteTimestamp(TextWriter writer, IMessage value) in WriteTimestamp() 522 private void WriteDuration(TextWriter write [all...] |
/third_party/protobuf/csharp/src/AddressBook/ |
H A D | AddPerson.cs | 43 private static Person PromptForAddress(TextReader input, TextWriter output)
in PromptForAddress()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | text_format_test.py | 485 out = text_format.TextWriter(False) 490 out = text_format.TextWriter(False) 500 out = text_format.TextWriter(False) 505 out = text_format.TextWriter(False) 1253 out = text_format.TextWriter(False) 2247 out = text_format.TextWriter(False) 2259 out = text_format.TextWriter(False) 2275 self.out = text_format.TextWriter(False)
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 33 from sphinx.writers.text import TextWriter, TextTranslator namespace 549 writer = TextWriter(self)
|
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 102 class TextWriter(object): class 181 out = TextWriter(as_utf8)
|
Completed in 8 milliseconds