Searched refs:OptionFetcher (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | CustomOptionsTest.cs | 56 delegate bool OptionFetcher<T>(int field, out T value); in OptionFetcher() method in Google.Protobuf.Test.Reflection.CustomOptionsTest 58 OptionFetcher<E> EnumFetcher<E>(CustomOptions options) in EnumFetcher() 251 private void AssertOption<T, D>(T expected, OptionFetcher<T> customOptionFetcher, Extension<D, T> extension, Func<Extension<D, T>, T> getOptionFetcher, Func<Extension<D, T>, T> extensionFetcher) where D : IExtendableMessage<D>
|
Completed in 1 milliseconds