#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_message_tctable_decl.h>
#include <google/protobuf/generated_message_tctable_impl.h>
#include <google/protobuf/parse_context.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/port_def.inc>
namespace google {
namespace protobuf {
const UnknownFieldSet& UnknownFieldSet::default_instance() { … }
void UnknownFieldSet::ClearFallback() { … }
void UnknownFieldSet::InternalMergeFrom(const UnknownFieldSet& other) { … }
void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) { … }
void UnknownFieldSet::MergeFromAndDestroy(UnknownFieldSet* other) { … }
void UnknownFieldSet::MergeToInternalMetadata(
const UnknownFieldSet& other, internal::InternalMetadata* metadata) { … }
size_t UnknownFieldSet::SpaceUsedExcludingSelfLong() const { … }
size_t UnknownFieldSet::SpaceUsedLong() const { … }
void UnknownFieldSet::AddVarint(int number, uint64_t value) { … }
void UnknownFieldSet::AddFixed32(int number, uint32_t value) { … }
void UnknownFieldSet::AddFixed64(int number, uint64_t value) { … }
std::string* UnknownFieldSet::AddLengthDelimited(int number) { … }
UnknownFieldSet* UnknownFieldSet::AddGroup(int number) { … }
void UnknownFieldSet::AddField(const UnknownField& field) { … }
void UnknownFieldSet::DeleteSubrange(int start, int num) { … }
void UnknownFieldSet::DeleteByNumber(int number) { … }
bool UnknownFieldSet::MergeFromCodedStream(io::CodedInputStream* input) { … }
bool UnknownFieldSet::ParseFromCodedStream(io::CodedInputStream* input) { … }
bool UnknownFieldSet::ParseFromZeroCopyStream(io::ZeroCopyInputStream* input) { … }
bool UnknownFieldSet::ParseFromArray(const void* data, int size) { … }
bool UnknownFieldSet::SerializeToString(std::string* output) const { … }
bool UnknownFieldSet::SerializeToCodedStream(
io::CodedOutputStream* output) const { … }
void UnknownField::Delete() { … }
void UnknownField::DeepCopy(const UnknownField& other) { … }
uint8_t* UnknownField::InternalSerializeLengthDelimitedNoTag(
uint8_t* target, io::EpsCopyOutputStream* stream) const { … }
namespace internal {
class UnknownFieldParserHelper { … };
const char* UnknownGroupParse(UnknownFieldSet* unknown, const char* ptr,
ParseContext* ctx) { … }
const char* UnknownFieldParse(uint64_t tag, UnknownFieldSet* unknown,
const char* ptr, ParseContext* ctx) { … }
}
}
}
#include <google/protobuf/port_undef.inc>