Searched refs:is_proto_enum (Results 1 – 8 of 8) sorted by relevance
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {}; struct
278 T, typename internal::enable_if<is_proto_enum<T>::value>::type> {
1709 template <> struct is_proto_enum< ::google::protobuf::Field_Kind> : ::google::protobuf::internal::t…1714 template <> struct is_proto_enum< ::google::protobuf::Field_Cardinality> : ::google::protobuf::inte…1719 template <> struct is_proto_enum< ::google::protobuf::Syntax> : ::google::protobuf::internal::true_…
540 T, typename internal::enable_if<is_proto_enum<T>::value>::type> {
757 template <> struct is_proto_enum< ::google::protobuf::NullValue> : ::google::protobuf::internal::tr…
61 template <typename Enum> struct is_proto_enum;1506 internal::MapValueInitializer<google::protobuf::is_proto_enum<T>::value,
7682 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Type> : ::google::protob…7687 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Label> : ::google::proto…7692 template <> struct is_proto_enum< ::google::protobuf::FileOptions_OptimizeMode> : ::google::protobu…7697 template <> struct is_proto_enum< ::google::protobuf::FieldOptions_CType> : ::google::protobuf::int…7702 template <> struct is_proto_enum< ::google::protobuf::FieldOptions_JSType> : ::google::protobuf::in…
1108 EXPECT_TRUE(is_proto_enum<unittest::TestAllTypes::NestedEnum>::value); in TEST()1109 EXPECT_TRUE(is_proto_enum<unittest::ForeignEnum>::value); in TEST()1110 EXPECT_TRUE(is_proto_enum<unittest::TestEnumWithDupValue>::value); in TEST()1111 EXPECT_TRUE(is_proto_enum<unittest::TestSparseEnum>::value); in TEST()1113 EXPECT_FALSE(is_proto_enum<int>::value); in TEST()1114 EXPECT_FALSE(is_proto_enum<NonProtoEnum>::value); in TEST()