Home
last modified time | relevance | path

Searched defs:enumType (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java113 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testFileDescriptor() local
185 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testDescriptor() local
293 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testEnumDescriptor() local
371 EnumDescriptor enumType = in testCustomOptions() local
/third_party/typescript/tests/cases/compiler/
DenumOperations.ts2 var enumType: Enum = Enum.None; variable
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java115 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testFileDescriptor() local
181 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testDescriptor() local
280 EnumDescriptor enumType = ForeignEnum.getDescriptor(); in testEnumDescriptor() local
365 EnumDescriptor enumType = in testCustomOptions() local
DUnknownEnumValueTest.java136 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testUnknownEnumValueInReflectionApi() local
182 EnumDescriptor enumType = TestAllTypes.NestedEnum.getDescriptor(); in testUnknownEnumValueWithDynamicMessage() local
/third_party/typescript/tests/baselines/reference/
DenumOperations.js3 var enumType: Enum = Enum.None; variable
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs903 private static Dictionary<object, string> GetNameMapping(System.Type enumType) => field in Google.Protobuf.JsonFormatter.OriginalEnumValueHelper
914 private static Dictionary<object, string> GetNameMapping(System.Type enumType) => field in Google.Protobuf.JsonFormatter.OriginalEnumValueHelper
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs44 private EnumDescriptor enumType; field in Google.Protobuf.Reflection.FieldDescriptor
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2089 final EnumDescriptor enumType = field.getEnumType(); in consumeFieldValue() local
DDescriptors.java1266 private EnumDescriptor enumType; field in Descriptors.FieldDescriptor
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp374 GLenum enumType; member in glcts::__anonfd5d90570111::UniformType
/third_party/typescript/src/compiler/
Dchecker.ts10891 …const enumType = getUnionType(memberTypeList, UnionReduction.Literal, symbol, /*aliasTypeArguments… constant
10899 const enumType = createType(TypeFlags.Enum); constant
10907 const enumType = getDeclaredTypeOfEnum(getParentOfSymbol(symbol)!); constant