Home
last modified time | relevance | path

Searched refs:has_bits (Results 1 – 12 of 12) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.pb.cc119 static void set_has_country_code(HasBits* has_bits) { in set_has_country_code() argument
120 (*has_bits)[0] |= 16u; in set_has_country_code()
122 static void set_has_national_number(HasBits* has_bits) { in set_has_national_number() argument
123 (*has_bits)[0] |= 8u; in set_has_national_number()
125 static void set_has_extension(HasBits* has_bits) { in set_has_extension() argument
126 (*has_bits)[0] |= 1u; in set_has_extension()
128 static void set_has_italian_leading_zero(HasBits* has_bits) { in set_has_italian_leading_zero() argument
129 (*has_bits)[0] |= 32u; 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() argument
132 (*has_bits)[0] |= 128u; in set_has_number_of_leading_zeros()
[all …]
Dphonemetadata.pb.cc106 static void set_has_pattern(HasBits* has_bits) { in set_has_pattern() argument
107 (*has_bits)[0] |= 1u; in set_has_pattern()
109 static void set_has_format(HasBits* has_bits) { in set_has_format() argument
110 (*has_bits)[0] |= 2u; in set_has_format()
112 static void set_has_national_prefix_formatting_rule(HasBits* has_bits) { in set_has_national_prefix_formatting_rule() argument
113 (*has_bits)[0] |= 4u; 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() argument
116 (*has_bits)[0] |= 16u; 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() argument
119 (*has_bits)[0] |= 8u; in set_has_domestic_carrier_code_formatting_rule()
[all …]
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1591 static void set_has_name(HasBits* has_bits) { in set_has_name() argument
1592 (*has_bits)[0] |= 1u; in set_has_name()
1594 static void set_has_package(HasBits* has_bits) { in set_has_package() argument
1595 (*has_bits)[0] |= 2u; in set_has_package()
1598 static void set_has_options(HasBits* has_bits) { in set_has_options() argument
1599 (*has_bits)[0] |= 8u; in set_has_options()
1602 static void set_has_source_code_info(HasBits* has_bits) { in set_has_source_code_info() argument
1603 (*has_bits)[0] |= 16u; in set_has_source_code_info()
1605 static void set_has_syntax(HasBits* has_bits) { in set_has_syntax() argument
1606 (*has_bits)[0] |= 4u; in set_has_syntax()
[all …]
Dgenerated_message_table_driven_lite.h116 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() argument
117 GOOGLE_DCHECK(has_bits != nullptr); in SetBit()
120 has_bits[has_bit_index / 32u] |= mask; in SetBit()
124 inline Type* MutableField(MessageLite* msg, uint32* has_bits, in MutableField() argument
126 SetBit(has_bits, has_bit_index); in MutableField()
131 inline void SetField(MessageLite* msg, uint32* has_bits, uint32 has_bit_index, in SetField() argument
135 *MutableField<Type>(msg, has_bits, has_bit_index, offset) = value; in SetField()
216 Arena* arena, uint32* has_bits, in HandleString() argument
233 s = MutableField<InlinedStringField>(msg, has_bits, has_bit_index, in HandleString()
255 msg, has_bits, has_bit_index, offset); in HandleString()
[all …]
Dgenerated_message_reflection.cc1063 const uint32* const has_bits = in ListFieldsMayFailOnStripped() local
1085 } else if (has_bits && has_bits_indices[i] != -1) { in ListFieldsMayFailOnStripped()
1087 if (IsIndexInHasBitSet(has_bits, has_bits_indices[i])) { in ListFieldsMayFailOnStripped()
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dgeocoding_data.pb.cc146 static void set_has_language_code_info(HasBits* has_bits) { in set_has_language_code_info() argument
147 (*has_bits)[0] |= 1u; in set_has_language_code_info()
150 static void set_has_country_code_info(HasBits* has_bits) { in set_has_country_code_info() argument
151 (*has_bits)[0] |= 2u; in set_has_country_code_info()
153 static bool MissingRequiredFields(const HasBits& has_bits) { in MissingRequiredFields() argument
154 return ((has_bits[0] & 0x00000003) ^ 0x00000003) != 0; in MissingRequiredFields()
258 _Internal::HasBits has_bits{}; in _InternalParse() local
346 _has_bits_.Or(has_bits); in _InternalParse()
570 static void set_has_prefixes_num(HasBits* has_bits) { in set_has_prefixes_num() argument
571 (*has_bits)[0] |= 1u; in set_has_prefixes_num()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc238 static void set_has_major(HasBits* has_bits) { in set_has_major() argument
239 (*has_bits)[0] |= 2u; in set_has_major()
241 static void set_has_minor(HasBits* has_bits) { in set_has_minor() argument
242 (*has_bits)[0] |= 4u; in set_has_minor()
244 static void set_has_patch(HasBits* has_bits) { in set_has_patch() argument
245 (*has_bits)[0] |= 8u; in set_has_patch()
247 static void set_has_suffix(HasBits* has_bits) { in set_has_suffix() argument
248 (*has_bits)[0] |= 1u; in set_has_suffix()
328 _Internal::HasBits has_bits{}; in _InternalParse() local
338 _Internal::set_has_major(&has_bits); in _InternalParse()
[all …]
/third_party/protobuf/cmake/
Dextract_includes.bat.in54 …"${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\has_bits.h" include\google\protobuf\has_bits
/third_party/protobuf/src/
DMakefile.am105 google/protobuf/has_bits.h \
/third_party/protobuf/objectivec/
DGPBMessage.m2696 // Bools are stored in has_bits to avoid needing explicit space in
2811 // Bools are stored in has_bits to avoid needing explicit space in
/third_party/protobuf/objectivec/Tests/
DGPBMessageTests.m2061 // Bools use storage within has_bits; this test ensures that this is honored
/third_party/node/deps/v8/
DBUILD.gn6667 "third_party/protobuf/src/google/protobuf/has_bits.h",