Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/
Dhas_bits.h51 PROTOBUF_NDEBUG_INLINE constexpr HasBits() : has_bits_{} {} in HasBits() function
Ddescriptor.pb.cc1455 using HasBits = decltype(std::declval<FileDescriptorProto>()._has_bits_); typedef in FileDescriptorProto::_Internal
2134 using HasBits = decltype(std::declval<DescriptorProto_ExtensionRange>()._has_bits_); typedef in DescriptorProto_ExtensionRange::_Internal
2410 using HasBits = decltype(std::declval<DescriptorProto_ReservedRange>()._has_bits_); typedef in DescriptorProto_ReservedRange::_Internal
2640 using HasBits = decltype(std::declval<DescriptorProto>()._has_bits_); typedef in DescriptorProto::_Internal
3389 using HasBits = decltype(std::declval<FieldDescriptorProto>()._has_bits_); typedef in FieldDescriptorProto::_Internal
4048 using HasBits = decltype(std::declval<OneofDescriptorProto>()._has_bits_); typedef in OneofDescriptorProto::_Internal
4314 using HasBits = decltype(std::declval<EnumDescriptorProto_EnumReservedRange>()._has_bits_); typedef in EnumDescriptorProto_EnumReservedRange::_Internal
4544 using HasBits = decltype(std::declval<EnumDescriptorProto>()._has_bits_); typedef in EnumDescriptorProto::_Internal
4918 using HasBits = decltype(std::declval<EnumValueDescriptorProto>()._has_bits_); typedef in EnumValueDescriptorProto::_Internal
5221 using HasBits = decltype(std::declval<ServiceDescriptorProto>()._has_bits_); typedef in ServiceDescriptorProto::_Internal
[all …]
/external/protobuf/src/google/protobuf/
Dhas_bits.h51 PROTOBUF_NDEBUG_INLINE constexpr HasBits() : has_bits_{} {} in HasBits() function
Ddescriptor.pb.cc1514 using HasBits = decltype(std::declval<FileDescriptorProto>()._impl_._has_bits_); typedef in FileDescriptorProto::_Internal
2211 using HasBits = decltype(std::declval<DescriptorProto_ExtensionRange>()._impl_._has_bits_); typedef in DescriptorProto_ExtensionRange::_Internal
2495 using HasBits = decltype(std::declval<DescriptorProto_ReservedRange>()._impl_._has_bits_); typedef in DescriptorProto_ReservedRange::_Internal
2732 using HasBits = decltype(std::declval<DescriptorProto>()._impl_._has_bits_); typedef in DescriptorProto::_Internal
3507 using HasBits = decltype(std::declval<FieldDescriptorProto>()._impl_._has_bits_); typedef in FieldDescriptorProto::_Internal
4188 using HasBits = decltype(std::declval<OneofDescriptorProto>()._impl_._has_bits_); typedef in OneofDescriptorProto::_Internal
4463 using HasBits = decltype(std::declval<EnumDescriptorProto_EnumReservedRange>()._impl_._has_bits_); typedef in EnumDescriptorProto_EnumReservedRange::_Internal
4700 using HasBits = decltype(std::declval<EnumDescriptorProto>()._impl_._has_bits_); typedef in EnumDescriptorProto::_Internal
5086 using HasBits = decltype(std::declval<EnumValueDescriptorProto>()._impl_._has_bits_); typedef in EnumValueDescriptorProto::_Internal
5397 using HasBits = decltype(std::declval<ServiceDescriptorProto>()._impl_._has_bits_); typedef in ServiceDescriptorProto::_Internal
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc236 using HasBits = decltype(std::declval<Version>()._impl_._has_bits_); typedef in compiler::Version::_Internal
560 using HasBits = decltype(std::declval<CodeGeneratorRequest>()._impl_._has_bits_); typedef in compiler::CodeGeneratorRequest::_Internal
912 using HasBits = decltype(std::declval<CodeGeneratorResponse_File>()._impl_._has_bits_); typedef in compiler::CodeGeneratorResponse_File::_Internal
1302 using HasBits = decltype(std::declval<CodeGeneratorResponse>()._impl_._has_bits_); typedef in compiler::CodeGeneratorResponse::_Internal
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc228 using HasBits = decltype(std::declval<Version>()._has_bits_); typedef in compiler::Version::_Internal
541 using HasBits = decltype(std::declval<CodeGeneratorRequest>()._has_bits_); typedef in compiler::CodeGeneratorRequest::_Internal
882 using HasBits = decltype(std::declval<CodeGeneratorResponse_File>()._has_bits_); typedef in compiler::CodeGeneratorResponse_File::_Internal
1259 using HasBits = decltype(std::declval<CodeGeneratorResponse>()._has_bits_); typedef in compiler::CodeGeneratorResponse::_Internal
/external/clang/lib/Sema/
DSemaOpenMP.cpp4864 unsigned HasBits = C.getTypeSize(OldType); in WidenIterationCount() local