aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/descriptor.pb.cc
diff options
context:
space:
mode:
authorGravatar Andy Hochhaus <ahochhaus@samegoal.com>2016-10-08 15:40:29 -0700
committerGravatar Andy Hochhaus <ahochhaus@samegoal.com>2016-10-09 08:36:01 -0700
commitb2b65842ea9ba7c994385dfc82cf14d209713909 (patch)
tree0567e0405d9b1c77f9fe078e741d60b5cb9d69ed /src/google/protobuf/descriptor.pb.cc
parentc0c3aee6b9ae3f4f2fc30370365002babc5d106b (diff)
Silence compile warnings in bazel
Diffstat (limited to 'src/google/protobuf/descriptor.pb.cc')
-rw-r--r--src/google/protobuf/descriptor.pb.cc24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/google/protobuf/descriptor.pb.cc b/src/google/protobuf/descriptor.pb.cc
index 56c3b7fb..13e8776f 100644
--- a/src/google/protobuf/descriptor.pb.cc
+++ b/src/google/protobuf/descriptor.pb.cc
@@ -8937,7 +8937,8 @@ bool FileOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void FileOptions::Swap(FileOptions* other) {
@@ -9902,7 +9903,8 @@ bool MessageOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void MessageOptions::Swap(MessageOptions* other) {
@@ -10601,7 +10603,8 @@ bool FieldOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void FieldOptions::Swap(FieldOptions* other) {
@@ -11052,7 +11055,8 @@ bool OneofOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void OneofOptions::Swap(OneofOptions* other) {
@@ -11446,7 +11450,8 @@ bool EnumOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void EnumOptions::Swap(EnumOptions* other) {
@@ -11833,7 +11838,8 @@ bool EnumValueOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void EnumValueOptions::Swap(EnumValueOptions* other) {
@@ -12195,7 +12201,8 @@ bool ServiceOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void ServiceOptions::Swap(ServiceOptions* other) {
@@ -12557,7 +12564,8 @@ bool MethodOptions::IsInitialized() const {
if (!::google::protobuf::internal::AllAreInitialized(this->uninterpreted_option())) return false;
- if (!_extensions_.IsInitialized()) return false; return true;
+ if (!_extensions_.IsInitialized()) return false;
+ return true;
}
void MethodOptions::Swap(MethodOptions* other) {