Lines Matching full:parsing
45 // custom message parsing or serialization procedures.
170 // This may be useful for implementing external fast parsing routines for
262 // When parsing message (but NOT a group), this method must be called
265 // example, this verifies that parsing did not end on an end-group tag.
271 // Limits are used when parsing length-delimited embedded messages.
341 // we must keep track of the depth of recursion when parsing embedded
343 // is the only object that is passed down the stack during parsing.
358 // By default, when parsing extensions, the parser looks for extension
372 // Let's say you are parsing a message into message object m, and you want
421 // Note that this feature is ignored when parsing "lite" messages as they do
503 // When parsing varints, we optimize for the common case of small values, and