• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[ RUN      ] third_party/protobuf/editions/golden/simple_proto3.pb.cc
2@@ @@
3     ::_pbi::TcParser::GetTable<::protobuf_editions_test::golden::SimpleProto3>(),  // to_prefetch
4     #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
5   }, {{
6-    // optional int32 int32_field = 1;
7+    // int32 int32_field = 1;
8     {::_pbi::TcParser::FastV32S1,
9      {8, 0, 0, PROTOBUF_FIELD_OFFSET(SimpleProto3, _impl_.int32_field_)}},
10   }}, {{
11     65535, 65535
12   }}, {{
13-    // optional int32 int32_field = 1;
14+    // int32 int32_field = 1;
15     {PROTOBUF_FIELD_OFFSET(SimpleProto3, _impl_.int32_field_), _Internal::kHasBitsOffset + 0, 0,
16     (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
17   }},
18@@ @@
19           (void)cached_has_bits;
20
21           cached_has_bits = this_._impl_._has_bits_[0];
22-          // optional int32 int32_field = 1;
23+          // int32 int32_field = 1;
24           if (cached_has_bits & 0x00000001u) {
25             target = ::proto2::internal::WireFormatLite::
26                 WriteInt32ToArrayWithField<1>(
27@@ @@
28           (void)cached_has_bits;
29
30            {
31-            // optional int32 int32_field = 1;
32+            // int32 int32_field = 1;
33             cached_has_bits = this_._impl_._has_bits_[0];
34             if (cached_has_bits & 0x00000001u) {
35               total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
36[  FAILED  ] third_party/protobuf/editions/golden/simple_proto3.pb.cc
37[ RUN      ] third_party/protobuf/editions/golden/simple_proto3.pb.h
38@@ @@
39   enum : int {
40     kInt32FieldFieldNumber = 1,
41   };
42-  // optional int32 int32_field = 1;
43+  // int32 int32_field = 1;
44   bool has_int32_field() const;
45   void clear_int32_field() ;
46   ::int32_t int32_field() const;
47@@ @@
48
49 // SimpleProto3
50
51-// optional int32 int32_field = 1;
52+// int32 int32_field = 1;
53 inline bool SimpleProto3::has_int32_field() const {
54   bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
55   return value;
56[  FAILED  ] third_party/protobuf/editions/golden/simple_proto3.pb.h
57[ RUN      ] third_party/protobuf/editions/golden/simple_proto3.proto.static_reflection.h
58[  OK      ] third_party/protobuf/editions/golden/simple_proto3.proto.static_reflection.h
59