LCOV - code coverage report
Current view: top level - gens/test/proto - empty.pb.cc (source / functions) Hit Total Coverage
Test: tmp.zDYK9MVh93 Lines: 25 123 20.3 %
Date: 2015-10-10 Functions: 7 33 21.2 %

          Line data    Source code
       1             : // Generated by the protocol buffer compiler.  DO NOT EDIT!
       2             : // source: test/proto/empty.proto
       3             : 
       4             : #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
       5             : #include "test/proto/empty.pb.h"
       6             : 
       7             : #include <algorithm>
       8             : 
       9             : #include <google/protobuf/stubs/common.h>
      10             : #include <google/protobuf/stubs/once.h>
      11             : #include <google/protobuf/io/coded_stream.h>
      12             : #include <google/protobuf/wire_format_lite_inl.h>
      13             : #include <google/protobuf/descriptor.h>
      14             : #include <google/protobuf/generated_message_reflection.h>
      15             : #include <google/protobuf/reflection_ops.h>
      16             : #include <google/protobuf/wire_format.h>
      17             : // @@protoc_insertion_point(includes)
      18             : 
      19             : namespace grpc {
      20             : namespace testing {
      21             : 
      22             : namespace {
      23             : 
      24             : const ::google::protobuf::Descriptor* Empty_descriptor_ = NULL;
      25             : const ::google::protobuf::internal::GeneratedMessageReflection*
      26             :   Empty_reflection_ = NULL;
      27             : 
      28             : }  // namespace
      29             : 
      30             : 
      31           0 : void protobuf_AssignDesc_test_2fproto_2fempty_2eproto() {
      32           0 :   protobuf_AddDesc_test_2fproto_2fempty_2eproto();
      33             :   const ::google::protobuf::FileDescriptor* file =
      34             :     ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
      35           0 :       "test/proto/empty.proto");
      36           0 :   GOOGLE_CHECK(file != NULL);
      37           0 :   Empty_descriptor_ = file->message_type(0);
      38             :   static const int Empty_offsets_[1] = {
      39             :   };
      40             :   Empty_reflection_ =
      41             :     ::google::protobuf::internal::GeneratedMessageReflection::NewGeneratedMessageReflection(
      42             :       Empty_descriptor_,
      43             :       Empty::default_instance_,
      44             :       Empty_offsets_,
      45             :       -1,
      46             :       -1,
      47             :       -1,
      48             :       sizeof(Empty),
      49             :       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Empty, _internal_metadata_),
      50           0 :       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Empty, _is_default_instance_));
      51           0 : }
      52             : 
      53             : namespace {
      54             : 
      55             : GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);
      56           0 : inline void protobuf_AssignDescriptorsOnce() {
      57             :   ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
      58           0 :                  &protobuf_AssignDesc_test_2fproto_2fempty_2eproto);
      59           0 : }
      60             : 
      61           0 : void protobuf_RegisterTypes(const ::std::string&) {
      62           0 :   protobuf_AssignDescriptorsOnce();
      63             :   ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage(
      64           0 :       Empty_descriptor_, &Empty::default_instance());
      65           0 : }
      66             : 
      67             : }  // namespace
      68             : 
      69           0 : void protobuf_ShutdownFile_test_2fproto_2fempty_2eproto() {
      70           0 :   delete Empty::default_instance_;
      71           0 :   delete Empty_reflection_;
      72           0 : }
      73             : 
      74           5 : void protobuf_AddDesc_test_2fproto_2fempty_2eproto() {
      75             :   static bool already_here = false;
      76          10 :   if (already_here) return;
      77           5 :   already_here = true;
      78           5 :   GOOGLE_PROTOBUF_VERIFY_VERSION;
      79             : 
      80             :   ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
      81             :     "\n\026test/proto/empty.proto\022\014grpc.testing\"\007"
      82           5 :     "\n\005Emptyb\006proto3", 55);
      83             :   ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
      84           5 :     "test/proto/empty.proto", &protobuf_RegisterTypes);
      85           5 :   Empty::default_instance_ = new Empty();
      86           5 :   Empty::default_instance_->InitAsDefaultInstance();
      87           5 :   ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_test_2fproto_2fempty_2eproto);
      88             : }
      89             : 
      90             : // Force AddDescriptors() to be called at static initialization time.
      91             : struct StaticDescriptorInitializer_test_2fproto_2fempty_2eproto {
      92           5 :   StaticDescriptorInitializer_test_2fproto_2fempty_2eproto() {
      93           5 :     protobuf_AddDesc_test_2fproto_2fempty_2eproto();
      94           5 :   }
      95           5 : } static_descriptor_initializer_test_2fproto_2fempty_2eproto_;
      96             : 
      97             : namespace {
      98             : 
      99             : static void MergeFromFail(int line) GOOGLE_ATTRIBUTE_COLD;
     100           0 : static void MergeFromFail(int line) {
     101           0 :   GOOGLE_CHECK(false) << __FILE__ << ":" << line;
     102           0 : }
     103             : 
     104             : }  // namespace
     105             : 
     106             : 
     107             : // ===================================================================
     108             : 
     109             : #ifndef _MSC_VER
     110             : #endif  // !_MSC_VER
     111             : 
     112           5 : Empty::Empty()
     113           5 :   : ::google::protobuf::Message(), _internal_metadata_(NULL) {
     114           5 :   SharedCtor();
     115             :   // @@protoc_insertion_point(constructor:grpc.testing.Empty)
     116           5 : }
     117             : 
     118           5 : void Empty::InitAsDefaultInstance() {
     119           5 :   _is_default_instance_ = true;
     120           5 : }
     121             : 
     122           0 : Empty::Empty(const Empty& from)
     123             :   : ::google::protobuf::Message(),
     124           0 :     _internal_metadata_(NULL) {
     125           0 :   SharedCtor();
     126           0 :   MergeFrom(from);
     127             :   // @@protoc_insertion_point(copy_constructor:grpc.testing.Empty)
     128           0 : }
     129             : 
     130           5 : void Empty::SharedCtor() {
     131           5 :     _is_default_instance_ = false;
     132           5 :   _cached_size_ = 0;
     133           5 : }
     134             : 
     135           0 : Empty::~Empty() {
     136             :   // @@protoc_insertion_point(destructor:grpc.testing.Empty)
     137           0 :   SharedDtor();
     138           0 : }
     139             : 
     140           0 : void Empty::SharedDtor() {
     141           0 :   if (this != default_instance_) {
     142             :   }
     143           0 : }
     144             : 
     145           0 : void Empty::SetCachedSize(int size) const {
     146             :   GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
     147           0 :   _cached_size_ = size;
     148             :   GOOGLE_SAFE_CONCURRENT_WRITES_END();
     149           0 : }
     150           0 : const ::google::protobuf::Descriptor* Empty::descriptor() {
     151           0 :   protobuf_AssignDescriptorsOnce();
     152           0 :   return Empty_descriptor_;
     153             : }
     154             : 
     155           0 : const Empty& Empty::default_instance() {
     156           0 :   if (default_instance_ == NULL) protobuf_AddDesc_test_2fproto_2fempty_2eproto();
     157           0 :   return *default_instance_;
     158             : }
     159             : 
     160             : Empty* Empty::default_instance_ = NULL;
     161             : 
     162           0 : Empty* Empty::New(::google::protobuf::Arena* arena) const {
     163           0 :   Empty* n = new Empty;
     164           0 :   if (arena != NULL) {
     165           0 :     arena->Own(n);
     166             :   }
     167           0 :   return n;
     168             : }
     169             : 
     170           0 : void Empty::Clear() {
     171           0 : }
     172             : 
     173           0 : bool Empty::MergePartialFromCodedStream(
     174             :     ::google::protobuf::io::CodedInputStream* input) {
     175             : #define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
     176             :   ::google::protobuf::uint32 tag;
     177             :   // @@protoc_insertion_point(parse_start:grpc.testing.Empty)
     178             :   for (;;) {
     179             :     ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
     180           0 :     tag = p.first;
     181           0 :     if (!p.second) goto handle_unusual;
     182             :   handle_unusual:
     183           0 :     if (tag == 0 ||
     184           0 :         ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
     185             :         ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
     186           0 :       goto success;
     187             :     }
     188           0 :     DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag));
     189           0 :   }
     190             : success:
     191             :   // @@protoc_insertion_point(parse_success:grpc.testing.Empty)
     192           0 :   return true;
     193             : failure:
     194             :   // @@protoc_insertion_point(parse_failure:grpc.testing.Empty)
     195           0 :   return false;
     196             : #undef DO_
     197             : }
     198             : 
     199           0 : void Empty::SerializeWithCachedSizes(
     200             :     ::google::protobuf::io::CodedOutputStream* output) const {
     201             :   // @@protoc_insertion_point(serialize_start:grpc.testing.Empty)
     202             :   // @@protoc_insertion_point(serialize_end:grpc.testing.Empty)
     203           0 : }
     204             : 
     205           0 : ::google::protobuf::uint8* Empty::SerializeWithCachedSizesToArray(
     206             :     ::google::protobuf::uint8* target) const {
     207             :   // @@protoc_insertion_point(serialize_to_array_start:grpc.testing.Empty)
     208             :   // @@protoc_insertion_point(serialize_to_array_end:grpc.testing.Empty)
     209           0 :   return target;
     210             : }
     211             : 
     212           0 : int Empty::ByteSize() const {
     213           0 :   int total_size = 0;
     214             : 
     215             :   GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
     216           0 :   _cached_size_ = total_size;
     217             :   GOOGLE_SAFE_CONCURRENT_WRITES_END();
     218           0 :   return total_size;
     219             : }
     220             : 
     221           0 : void Empty::MergeFrom(const ::google::protobuf::Message& from) {
     222           0 :   if (GOOGLE_PREDICT_FALSE(&from == this)) MergeFromFail(__LINE__);
     223             :   const Empty* source = 
     224             :       ::google::protobuf::internal::DynamicCastToGenerated<const Empty>(
     225           0 :           &from);
     226           0 :   if (source == NULL) {
     227           0 :     ::google::protobuf::internal::ReflectionOps::Merge(from, this);
     228             :   } else {
     229           0 :     MergeFrom(*source);
     230             :   }
     231           0 : }
     232             : 
     233           0 : void Empty::MergeFrom(const Empty& from) {
     234           0 :   if (GOOGLE_PREDICT_FALSE(&from == this)) MergeFromFail(__LINE__);
     235           0 : }
     236             : 
     237           0 : void Empty::CopyFrom(const ::google::protobuf::Message& from) {
     238           0 :   if (&from == this) return;
     239           0 :   Clear();
     240           0 :   MergeFrom(from);
     241             : }
     242             : 
     243           0 : void Empty::CopyFrom(const Empty& from) {
     244           0 :   if (&from == this) return;
     245           0 :   Clear();
     246           0 :   MergeFrom(from);
     247             : }
     248             : 
     249           0 : bool Empty::IsInitialized() const {
     250             : 
     251           0 :   return true;
     252             : }
     253             : 
     254           0 : void Empty::Swap(Empty* other) {
     255           0 :   if (other == this) return;
     256           0 :   InternalSwap(other);
     257             : }
     258           0 : void Empty::InternalSwap(Empty* other) {
     259           0 :   _internal_metadata_.Swap(&other->_internal_metadata_);
     260           0 :   std::swap(_cached_size_, other->_cached_size_);
     261           0 : }
     262             : 
     263           0 : ::google::protobuf::Metadata Empty::GetMetadata() const {
     264           0 :   protobuf_AssignDescriptorsOnce();
     265             :   ::google::protobuf::Metadata metadata;
     266           0 :   metadata.descriptor = Empty_descriptor_;
     267           0 :   metadata.reflection = Empty_reflection_;
     268           0 :   return metadata;
     269             : }
     270             : 
     271             : #if PROTOBUF_INLINE_NOT_IN_HEADERS
     272             : // Empty
     273             : 
     274             : #endif  // PROTOBUF_INLINE_NOT_IN_HEADERS
     275             : 
     276             : // @@protoc_insertion_point(namespace_scope)
     277             : 
     278             : }  // namespace testing
     279          15 : }  // namespace grpc
     280             : 
     281             : // @@protoc_insertion_point(global_scope)

Generated by: LCOV version 1.10