Home
last modified time | relevance | path

Searched refs:GetTypeInfo (Results 1 – 25 of 32) sorted by relevance

12

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs54 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/
DCustomOptions.cs278 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/
DPlatformApis.cs75 var platformProperty = unityApplicationClass.GetTypeInfo().GetProperty("platform"); in PlatformApis()
175 …return Type.GetType(UnityEngineApplicationClassName).GetTypeInfo().GetProperty("platform").GetValu… in GetUnityRuntimePlatform()
DDefaultSslRootsOverride.cs44 …var stream = typeof(DefaultSslRootsOverride).GetTypeInfo().Assembly.GetManifestResourceStream(Root… in Override()
DNativeExtension.cs155 var assembly = typeof(NativeExtension).GetTypeInfo().Assembly; in GetAssemblyPath()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DProgram.cs44 return new AutoRun(typeof(Program).GetTypeInfo().Assembly).Execute(args); in Main()
DFieldCodecTest.cs166 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DNUnitMain.cs38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
DTestCredentials.cs78 … var assemblyDir = Path.GetDirectoryName(typeof(TestCredentials).GetTypeInfo().Assembly.Location); in GetPath()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DNUnitMain.cs38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DNUnitMain.cs38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/
DNUnitMain.cs38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DNUnitMain.cs38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
/external/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs59 if (!typeof(IMessage).GetTypeInfo().IsAssignableFrom(type)) in Main()
/external/ImageMagick/MagickCore/
Dtype.h91 *GetTypeInfo(const char *,ExceptionInfo *),
Dtype.c276 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()
Dannotate.c951 type_info=GetTypeInfo(draw_info->font,exception); in RenderType()
1007 type_info=GetTypeInfo("*",exception); in RenderType()
/external/protobuf/src/google/protobuf/util/internal/
Dtype_info_test_helper.h72 TypeInfo* GetTypeInfo();
Dtype_info_test_helper.cc86 TypeInfo* TypeInfoTestHelper::GetTypeInfo() { return typeinfo_.get(); } in GetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs166 …using (var stream = type.GetTypeInfo().Assembly.GetManifestResourceStream($"Google.Protobuf.Test.t… in LoadProtos()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs168 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
/external/v8/include/
Dv8-fast-api-calls.h377 const CFunctionInfo* GetTypeInfo() const { return type_info_; }
/external/ImageMagick/coders/
Dttf.c218 type_info=GetTypeInfo(image_info->filename,exception); in ReadTTFImage()
/external/angle/src/libANGLE/
Dformatutils.h111 ANGLE_INLINE const Type GetTypeInfo(GLenum type) in GetTypeInfo() function
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs908 enumType.GetTypeInfo().DeclaredFields

12