/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 54 return target.GetTypeInfo().IsValueType; in IsValueType() 62 return target.GetTypeInfo().IsAssignableFrom(c.GetTypeInfo()); in IsAssignableFrom() 75 var typeInfo = target.GetTypeInfo(); in GetProperty() 102 var typeInfo = target.GetTypeInfo(); in GetMethod()
|
/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/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.HealthCheck.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.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.Reflection.Tests/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… 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 367 (void) GetTypeInfo("*",exception); in GetTypeInfoByFamily() 573 p=GetTypeInfo("*",exception); in GetTypeInfoList() 666 p=GetTypeInfo("*",exception); in GetTypeList()
|
D | methods.h | 552 #define GetTypeInfo PrependMagickMethod(GetTypeInfo) macro
|
D | annotate.c | 953 type_info=GetTypeInfo(draw_info->font,exception); in RenderType() 1009 type_info=GetTypeInfo("*",exception); in RenderType()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | type_info_test_helper.h | 75 TypeInfo* GetTypeInfo();
|
D | type_info_test_helper.cc | 89 TypeInfo* TypeInfoTestHelper::GetTypeInfo() { return typeinfo_.get(); } in GetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
|
D | protostream_objectwriter_test.cc | 163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor)); in GetType()
|
/external/ImageMagick/coders/ |
D | ttf.c | 218 type_info=GetTypeInfo(image_info->filename,exception); in ReadTTFImage()
|
D | wmf.c | 2409 type_info_base=GetTypeInfo("*",exception); in lite_font_map()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 903 enumType.GetTypeInfo().DeclaredFields
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 12695 type_info=GetTypeInfo(name,exception); in QueryFont()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 12812 type_info=GetTypeInfo(name,exception);
|