#include <assert.h>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/parse_context.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/port.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Classes | |
union | google::protobuf::UnknownField::LengthDelimited |
class | google::protobuf::UnknownField |
class | google::protobuf::UnknownFieldSet |
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Functions | |
const char * | google.protobuf.internal::UnknownFieldParse (uint64 tag, UnknownFieldSet *unknown, const char *ptr, ParseContext *ctx) |
const char * | google.protobuf.internal::UnknownGroupParse (UnknownFieldSet *unknown, const char *ptr, ParseContext *ctx) |
void | google.protobuf.internal::WriteLengthDelimited (uint32 num, StringPiece val, UnknownFieldSet *s) |
void | google.protobuf.internal::WriteVarint (uint32 num, uint64 val, UnknownFieldSet *s) |