Home
last modified time | relevance | path

Searched refs:_has_bits_ (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h263 ::google::protobuf::uint32 _has_bits_[1];
495 ::google::protobuf::uint32 _has_bits_[1];
604 ::google::protobuf::uint32 _has_bits_[1];
703 ::google::protobuf::uint32 _has_bits_[1];
912 ::google::protobuf::uint32 _has_bits_[1];
1204 ::google::protobuf::uint32 _has_bits_[1];
1307 ::google::protobuf::uint32 _has_bits_[1];
1424 ::google::protobuf::uint32 _has_bits_[1];
1540 ::google::protobuf::uint32 _has_bits_[1];
1659 ::google::protobuf::uint32 _has_bits_[1];
[all …]
Ddescriptor.pb.cc121 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorSet, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
147 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
171 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
187 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ExtensionRange, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
203 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ReservedRange, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
227 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
244 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
261 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
278 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
295 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Dmap_entry_lite.h223 if (from._has_bits_[0]) { in MergeFrom()
275 void set_has_key() { _has_bits_[0] |= 0x00000001u; } in set_has_key()
276 bool has_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } in has_key()
277 void clear_has_key() { _has_bits_[0] &= ~0x00000001u; } in clear_has_key()
278 void set_has_value() { _has_bits_[0] |= 0x00000002u; } in set_has_value()
279 bool has_value() const { return (_has_bits_[0] & 0x00000002u) != 0; } in has_value()
280 void clear_has_value() { _has_bits_[0] &= ~0x00000002u; } in clear_has_value()
358 _has_bits_[0] = 0; in MapEntryLite()
366 _has_bits_[0] = 0; in MapEntryLite()
382 uint32 _has_bits_[1]; variable
Dmap_entry.h247 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_), in CreateDefaultInstance()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc56 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorRequest, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
72 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
89 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
203 ::memset(_has_bits_, 0, sizeof(_has_bits_)); in SharedCtor()
249 ::memset(_has_bits_, 0, sizeof(_has_bits_)); in Clear()
472 if (from._has_bits_[1 / 32] & (0xffu << (1 % 32))) { in MergeFrom()
511 std::swap(_has_bits_[0], other->_has_bits_[0]); in InternalSwap()
584 return (_has_bits_[0] & 0x00000002u) != 0; in has_parameter()
587 _has_bits_[0] |= 0x00000002u; in set_has_parameter()
590 _has_bits_[0] &= ~0x00000002u; in clear_has_parameter()
[all …]
Dplugin.pb.h158 ::google::protobuf::uint32 _has_bits_[1];
282 ::google::protobuf::uint32 _has_bits_[1];
392 ::google::protobuf::uint32 _has_bits_[1];
468 return (_has_bits_[0] & 0x00000002u) != 0; in has_parameter()
471 _has_bits_[0] |= 0x00000002u; in set_has_parameter()
474 _has_bits_[0] &= ~0x00000002u; in clear_has_parameter()
556 return (_has_bits_[0] & 0x00000001u) != 0; in has_name()
559 _has_bits_[0] |= 0x00000001u; in set_has_name()
562 _has_bits_[0] &= ~0x00000001u; in clear_has_name()
610 return (_has_bits_[0] & 0x00000002u) != 0; in has_insertion_point()
[all …]