Home
last modified time | relevance | path

Searched refs:TextWriter (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs155 /// <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 DAddPerson.cs43 private static Person PromptForAddress(TextReader input, TextWriter output) in PromptForAddress()
/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py485 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 Dpyspecific.py33 from sphinx.writers.text import TextWriter, TextTranslator namespace
549 writer = TextWriter(self)
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py102 class TextWriter(object): class
181 out = TextWriter(as_utf8)

Completed in 8 milliseconds