Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs47 : base(file, file.ComputeFullName(null, proto.Name), index) in ServiceDescriptor()
DEnumDescriptor.cs49 : base(file, file.ComputeFullName(parent, proto.Name), index) in EnumDescriptor()
DOneofDescriptor.cs51 : base(file, file.ComputeFullName(parent, proto.Name), index) in OneofDescriptor()
DMessageDescriptor.cs64 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
DFileDescriptor.cs73 internal string ComputeFullName(MessageDescriptor parent, string name) in ComputeFullName() method in Google.Protobuf.Reflection.FileDescriptor
DFieldDescriptor.cs69 : base(file, file.ComputeFullName(parent, proto.Name), index) in FieldDescriptor()