Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofAccessor.cs55 caseDelegate = ReflectionUtil.CreateFuncIMessageT<int>(caseProperty.GetGetMethod()); in OneofAccessor()
58 clearDelegate = ReflectionUtil.CreateActionIMessage(clearMethod); in OneofAccessor()
DFieldAccessorBase.cs50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
DGeneratedClrTypeInfo.cs88 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
DSingleFieldAccessor.cs58 setValueDelegate = ReflectionUtil.CreateActionIMessageObject(property.GetSetMethod()); in SingleFieldAccessor()
DReflectionUtil.cs48 internal static class ReflectionUtil class
/external/protobuf/util/
DMakefile.am164 csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs \
/external/protobuf/
DMakefile.am164 csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs \