/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()
|
/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/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSError.cpp | 33 Flags type_flags(valobj_type.GetTypeInfo()); in DerefToNSErrorPointer() 41 Flags pointee_flags(pointee_type.GetTypeInfo()); in DerefToNSErrorPointer()
|
D | NSException.cpp | 41 Flags type_flags(valobj_type.GetTypeInfo()); in ExtractFields()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectChild.cpp | 116 Flags parent_type_flags(parent_type.GetTypeInfo()); in UpdateValue() 199 if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) { in UpdateValue()
|
D | ValueObject.cpp | 568 const uint32_t type_info = GetTypeInfo(); in MightHaveChildren() 703 const Flags type_flags(GetTypeInfo(&pointee_or_element_compiler_type)); in IsCStringContainer() 721 const uint32_t type_info = GetTypeInfo(&pointee_or_element_compiler_type); in GetPointeeData() 933 const Flags type_flags(GetTypeInfo(&elem_or_pointee_compiler_type)); in ReadPointedString() 1182 Flags flags(GetTypeInfo()); in HasSpecialPrintableRepresentation() 1218 Flags flags(GetTypeInfo()); in DumpPrintableRepresentation() 1626 ValueObject::GetTypeInfo(CompilerType *pointee_or_element_compiler_type) { in GetTypeInfo() function in ValueObject 1627 return GetCompilerType().GetTypeInfo(pointee_or_element_compiler_type); in GetTypeInfo() 2045 non_base_class_parent_compiler_type.GetTypeInfo(); in GetExpressionPath() 2157 root_compiler_type.GetTypeInfo(&pointee_compiler_type)); in GetValueForExpressionPath_Impl() [all …]
|
/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.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.Reflection.Tests/ |
D | NUnitMain.cs | 38 …return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper… in Main()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 71 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject() 172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
D | ValueObjectPrinter.cpp | 141 m_type_flags = m_compiler_type.GetTypeInfo(); in GetMostSpecializedValue() 205 m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() & in IsInstancePointer() 333 Flags type_flags(type.GetTypeInfo()); in IsPointerValue()
|
/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 365 (void) GetTypeInfo("*",exception); in GetTypeInfoByFamily() 571 p=GetTypeInfo("*",exception); in GetTypeInfoList() 664 p=GetTypeInfo("*",exception); in GetTypeList()
|
/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()
|