Home
last modified time | relevance | path

Searched defs:EnumInfo (Results 1 – 9 of 9) sorted by relevance

/external/golang-protobuf/internal/impl/
Denum.go13 type EnumInfo struct { struct
14 GoReflectType reflect.Type // int32 kind
15 Desc protoreflect.EnumDescriptor
18 func (t *EnumInfo) New(n protoreflect.EnumNumber) protoreflect.Enum {
21 func (t *EnumInfo) Descriptor() protoreflect.EnumDescriptor { return t.Desc }
/external/catch2/include/internal/
Dcatch_interfaces_enum_values_registry.h18 struct EnumInfo { struct
22 ~EnumInfo(); argument
/external/golang-protobuf/runtime/protoimpl/
Dimpl.go29 EnumInfo = impl.EnumInfo talias
/external/gfxstream-protocols/registry/vulkan/scripts/
Dcerealgenerator.py791 def genEnum(self, enuminfo: EnumInfo, name, alias):
Dreg.py178 class EnumInfo(BaseInfo): class
/external/vulkan-headers/registry/
Dreg.py211 class EnumInfo(BaseInfo): class
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dreg.py287 class EnumInfo(BaseInfo): class
/external/libabigail/tests/lib/
Dcatch.hpp1462 struct EnumInfo { struct
1463 StringRef m_name;
1464 std::vector<std::pair<int, StringRef>> m_values;
/external/catch2/single_include/catch2/
Dcatch.hpp1459 struct EnumInfo { struct
1460 StringRef m_name;
1461 std::vector<std::pair<int, StringRef>> m_values;