Searched refs:is_proto_enum (Results 1 – 3 of 3) sorted by relevance
55 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {}; struct
6768 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Type> : ::google::protob…6773 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Label> : ::google::proto…6778 template <> struct is_proto_enum< ::google::protobuf::FileOptions_OptimizeMode> : ::google::protobu…6783 template <> struct is_proto_enum< ::google::protobuf::FieldOptions_CType> : ::google::protobuf::int…
1052 EXPECT_TRUE(is_proto_enum<unittest::TestAllTypes::NestedEnum>::value); in TEST()1053 EXPECT_TRUE(is_proto_enum<unittest::ForeignEnum>::value); in TEST()1054 EXPECT_TRUE(is_proto_enum<unittest::TestEnumWithDupValue>::value); in TEST()1055 EXPECT_TRUE(is_proto_enum<unittest::TestSparseEnum>::value); in TEST()1057 EXPECT_FALSE(is_proto_enum<int>::value); in TEST()1058 EXPECT_FALSE(is_proto_enum<NonProtoEnum>::value); in TEST()