Home
last modified time | relevance | path

Searched defs:EnumType (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/core/
Dscoped_enum.hpp115 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType, UnderlyingType) \ argument
151 #define BOOST_SCOPED_ENUM_DECLARE_END(EnumType) \ argument
161 #define BOOST_SCOPED_ENUM_DECLARE_BEGIN(EnumType) \ argument
169 #define BOOST_SCOPED_ENUM_NATIVE(EnumType) EnumType::enum_type argument
175 #define BOOST_SCOPED_ENUM_FORWARD_DECLARE(EnumType) struct EnumType argument
179 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType,UnderlyingType) enum class EnumType : Underlyin… argument
180 #define BOOST_SCOPED_ENUM_DECLARE_BEGIN(EnumType) enum class EnumType argument
182 #define BOOST_SCOPED_ENUM_DECLARE_END(EnumType) ; argument
184 #define BOOST_SCOPED_ENUM_NATIVE(EnumType) EnumType argument
185 #define BOOST_SCOPED_ENUM_FORWARD_DECLARE(EnumType) enum class EnumType argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs277 public EnumDescriptor EnumType property in Google.Protobuf.Reflection.FieldDescriptor
DDescriptor.cs521 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.FileDescriptorProto
1048 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.DescriptorProto
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto46 enum EnumType { enum
/third_party/boost/libs/test/test/utils-ts/
Druntime-param-test.cpp237 enum EnumType { V1, V2 }; in BOOST_AUTO_TEST_CASE() enum
856 enum EnumType { V1, V2, V3 }; in BOOST_AUTO_TEST_CASE() enum
/third_party/flutter/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py65 class EnumType(Type): class
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py717 class EnumType(object): class
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py94 class EnumType(Type): class
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2483 TEST_F(MiscTest, EnumType) { in TEST_F() argument
/third_party/typescript/lib/
Dtsserverlibrary.d.ts2548 export interface EnumType extends Type { interface
DtypescriptServices.d.ts2548 export interface EnumType extends Type { interface
Dtypescript.d.ts2548 export interface EnumType extends Type { interface
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2562 export interface EnumType extends Type { interface
Dtypescript.d.ts2562 export interface EnumType extends Type { interface