Home
last modified time | relevance | path

Searched refs:is_synthetic (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc125 !field->containing_oneof()->is_synthetic(); in InRealOneof()
381 if (descriptor->oneof_decl(i)->is_synthetic()) continue; in SharedCtor()
712 if (!type->oneof_decl(i)->is_synthetic()) { in GetPrototypeNoLock()
787 if (!type->oneof_decl(i)->is_synthetic()) { in GetPrototypeNoLock()
805 if (type->oneof_decl(i)->is_synthetic()) continue; in GetPrototypeNoLock()
853 if (type->oneof_decl(i)->is_synthetic()) continue; in ConstructDefaultOneofInstance()
900 if (type->oneof_decl(i)->is_synthetic()) continue; in DeleteDefaultOneofInstance()
Dgenerated_message_reflection.h129 !field->containing_oneof()->is_synthetic(); in InRealOneof()
Dgenerated_message_reflection.cc488 GOOGLE_DCHECK(!oneof_descriptor->is_synthetic()); in SwapOneofField()
667 if (!oneof->is_synthetic()) { in Swap()
1806 if (oneof_descriptor->is_synthetic()) { in GetOneofFieldDescriptor()
1934 GOOGLE_DCHECK(!oneof_descriptor->is_synthetic()); in GetOneofCase()
1941 GOOGLE_DCHECK(!oneof_descriptor->is_synthetic()); in MutableOneofCase()
2077 if (oneof_descriptor->is_synthetic()) { in HasOneof()
2102 if (oneof_descriptor->is_synthetic()) { in ClearOneof()
Ddescriptor.h942 bool is_synthetic() const;
2196 return containing_oneof_ && !containing_oneof_->is_synthetic() in real_containing_oneof()
2235 inline bool OneofDescriptor::is_synthetic() const { in is_synthetic() function
Dproto3_arena_unittest.cc261 EXPECT_TRUE(o->is_synthetic()); in TEST()
Ddescriptor.cc5529 !field->containing_oneof()->is_synthetic()) { in CrossLinkMessage()
5542 if (oneof->is_synthetic()) { in CrossLinkMessage()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h373 !descriptor->containing_oneof()->is_synthetic(); in IsRealOneof()
/third_party/protobuf/docs/
Dimplementing_proto3_presence.md333 - `OneofDescriptor::is_synthetic()`: returns true if this is a synthetic
382 if (oneof->is_synthetic()) {
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc470 if (oneof->is_synthetic()) return true; in IgnoreOneof()
580 if (o->is_synthetic()) continue; in JSOneofIndex()
801 !field->containing_oneof()->is_synthetic(); in InRealOneof()