Home
last modified time | relevance | path

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

/third_party/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()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs275 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue()
277 if (typeArgs.Length == 1 && typeArgs[0].GetTypeInfo().IsEnum) in TryGetPrimitiveValue()
285 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue()
287 if (typeArgs.Length == 1 && typeArgs[0].GetTypeInfo().IsEnum) in TryGetPrimitiveValue()
DReflectionUtil.cs315 var prop = typeof(T1).GetTypeInfo().GetDeclaredProperty("_Extensions"); in CreateIsInitializedCaller()
323 .GetTypeInfo() in CreateIsInitializedCaller()
/third_party/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.cs175 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs59 if (!typeof(IMessage).GetTypeInfo().IsAssignableFrom(type)) in Main()
/third_party/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DRefStructCompatibilityTest.cs61 …AssemblyDir = Path.GetDirectoryName(typeof(RefStructCompatibilityTest).GetTypeInfo().Assembly.Loca… in GeneratedCodeCompilesWithOldCsharpCompiler()
DFieldCodecTest.cs178 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs166 …using (var stream = type.GetTypeInfo().Assembly.GetManifestResourceStream($"Google.Protobuf.Test.t… in LoadProtos()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc200 STDMETHODIMP GetTypeInfo(unsigned int iTInfo,
629 STDMETHODIMP CefIAccessible::GetTypeInfo(unsigned int iTInfo, in GetTypeInfo() function in client::CefIAccessible
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h58 ANGLE_INLINE const Type GetTypeInfo(GLenum type) in GetTypeInfo() function
Dformatutils.cpp1173 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes()
DvalidationES3.cpp616 size_t dataBytesPerPixel = static_cast<size_t>(gl::GetTypeInfo(type).bytes); in ValidateES3TexImageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h113 ANGLE_INLINE const Type GetTypeInfo(GLenum type) in GetTypeInfo() function
Dformatutils.cpp1619 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes()
DvalidationES3.cpp797 size_t dataBytesPerPixel = static_cast<size_t>(GetTypeInfo(type).bytes); in ValidateES3TexImageParametersBase()
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs915 enumType.GetTypeInfo().DeclaredFields