| | |
| | | |
| | | #include <google/protobuf/stubs/common.h> |
| | | |
| | | #if GOOGLE_PROTOBUF_VERSION < 3002000 |
| | | #if GOOGLE_PROTOBUF_VERSION < 3003000 |
| | | #error This file was generated by a newer version of protoc which is |
| | | #error incompatible with your Protocol Buffer headers. Please update |
| | | #error your headers. |
| | | #endif |
| | | #if 3002000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION |
| | | #if 3003002 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION |
| | | #error This file was generated by an older version of protoc which is |
| | | #error incompatible with your Protocol Buffer headers. Please |
| | | #error regenerate this file with a newer version of protoc. |
| | |
| | | #include <google/protobuf/io/coded_stream.h> |
| | | #include <google/protobuf/arena.h> |
| | | #include <google/protobuf/arenastring.h> |
| | | #include <google/protobuf/generated_message_table_driven.h> |
| | | #include <google/protobuf/generated_message_util.h> |
| | | #include <google/protobuf/metadata.h> |
| | | #include <google/protobuf/message.h> |
| | |
| | | namespace protobuf_PbFaceList { |
| | | // Internal implementation detail -- do not call these. |
| | | struct TableStruct { |
| | | static const ::google::protobuf::internal::ParseTableField entries[]; |
| | | static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; |
| | | static const ::google::protobuf::internal::ParseTable schema[]; |
| | | static const ::google::protobuf::uint32 offsets[]; |
| | | static void InitDefaultsImpl(); |
| | | static void Shutdown(); |
| | |
| | | return reinterpret_cast<const PbFaceList_FaceListImage*>( |
| | | &_PbFaceList_FaceListImage_default_instance_); |
| | | } |
| | | static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = |
| | | 0; |
| | | |
| | | void Swap(PbFaceList_FaceListImage* other); |
| | | |
| | |
| | | ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
| | | ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
| | | bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
| | | ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
| | | const PROTOBUF_FINAL { |
| | | return InternalSerializeWithCachedSizesToArray( |
| | | ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output); |
| | | } |
| | | int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
| | | private: |
| | | void SharedCtor(); |
| | |
| | | return reinterpret_cast<const PbFaceList*>( |
| | | &_PbFaceList_default_instance_); |
| | | } |
| | | static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = |
| | | 1; |
| | | |
| | | void Swap(PbFaceList* other); |
| | | |
| | |
| | | ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
| | | ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
| | | bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
| | | ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
| | | const PROTOBUF_FINAL { |
| | | return InternalSerializeWithCachedSizesToArray( |
| | | ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output); |
| | | } |
| | | int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
| | | private: |
| | | void SharedCtor(); |
| | |
| | | } |
| | | #endif |
| | | inline void PbFaceList_FaceListImage::set_img(int index, const char* value) { |
| | | GOOGLE_DCHECK(value != NULL); |
| | | img_.Mutable(index)->assign(value); |
| | | // @@protoc_insertion_point(field_set_char:PbFaceList.FaceListImage.img) |
| | | } |
| | |
| | | } |
| | | #if LANG_CXX11 |
| | | inline void PbFaceList_FaceListImage::add_img(::std::string&& value) { |
| | | img_.Add()->assign(std::move(value)); |
| | | img_.Add(std::move(value)); |
| | | // @@protoc_insertion_point(field_add:PbFaceList.FaceListImage.img) |
| | | } |
| | | #endif |
| | | inline void PbFaceList_FaceListImage::add_img(const char* value) { |
| | | GOOGLE_DCHECK(value != NULL); |
| | | img_.Add()->assign(value); |
| | | // @@protoc_insertion_point(field_add_char:PbFaceList.FaceListImage.img) |
| | | } |