Lines Matching full:parsing
34 parsing text-formatted protos in C++ and Java.
117 * Unknown fields are now preserved after parsing.
194 * Improved performance on text message parsing.
258 (e.g. parsing from an empty string).
291 * Text format parsing support.
292 * Fix bug with parsing packed repeated fields in embedded messages.
360 a limited number of bytes from an input stream rather than parsing until
391 * Fixed tendency for TextFormat's parsing to overflow the stack when
392 parsing large string values. The underlying problem is with Java's
463 * Fixed crash in TextFormat parsing if the first token in the input caused a
570 * Fixed UnknownFieldSet's parsing of varints larger than 32 bits.
571 * Fixed TextFormat's parsing of "inf" and "nan".
572 * Fixed TextFormat's parsing of comments.