Home | History | Annotate | Download | only in protobuf

Lines Matching refs:type_id

632   //   required int32 type_id = 2;
635 // Once we see a type_id, we'll construct a fake tag for this extension
640 // Once we see a type_id, we'll look up the FieldDescriptor for the
644 // If we see message data before the type_id, we'll append it to this so
657 uint32 type_id;
658 if (!input->ReadVarint32(&type_id)) return false;
660 type_id, WireFormatLite::WIRETYPE_LENGTH_DELIMITED);
661 field = message_reflection->FindKnownExtensionByNumber(type_id);
664 // We saw some message data before the type_id. Have to parse it
681 // We haven't seen a type_id yet. Append this data to message_data.
688 // Already saw type_id, so we can parse this directly.
1032 // type_id