Home
last modified time | relevance | path

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

/external/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.cc1386 using HasBits = decltype(std::declval<FileDescriptorSet>()._has_bits_); typedef in FileDescriptorSet::_Internal
1672 using HasBits = decltype(std::declval<FileDescriptorProto>()._has_bits_); typedef in FileDescriptorProto::_Internal
1673 static void set_has_name(HasBits* has_bits) { in set_has_name()
1676 static void set_has_package(HasBits* has_bits) { in set_has_package()
1680 static void set_has_options(HasBits* has_bits) { in set_has_options()
1684 static void set_has_source_code_info(HasBits* has_bits) { in set_has_source_code_info()
1687 static void set_has_syntax(HasBits* has_bits) { in set_has_syntax()
1864 _Internal::HasBits has_bits{}; in _InternalParse()
2667 using HasBits = decltype(std::declval<DescriptorProto_ExtensionRange>()._has_bits_); typedef in DescriptorProto_ExtensionRange::_Internal
2668 static void set_has_start(HasBits* has_bits) { in set_has_start()
[all …]
Ddescriptor.pb.h494 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
830 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1023 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1195 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1491 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
1671 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2071 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2270 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2441 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
2676 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc213 using HasBits = decltype(std::declval<Version>()._has_bits_); typedef in compiler::Version::_Internal
214 static void set_has_major(HasBits* has_bits) { in set_has_major()
217 static void set_has_minor(HasBits* has_bits) { in set_has_minor()
220 static void set_has_patch(HasBits* has_bits) { in set_has_patch()
223 static void set_has_suffix(HasBits* has_bits) { in set_has_suffix()
296 _Internal::HasBits has_bits{}; in _InternalParse()
651 using HasBits = decltype(std::declval<CodeGeneratorRequest>()._has_bits_); typedef in compiler::CodeGeneratorRequest::_Internal
652 static void set_has_parameter(HasBits* has_bits) { in set_has_parameter()
656 static void set_has_compiler_version(HasBits* has_bits) { in set_has_compiler_version()
742 _Internal::HasBits has_bits{}; in _InternalParse()
[all …]
Dplugin.pb.h251 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
439 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
614 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
776 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
/external/clang/lib/Sema/
DSemaOpenMP.cpp4864 unsigned HasBits = C.getTypeSize(OldType); in WidenIterationCount() local
4865 if (HasBits >= Bits) in WidenIterationCount()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8090 unsigned HasBits = C.getTypeSize(OldType); in widenIterationCount() local
8091 if (HasBits >= Bits) in widenIterationCount()