Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs59 if (!typeof(IMessage).GetTypeInfo().IsAssignableFrom(type)) in Main()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dtype_info_test_helper.h75 TypeInfo* GetTypeInfo();
Dtype_info_test_helper.cc89 TypeInfo* TypeInfoTestHelper::GetTypeInfo() { return typeinfo_.get(); } in GetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
Dprotostream_objectwriter_test.cc163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor)); in GetType()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs166 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs899 enumType.GetTypeInfo().DeclaredFields