protobuf/src/google/protobuf/field_mask.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/field_mask.proto
3 
4 #include <google/protobuf/field_mask.pb.h>
5 
6 #include <algorithm>
7 
8 #include <google/protobuf/io/coded_stream.h>
9 #include <google/protobuf/extension_set.h>
10 #include <google/protobuf/wire_format_lite.h>
11 #include <google/protobuf/descriptor.h>
12 #include <google/protobuf/generated_message_reflection.h>
13 #include <google/protobuf/reflection_ops.h>
14 #include <google/protobuf/wire_format.h>
15 // @@protoc_insertion_point(includes)
16 #include <google/protobuf/port_def.inc>
17 
18 PROTOBUF_PRAGMA_INIT_SEG
19 PROTOBUF_NAMESPACE_OPEN
21  ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
22  : paths_(){}
25  : _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {}
27  union {
29  };
30 };
31 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FieldMaskDefaultTypeInternal _FieldMask_default_instance_;
32 PROTOBUF_NAMESPACE_CLOSE
36 
38  ~0u, // no _has_bits_
39  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::FieldMask, _internal_metadata_),
40  ~0u, // no _extensions_
41  ~0u, // no _oneof_case_
42  ~0u, // no _weak_field_map_
43  ~0u, // no _inlined_string_donated_
44  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::FieldMask, paths_),
45 };
46 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
47  { 0, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::FieldMask)},
48 };
49 
52 };
53 
54 const char descriptor_table_protodef_google_2fprotobuf_2ffield_5fmask_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
55  "\n google/protobuf/field_mask.proto\022\017goog"
56  "le.protobuf\"\032\n\tFieldMask\022\r\n\005paths\030\001 \003(\tB"
57  "\205\001\n\023com.google.protobufB\016FieldMaskProtoP"
58  "\001Z2google.golang.org/protobuf/types/know"
59  "n/fieldmaskpb\370\001\001\242\002\003GPB\252\002\036Google.Protobuf"
60  ".WellKnownTypesb\006proto3"
61  ;
63 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto = {
64  false, false, 223, descriptor_table_protodef_google_2fprotobuf_2ffield_5fmask_2eproto, "google/protobuf/field_mask.proto",
68 };
69 PROTOBUF_ATTRIBUTE_WEAK const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto_getter() {
71 }
72 
73 // Force running AddDescriptors() at dynamic initialization time.
74 PROTOBUF_ATTRIBUTE_INIT_PRIORITY static ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2ffield_5fmask_2eproto(&descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto);
75 PROTOBUF_NAMESPACE_OPEN
76 
77 // ===================================================================
78 
80  public:
81 };
82 
84  bool is_message_owned)
85  : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned),
86  paths_(arena) {
87  SharedCtor();
88  if (!is_message_owned) {
90  }
91  // @@protoc_insertion_point(arena_constructor:google.protobuf.FieldMask)
92 }
94  : ::PROTOBUF_NAMESPACE_ID::Message(),
95  paths_(from.paths_) {
97  // @@protoc_insertion_point(copy_constructor:google.protobuf.FieldMask)
98 }
99 
100 inline void FieldMask::SharedCtor() {
101 }
102 
104  // @@protoc_insertion_point(destructor:google.protobuf.FieldMask)
105  if (GetArenaForAllocation() != nullptr) return;
106  SharedDtor();
108 }
109 
110 inline void FieldMask::SharedDtor() {
111  GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
112 }
113 
114 void FieldMask::ArenaDtor(void* object) {
115  FieldMask* _this = reinterpret_cast< FieldMask* >(object);
116  (void)_this;
117 }
119 }
120 void FieldMask::SetCachedSize(int size) const {
121  _cached_size_.Set(size);
122 }
123 
124 void FieldMask::Clear() {
125 // @@protoc_insertion_point(message_clear_start:google.protobuf.FieldMask)
126  uint32_t cached_has_bits = 0;
127  // Prevent compiler warnings about cached_has_bits being unused
128  (void) cached_has_bits;
129 
130  paths_.Clear();
132 }
133 
134 const char* FieldMask::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
135 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
136  while (!ctx->Done(&ptr)) {
137  uint32_t tag;
139  switch (tag >> 3) {
140  // repeated string paths = 1;
141  case 1:
142  if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 10)) {
143  ptr -= 1;
144  do {
145  ptr += 1;
146  auto str = _internal_add_paths();
148  CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.FieldMask.paths"));
149  CHK_(ptr);
150  if (!ctx->DataAvailable(ptr)) break;
151  } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr));
152  } else
153  goto handle_unusual;
154  continue;
155  default:
156  goto handle_unusual;
157  } // switch
158  handle_unusual:
159  if ((tag == 0) || ((tag & 7) == 4)) {
160  CHK_(ptr);
161  ctx->SetLastTag(tag);
162  goto message_done;
163  }
165  tag,
167  ptr, ctx);
168  CHK_(ptr != nullptr);
169  } // while
170 message_done:
171  return ptr;
172 failure:
173  ptr = nullptr;
174  goto message_done;
175 #undef CHK_
176 }
177 
179  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
180  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FieldMask)
181  uint32_t cached_has_bits = 0;
182  (void) cached_has_bits;
183 
184  // repeated string paths = 1;
185  for (int i = 0, n = this->_internal_paths_size(); i < n; i++) {
186  const auto& s = this->_internal_paths(i);
187  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
188  s.data(), static_cast<int>(s.length()),
189  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
190  "google.protobuf.FieldMask.paths");
191  target = stream->WriteString(1, s, target);
192  }
193 
194  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
195  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
196  _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
197  }
198  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.FieldMask)
199  return target;
200 }
201 
202 size_t FieldMask::ByteSizeLong() const {
203 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.FieldMask)
204  size_t total_size = 0;
205 
206  uint32_t cached_has_bits = 0;
207  // Prevent compiler warnings about cached_has_bits being unused
208  (void) cached_has_bits;
209 
210  // repeated string paths = 1;
211  total_size += 1 *
213  for (int i = 0, n = paths_.size(); i < n; i++) {
214  total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
215  paths_.Get(i));
216  }
217 
218  return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_);
219 }
220 
221 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FieldMask::_class_data_ = {
222  ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
224 };
225 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FieldMask::GetClassData() const { return &_class_data_; }
226 
229  static_cast<FieldMask *>(to)->MergeFrom(
230  static_cast<const FieldMask &>(from));
231 }
232 
233 
234 void FieldMask::MergeFrom(const FieldMask& from) {
235 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.FieldMask)
236  GOOGLE_DCHECK_NE(&from, this);
237  uint32_t cached_has_bits = 0;
238  (void) cached_has_bits;
239 
240  paths_.MergeFrom(from.paths_);
241  _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
242 }
243 
244 void FieldMask::CopyFrom(const FieldMask& from) {
245 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.FieldMask)
246  if (&from == this) return;
247  Clear();
248  MergeFrom(from);
249 }
250 
251 bool FieldMask::IsInitialized() const {
252  return true;
253 }
254 
255 void FieldMask::InternalSwap(FieldMask* other) {
256  using std::swap;
257  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
258  paths_.InternalSwap(&other->paths_);
259 }
260 
265 }
266 
267 // @@protoc_insertion_point(namespace_scope)
268 PROTOBUF_NAMESPACE_CLOSE
269 PROTOBUF_NAMESPACE_OPEN
271  return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::FieldMask >(arena);
272 }
273 PROTOBUF_NAMESPACE_CLOSE
274 
275 // @@protoc_insertion_point(global_scope)
276 #include <google/protobuf/port_undef.inc>
xds_interop_client.str
str
Definition: xds_interop_client.py:487
ptr
char * ptr
Definition: abseil-cpp/absl/base/internal/low_level_alloc_test.cc:45
FieldMask::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:288
GOOGLE_DCHECK_NE
#define GOOGLE_DCHECK_NE
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:197
Arena
struct Arena Arena
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/arena.h:189
file_level_enum_descriptors_google_2fprotobuf_2ffield_5fmask_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2ffield_5fmask_2eproto
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:34
EnumDescriptor
struct EnumDescriptor EnumDescriptor
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:641
ctx
Definition: benchmark-async.c:30
file_level_metadata_google_2fprotobuf_2ffield_5fmask_2eproto
PROTOBUF_NAMESPACE_CLOSE ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2ffield_5fmask_2eproto[1]
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:33
TableStruct_google_2fprotobuf_2ffield_5fmask_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:54
descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto_once
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:62
FieldMask::SetCachedSize
void SetCachedSize(int size) const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:131
_FieldMask_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FieldMaskDefaultTypeInternal _FieldMask_default_instance_
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:31
FieldMask::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:230
FieldMask::SharedDtor
void SharedDtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:121
FieldMask::~FieldMask
virtual ~FieldMask()
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:116
CHK_
#define CHK_(x)
FieldMask
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:69
FieldMask::ByteSizeLong
size_t ByteSizeLong() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:214
GOOGLE_DCHECK
#define GOOGLE_DCHECK
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:194
FieldMask::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/field_mask.pb.h:180
google::protobuf.internal::UnknownFieldParse
const char * UnknownFieldParse(uint32 tag, std::string *unknown, const char *ptr, ParseContext *ctx)
Definition: bloaty/third_party/protobuf/src/google/protobuf/parse_context.cc:606
Arena
Definition: arena.c:39
grpc::protobuf::Message
GRPC_CUSTOM_MESSAGE Message
Definition: include/grpcpp/impl/codegen/config_protobuf.h:78
u
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:351
FieldMask::SharedCtor
void SharedCtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:112
FieldMask::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:223
google::protobuf.internal::FromIntSize
size_t FromIntSize(int size)
Definition: bloaty/third_party/protobuf/src/google/protobuf/message_lite.h:97
to
size_t to
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1385
uint8_t
unsigned char uint8_t
Definition: stdint-msvc2008.h:78
google::protobuf::python::cmessage::UnknownFieldSet
static PyObject * UnknownFieldSet(CMessage *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:2512
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
FieldMask::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:239
uint32_t
unsigned int uint32_t
Definition: stdint-msvc2008.h:80
from
size_t from
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1384
CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::FieldMask >
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::FieldMask * Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::FieldMask >(Arena *arena)
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:270
FieldMaskDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:18
FieldMaskDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< FieldMask > _instance
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:20
file_level_service_descriptors_google_2fprotobuf_2ffield_5fmask_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2ffield_5fmask_2eproto
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:35
FieldMask
struct FieldMask FieldMask
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:649
google::protobuf.internal.decoder.ReadTag
def ReadTag(buffer, pos)
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/decoder.py:174
google::protobuf.internal::once_flag
std::once_flag once_flag
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/once.h:43
FieldMask::RegisterArenaDtor
void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:129
tag
static void * tag(intptr_t t)
Definition: bad_client.cc:318
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:50
FieldMask::_InternalSerialize
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:178
descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto_getter
const PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto_getter()
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:69
dynamic_init_dummy_google_2fprotobuf_2ffield_5fmask_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2ffield_5fmask_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:80
std::swap
void swap(Json::Value &a, Json::Value &b)
Specialize std::swap() for Json::Value.
Definition: third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h:1226
FieldMask::_InternalParse
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:150
FieldMask::IsInitialized
bool IsInitialized() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:278
FieldMask::_internal_paths
const std::string & _internal_paths(int index) const
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:258
FieldMask::_internal_paths_size
int _internal_paths_size() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:245
FieldMask::paths_
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > paths_
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:229
google::protobuf.internal::InlineGreedyStringParser
const char * InlineGreedyStringParser(std::string *s, const char *ptr, ParseContext *ctx)
Definition: bloaty/third_party/protobuf/src/google/protobuf/parse_context.cc:420
google::protobuf.internal::VerifyUTF8
bool VerifyUTF8(StringPiece str, const char *field_name)
Definition: bloaty/third_party/protobuf/src/google/protobuf/parse_context.cc:412
FieldMask::FieldMask
FieldMask()
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:91
n
int n
Definition: abseil-cpp/absl/container/btree_test.cc:1080
FieldMaskDefaultTypeInternal::FieldMaskDefaultTypeInternal
constexpr FieldMaskDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:24
descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:63
FieldMaskDefaultTypeInternal::~FieldMaskDefaultTypeInternal
~FieldMaskDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:26
FieldMaskDefaultTypeInternal::_instance
FieldMask _instance
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:28
FieldMask::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:227
FieldMask::_internal_add_paths
std::string * _internal_add_paths()
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.h:287
FieldMask::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:264
PROTOBUF_SECTION_VARIABLE
const uint32_t TableStruct_google_2fprotobuf_2ffield_5fmask_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
FieldMask::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:140
internal
Definition: benchmark/test/output_test_helper.cc:20
google::protobuf.internal::AssignDescriptors
void AssignDescriptors(const DescriptorTable *table)
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:2404
grpc_binder::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition: transaction.h:38
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
FieldMask::ArenaDtor
static void ArenaDtor(void *object)
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:125
google::protobuf::FieldMask::_Internal
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:87
setup.target
target
Definition: third_party/bloaty/third_party/protobuf/python/setup.py:179
grpc::protobuf::ServiceDescriptor
GRPC_CUSTOM_SERVICEDESCRIPTOR ServiceDescriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:88
FieldMask::GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Definition: protobuf/src/google/protobuf/field_mask.pb.cc:225
Message
Definition: protobuf/php/ext/google/protobuf/message.c:53
i
uint64_t i
Definition: abseil-cpp/absl/container/btree_benchmark.cc:230
FieldMask::InternalSwap
void InternalSwap(FieldMask *other)
Definition: bloaty/third_party/protobuf/src/google/protobuf/field_mask.pb.cc:282
stream
voidpf stream
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136


grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:22