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/
H A DEnumDescriptor.cs50 : base(file, file.ComputeFullName(parent, proto.Name), index) in EnumDescriptor()
H A DServiceDescriptor.cs49 : base(file, file.ComputeFullName(null, proto.Name), index) in ServiceDescriptor()
H A DOneofDescriptor.cs54 : base(file, file.ComputeFullName(parent, proto.Name), index) in OneofDescriptor()
H A DMessageDescriptor.cs70 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
H A DFieldDescriptor.cs97 : base(file, file.ComputeFullName(parent, proto.Name), index) in FieldDescriptor()
H A DFileDescriptor.cs201 internal string ComputeFullName(MessageDescriptor parent, string name) in ComputeFullName() method in Google.Protobuf.Reflection.FileDescriptor

Completed in 4 milliseconds