Searched refs:ComputeFullName (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ServiceDescriptor.cs | 47 : base(file, file.ComputeFullName(null, proto.Name), index) in ServiceDescriptor()
|
D | EnumDescriptor.cs | 49 : base(file, file.ComputeFullName(parent, proto.Name), index) in EnumDescriptor()
|
D | OneofDescriptor.cs | 51 : base(file, file.ComputeFullName(parent, proto.Name), index) in OneofDescriptor()
|
D | MessageDescriptor.cs | 64 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
|
D | FileDescriptor.cs | 73 internal string ComputeFullName(MessageDescriptor parent, string name) in ComputeFullName() method in Google.Protobuf.Reflection.FileDescriptor
|
D | FieldDescriptor.cs | 69 : base(file, file.ComputeFullName(parent, proto.Name), index) in FieldDescriptor()
|