Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs129 var descriptor = FindDescriptorForPath(location.Path); in CreateDeclarationMap()
138 private IDescriptor FindDescriptorForPath(IList<int> path) in FindDescriptorForPath() method in Google.Protobuf.Reflection.FileDescriptor