Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs49 : base(file, file.ComputeFullName(null, proto.Name), index) in ServiceDescriptor()
DEnumDescriptor.cs50 : base(file, file.ComputeFullName(parent, proto.Name), index) in EnumDescriptor()
DOneofDescriptor.cs54 : base(file, file.ComputeFullName(parent, proto.Name), index) in OneofDescriptor()
DMessageDescriptor.cs70 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
DFieldDescriptor.cs97 : base(file, file.ComputeFullName(parent, proto.Name), index) in FieldDescriptor()
DFileDescriptor.cs201 internal string ComputeFullName(MessageDescriptor parent, string name) in ComputeFullName() method in Google.Protobuf.Reflection.FileDescriptor