Searched refs:is_proto_enum (Results 1 – 7 of 7) sorted by relevance
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {}; struct
1729 template <> struct is_proto_enum< ::google::protobuf::Field_Kind> : ::google::protobuf::internal::t…1734 template <> struct is_proto_enum< ::google::protobuf::Field_Cardinality> : ::google::protobuf::inte…1739 template <> struct is_proto_enum< ::google::protobuf::Syntax> : ::google::protobuf::internal::true_…
540 T, typename internal::enable_if<is_proto_enum<T>::value>::type> {
769 template <> struct is_proto_enum< ::google::protobuf::NullValue> : ::google::protobuf::internal::tr…
61 template <typename Enum> struct is_proto_enum;1509 internal::MapValueInitializer<google::protobuf::is_proto_enum<T>::value,
7970 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Type> : ::google::protob…7975 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Label> : ::google::proto…7980 template <> struct is_proto_enum< ::google::protobuf::FileOptions_OptimizeMode> : ::google::protobu…7985 template <> struct is_proto_enum< ::google::protobuf::FieldOptions_CType> : ::google::protobuf::int…7990 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()