Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dhas_bits.h48 class HasBits {
50 HasBits() PROTOBUF_ALWAYS_INLINE { Clear(); } in HasBits() function
64 bool operator==(const HasBits<doublewords>& rhs) const {
68 bool operator!=(const HasBits<doublewords>& rhs) const {
72 void Or(const HasBits<doublewords>& rhs) { in Or()
83 inline bool HasBits<1>::empty() const { in empty()
88 inline bool HasBits<2>::empty() const { in empty()
93 inline bool HasBits<3>::empty() const { in empty()
98 inline bool HasBits<4>::empty() const { in empty()
103 inline bool HasBits<doublewords>::empty() const { in empty()
Ddescriptor.pb.cc1590 using HasBits = decltype(std::declval<FileDescriptorProto>()._has_bits_); typedef in FileDescriptorProto::_Internal
1591 static void set_has_name(HasBits* has_bits) { in set_has_name()
1594 static void set_has_package(HasBits* has_bits) { in set_has_package()
1598 static void set_has_options(HasBits* has_bits) { in set_has_options()
1602 static void set_has_source_code_info(HasBits* has_bits) { in set_has_source_code_info()
1605 static void set_has_syntax(HasBits* has_bits) { in set_has_syntax()
1749 _Internal::HasBits has_bits{}; in _InternalParse()
2253 using HasBits = decltype(std::declval<DescriptorProto_ExtensionRange>()._has_bits_); typedef in DescriptorProto_ExtensionRange::_Internal
2254 static void set_has_start(HasBits* has_bits) { in set_has_start()
2257 static void set_has_end(HasBits* has_bits) { in set_has_end()
[all …]
Ddescriptor.pb.h862 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1055 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1220 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1557 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2145 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2330 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2494 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2735 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2928 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
3124 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.pb.cc118 using HasBits = decltype(std::declval<PhoneNumber>()._has_bits_); typedef in i18n::phonenumbers::PhoneNumber::_Internal
119 static void set_has_country_code(HasBits* has_bits) { in set_has_country_code()
122 static void set_has_national_number(HasBits* has_bits) { in set_has_national_number()
125 static void set_has_extension(HasBits* has_bits) { in set_has_extension()
128 static void set_has_italian_leading_zero(HasBits* has_bits) { in set_has_italian_leading_zero()
131 static void set_has_number_of_leading_zeros(HasBits* has_bits) { in set_has_number_of_leading_zeros()
134 static void set_has_raw_input(HasBits* has_bits) { in set_has_raw_input()
137 static void set_has_country_code_source(HasBits* has_bits) { in set_has_country_code_source()
140 static void set_has_preferred_domestic_carrier_code(HasBits* has_bits) { in set_has_preferred_domestic_carrier_code()
143 static bool MissingRequiredFields(const HasBits& has_bits) { in MissingRequiredFields()
[all …]
Dphonemetadata.pb.cc105 using HasBits = decltype(std::declval<NumberFormat>()._has_bits_); typedef in i18n::phonenumbers::NumberFormat::_Internal
106 static void set_has_pattern(HasBits* has_bits) { in set_has_pattern()
109 static void set_has_format(HasBits* has_bits) { in set_has_format()
112 static void set_has_national_prefix_formatting_rule(HasBits* has_bits) { in set_has_national_prefix_formatting_rule()
115 static void set_has_national_prefix_optional_when_formatting(HasBits* has_bits) { in set_has_national_prefix_optional_when_formatting()
118 static void set_has_domestic_carrier_code_formatting_rule(HasBits* has_bits) { in set_has_domestic_carrier_code_formatting_rule()
121 static bool MissingRequiredFields(const HasBits& has_bits) { in MissingRequiredFields()
229 _Internal::HasBits has_bits{}; in _InternalParse()
513 using HasBits = decltype(std::declval<PhoneNumberDesc>()._has_bits_); typedef in i18n::phonenumbers::PhoneNumberDesc::_Internal
514 static void set_has_national_number_pattern(HasBits* has_bits) { in set_has_national_number_pattern()
[all …]
Dphonenumber.pb.h373 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
Dphonemetadata.pb.h320 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
533 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1255 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc237 using HasBits = decltype(std::declval<Version>()._has_bits_); typedef in compiler::Version::_Internal
238 static void set_has_major(HasBits* has_bits) { in set_has_major()
241 static void set_has_minor(HasBits* has_bits) { in set_has_minor()
244 static void set_has_patch(HasBits* has_bits) { in set_has_patch()
247 static void set_has_suffix(HasBits* has_bits) { in set_has_suffix()
328 _Internal::HasBits has_bits{}; in _InternalParse()
568 using HasBits = decltype(std::declval<CodeGeneratorRequest>()._has_bits_); typedef in compiler::CodeGeneratorRequest::_Internal
569 static void set_has_parameter(HasBits* has_bits) { in set_has_parameter()
573 static void set_has_compiler_version(HasBits* has_bits) { in set_has_compiler_version()
669 _Internal::HasBits has_bits{}; in _InternalParse()
[all …]
Dplugin.pb.h306 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
528 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
729 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
952 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;