Home
last modified time | relevance | path

Searched refs:proto3_optional_ (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h879 bool proto3_optional_; member in google::protobuf::FieldDescriptor
2190 return proto3_optional_ || in has_optional_keyword()
2236 return field_count() == 1 && field(0)->proto3_optional_; in is_synthetic()
H A Ddescriptor.pb.cc671 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldDescriptorProto, proto3_optional_),
3685 reinterpret_cast<char*>(&proto3_optional_) - in SharedCtor()
3686 reinterpret_cast<char*>(&options_)) + sizeof(proto3_optional_)); in SharedCtor()
3756 proto3_optional_ = false; in Clear()
3879 proto3_optional_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); in _InternalParse()
4158 proto3_optional_ = from.proto3_optional_; in MergeFrom()
4201 PROTOBUF_FIELD_OFFSET(FieldDescriptorProto, proto3_optional_) in InternalSwap()
4202 + sizeof(FieldDescriptorProto::proto3_optional_) in InternalSwap()
H A Ddescriptor.cc2146 if (proto3_optional_) { in CopyTo()
4754 result->proto3_optional_ = proto.proto3_optional(); in BuildFieldOrExtension()
5527 if (field->proto3_optional_) { in CrossLinkMessage()
H A Ddescriptor.pb.h2155 bool proto3_optional_; member in PROTOBUF_FINAL
8690 proto3_optional_ = false; in clear_proto3_optional()
8694 return proto3_optional_; in _internal_proto3_optional()
8702 proto3_optional_ = value; in _internal_set_proto3_optional()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3015 bool proto3_optional_; member
3799 return f->proto3_optional_; in upb_oneofdef_issynthetic()
4454 f->proto3_optional_ = in create_fielddef()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3460 bool proto3_optional_; member
4248 return f->proto3_optional_; in upb_oneofdef_issynthetic()
4917 f->proto3_optional_ = in create_fielddef()

Completed in 84 milliseconds