Searched defs:HasBits (Results 1 – 7 of 7) sorted by relevance
51 PROTOBUF_NDEBUG_INLINE constexpr HasBits() : has_bits_{} {} in HasBits() function
1455 using HasBits = decltype(std::declval<FileDescriptorProto>()._has_bits_); typedef in FileDescriptorProto::_Internal2134 using HasBits = decltype(std::declval<DescriptorProto_ExtensionRange>()._has_bits_); typedef in DescriptorProto_ExtensionRange::_Internal2410 using HasBits = decltype(std::declval<DescriptorProto_ReservedRange>()._has_bits_); typedef in DescriptorProto_ReservedRange::_Internal2640 using HasBits = decltype(std::declval<DescriptorProto>()._has_bits_); typedef in DescriptorProto::_Internal3389 using HasBits = decltype(std::declval<FieldDescriptorProto>()._has_bits_); typedef in FieldDescriptorProto::_Internal4048 using HasBits = decltype(std::declval<OneofDescriptorProto>()._has_bits_); typedef in OneofDescriptorProto::_Internal4314 using HasBits = decltype(std::declval<EnumDescriptorProto_EnumReservedRange>()._has_bits_); typedef in EnumDescriptorProto_EnumReservedRange::_Internal4544 using HasBits = decltype(std::declval<EnumDescriptorProto>()._has_bits_); typedef in EnumDescriptorProto::_Internal4918 using HasBits = decltype(std::declval<EnumValueDescriptorProto>()._has_bits_); typedef in EnumValueDescriptorProto::_Internal5221 using HasBits = decltype(std::declval<ServiceDescriptorProto>()._has_bits_); typedef in ServiceDescriptorProto::_Internal[all …]
1514 using HasBits = decltype(std::declval<FileDescriptorProto>()._impl_._has_bits_); typedef in FileDescriptorProto::_Internal2211 using HasBits = decltype(std::declval<DescriptorProto_ExtensionRange>()._impl_._has_bits_); typedef in DescriptorProto_ExtensionRange::_Internal2495 using HasBits = decltype(std::declval<DescriptorProto_ReservedRange>()._impl_._has_bits_); typedef in DescriptorProto_ReservedRange::_Internal2732 using HasBits = decltype(std::declval<DescriptorProto>()._impl_._has_bits_); typedef in DescriptorProto::_Internal3507 using HasBits = decltype(std::declval<FieldDescriptorProto>()._impl_._has_bits_); typedef in FieldDescriptorProto::_Internal4188 using HasBits = decltype(std::declval<OneofDescriptorProto>()._impl_._has_bits_); typedef in OneofDescriptorProto::_Internal4463 using HasBits = decltype(std::declval<EnumDescriptorProto_EnumReservedRange>()._impl_._has_bits_); typedef in EnumDescriptorProto_EnumReservedRange::_Internal4700 using HasBits = decltype(std::declval<EnumDescriptorProto>()._impl_._has_bits_); typedef in EnumDescriptorProto::_Internal5086 using HasBits = decltype(std::declval<EnumValueDescriptorProto>()._impl_._has_bits_); typedef in EnumValueDescriptorProto::_Internal5397 using HasBits = decltype(std::declval<ServiceDescriptorProto>()._impl_._has_bits_); typedef in ServiceDescriptorProto::_Internal[all …]
236 using HasBits = decltype(std::declval<Version>()._impl_._has_bits_); typedef in compiler::Version::_Internal560 using HasBits = decltype(std::declval<CodeGeneratorRequest>()._impl_._has_bits_); typedef in compiler::CodeGeneratorRequest::_Internal912 using HasBits = decltype(std::declval<CodeGeneratorResponse_File>()._impl_._has_bits_); typedef in compiler::CodeGeneratorResponse_File::_Internal1302 using HasBits = decltype(std::declval<CodeGeneratorResponse>()._impl_._has_bits_); typedef in compiler::CodeGeneratorResponse::_Internal
228 using HasBits = decltype(std::declval<Version>()._has_bits_); typedef in compiler::Version::_Internal541 using HasBits = decltype(std::declval<CodeGeneratorRequest>()._has_bits_); typedef in compiler::CodeGeneratorRequest::_Internal882 using HasBits = decltype(std::declval<CodeGeneratorResponse_File>()._has_bits_); typedef in compiler::CodeGeneratorResponse_File::_Internal1259 using HasBits = decltype(std::declval<CodeGeneratorResponse>()._has_bits_); typedef in compiler::CodeGeneratorResponse::_Internal
4864 unsigned HasBits = C.getTypeSize(OldType); in WidenIterationCount() local