Home
last modified time | relevance | path

Searched refs:ForSyntheticOneof (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofAccessor.cs63 internal static OneofAccessor ForSyntheticOneof(OneofDescriptor descriptor) in ForSyntheticOneof() method in Google.Protobuf.Reflection.OneofAccessor
DOneofDescriptor.cs173 return OneofAccessor.ForSyntheticOneof(this); in CreateAccessor()