/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 54 return target.GetTypeInfo().IsAssignableFrom(c.GetTypeInfo()); in IsAssignableFrom() 67 var typeInfo = target.GetTypeInfo(); in GetProperty() 94 var typeInfo = target.GetTypeInfo(); in GetMethod()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | CustomOptions.cs | 278 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue() 280 if (typeArgs.Length == 1 && typeArgs[0].GetTypeInfo().IsEnum) in TryGetPrimitiveValue() 291 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue() 293 if (typeArgs.Length == 1 && typeArgs[0].GetTypeInfo().IsEnum) in TryGetPrimitiveValue()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | PlatformApis.cs | 75 var platformProperty = unityApplicationClass.GetTypeInfo().GetProperty("platform"); in PlatformApis() 175 …return Type.GetType(UnityEngineApplicationClassName).GetTypeInfo().GetProperty("platform").GetValu… in GetUnityRuntimePlatform()
|
D | DefaultSslRootsOverride.cs | 44 …var stream = typeof(DefaultSslRootsOverride).GetTypeInfo().Assembly.GetManifestResourceStream(Root… in Override()
|
D | NativeExtension.cs | 155 var assembly = typeof(NativeExtension).GetTypeInfo().Assembly; in GetAssemblyPath()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | Program.cs | 44 return new AutoRun(typeof(Program).GetTypeInfo().Assembly).Execute(args); in Main()
|
D | FieldCodecTest.cs | 166 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
|
D | TestCredentials.cs | 78 … var assemblyDir = Path.GetDirectoryName(typeof(TestCredentials).GetTypeInfo().Assembly.Location); in GetPath()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
|
/external/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
D | Program.cs | 59 if (!typeof(IMessage).GetTypeInfo().IsAssignableFrom(type)) in Main()
|
/external/ImageMagick/MagickCore/ |
D | type.h | 91 *GetTypeInfo(const char *,ExceptionInfo *),
|
D | type.c | 276 MagickExport const TypeInfo *GetTypeInfo(const char *name, in GetTypeInfo() function 366 (void) GetTypeInfo("*",exception); in GetTypeInfoByFamily() 572 p=GetTypeInfo("*",exception); in GetTypeInfoList() 665 p=GetTypeInfo("*",exception); in GetTypeList()
|
D | annotate.c | 951 type_info=GetTypeInfo(draw_info->font,exception); in RenderType() 1007 type_info=GetTypeInfo("*",exception); in RenderType()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | type_info_test_helper.h | 72 TypeInfo* GetTypeInfo();
|
D | type_info_test_helper.cc | 86 TypeInfo* TypeInfoTestHelper::GetTypeInfo() { return typeinfo_.get(); } in GetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 166 …using (var stream = type.GetTypeInfo().Assembly.GetManifestResourceStream($"Google.Protobuf.Test.t… in LoadProtos()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 168 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
|
/external/v8/include/ |
D | v8-fast-api-calls.h | 377 const CFunctionInfo* GetTypeInfo() const { return type_info_; }
|
/external/ImageMagick/coders/ |
D | ttf.c | 218 type_info=GetTypeInfo(image_info->filename,exception); in ReadTTFImage()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 111 ANGLE_INLINE const Type GetTypeInfo(GLenum type) in GetTypeInfo() function
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 908 enumType.GetTypeInfo().DeclaredFields
|