Home | History | Annotate | Download | only in protobuf

Lines Matching full:parsing

53     (e.g. parsing from an empty string).
86 * Text format parsing support.
87 * Fix bug with parsing packed repeated fields in embedded messages.
155 a limited number of bytes from an input stream rather than parsing until
186 * Fixed tendency for TextFormat's parsing to overflow the stack when
187 parsing large string values. The underlying problem is with Java's
258 * Fixed crash in TextFormat parsing if the first token in the input caused a
365 * Fixed UnknownFieldSet's parsing of varints larger than 32 bits.
366 * Fixed TextFormat's parsing of "inf" and "nan".
367 * Fixed TextFormat's parsing of comments.