Searched refs:proto3_optional_ (Results 1 – 13 of 13) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 913 bool proto3_optional_ : 1; variable 2314 return proto3_optional_ || in has_optional_keyword() 2359 return field_count() == 1 && field(0)->proto3_optional_; in is_synthetic()
|
D | descriptor.pb.cc | 622 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto, _impl_.proto3_optional_), 3568 , decltype(_impl_.proto3_optional_){} in FieldDescriptorProto() 3637 , decltype(_impl_.proto3_optional_){false} in SharedCtor() 3720 _impl_.proto3_optional_ = false; in Clear() 3851 _impl_.proto3_optional_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); in _InternalParse() 4115 _this->_impl_.proto3_optional_ = from._impl_.proto3_optional_; in MergeImpl() 4169 PROTOBUF_FIELD_OFFSET(FieldDescriptorProto, _impl_.proto3_optional_) in InternalSwap() 4170 + sizeof(FieldDescriptorProto::_impl_.proto3_optional_) in InternalSwap()
|
D | descriptor.cc | 2677 if (proto3_optional_) { in CopyTo() 5564 result->proto3_optional_ = proto.proto3_optional(); in BuildFieldOrExtension() 6323 if (field->proto3_optional_) { in CrossLinkMessage()
|
D | descriptor.pb.h | 2391 bool proto3_optional_; in Swap() member 10623 _impl_.proto3_optional_ = false; in clear_proto3_optional() 10627 return _impl_.proto3_optional_; in _internal_proto3_optional() 10635 _impl_.proto3_optional_ = value; in _internal_set_proto3_optional()
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 913 bool proto3_optional_ : 1; variable 2314 return proto3_optional_ || in has_optional_keyword() 2359 return field_count() == 1 && field(0)->proto3_optional_; in is_synthetic()
|
D | descriptor.pb.cc | 129 , proto3_optional_(false) 570 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto, proto3_optional_), 3514 0, static_cast<size_t>(reinterpret_cast<char*>(&proto3_optional_) - in SharedCtor() 3515 reinterpret_cast<char*>(&options_)) + sizeof(proto3_optional_)); in SharedCtor() 3577 proto3_optional_ = false; in Clear() 3708 proto3_optional_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); in _InternalParse() 3975 proto3_optional_ = from.proto3_optional_; in MergeFrom() 4029 PROTOBUF_FIELD_OFFSET(FieldDescriptorProto, proto3_optional_) in InternalSwap() 4030 + sizeof(FieldDescriptorProto::proto3_optional_) in InternalSwap()
|
D | descriptor.cc | 2669 if (proto3_optional_) { in CopyTo() 5516 result->proto3_optional_ = proto.proto3_optional(); in BuildFieldOrExtension() 6263 if (field->proto3_optional_) { in CrossLinkMessage()
|
D | descriptor.pb.h | 2358 bool proto3_optional_; in Swap() local 10488 proto3_optional_ = false; in clear_proto3_optional() 10492 return proto3_optional_; in _internal_proto3_optional() 10500 proto3_optional_ = value; in _internal_set_proto3_optional()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 44 bool proto3_optional_; member 1653 f->proto3_optional_ = in create_fielddef() 1689 if (f->proto3_optional_) { in create_fielddef() 1696 if (f->proto3_optional_) { in create_fielddef()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 5225 bool proto3_optional_; member 5779 return f->proto3_optional_; in _upb_FieldDef_IsProto3Optional() 7366 f->proto3_optional_ = in create_fielddef() 7504 if (f->proto3_optional_) { in create_fielddef() 7511 if (f->proto3_optional_) { in create_fielddef()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 5225 bool proto3_optional_; member 5779 return f->proto3_optional_; in _upb_FieldDef_IsProto3Optional() 7366 f->proto3_optional_ = in create_fielddef() 7504 if (f->proto3_optional_) { in create_fielddef() 7511 if (f->proto3_optional_) { in create_fielddef()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 5520 bool proto3_optional_; member 6074 return f->proto3_optional_; in _upb_FieldDef_IsProto3Optional() 7656 f->proto3_optional_ = in create_fielddef() 7794 if (f->proto3_optional_) { in create_fielddef() 7801 if (f->proto3_optional_) { in create_fielddef()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 5520 bool proto3_optional_; member 6074 return f->proto3_optional_; in _upb_FieldDef_IsProto3Optional() 7656 f->proto3_optional_ = in create_fielddef() 7794 if (f->proto3_optional_) { in create_fielddef() 7801 if (f->proto3_optional_) { in create_fielddef()
|