Searched defs:ProtoType (Results 1 – 9 of 9) sorted by relevance
56 struct ProtoType { struct62 ProtoType GetSigned() const; argument
144 type isFileDescriptor interface{ ProtoType(FileDescriptor) } methodSpec232 type isMessageDescriptor interface{ ProtoType(MessageDescriptor) } methodSpec391 type isFieldDescriptor interface{ ProtoType(FieldDescriptor) } methodSpec430 type isOneofDescriptor interface{ ProtoType(OneofDescriptor) } methodSpec548 type isEnumDescriptor interface{ ProtoType(EnumDescriptor) } methodSpec590 type isEnumValueDescriptor interface{ ProtoType(EnumValueDescriptor) } methodSpec621 type isServiceDescriptor interface{ ProtoType(ServiceDescriptor) } methodSpec652 type isMethodDescriptor interface{ ProtoType(MethodDescriptor) } methodSpec
49 func (f PlaceholderFile) ProtoType(pref.FileDescriptor) { return } func66 func (e PlaceholderEnum) ProtoType(pref.EnumDescriptor) { return } func81 func (e PlaceholderEnumValue) ProtoType(pref.EnumValueDescriptor) { return } func106 func (m PlaceholderMessage) ProtoType(pref.MessageDescriptor) { return } func
84 func (fd *File) ProtoType(pref.FileDescriptor) {} func153 func (ed *Enum) ProtoType(pref.EnumDescriptor) {} func167 func (ed *EnumValue) ProtoType(pref.EnumValueDescriptor) {} func247 func (md *Message) ProtoType(pref.MessageDescriptor) {} func326 func (fd *Field) ProtoType(pref.FieldDescriptor) {} func353 func (od *Oneof) ProtoType(pref.OneofDescriptor) {} func409 func (xd *Extension) ProtoType(pref.FieldDescriptor) {} func449 func (sd *Service) ProtoType(pref.ServiceDescriptor) {} func467 func (md *Method) ProtoType(pref.MethodDescriptor) {} func
47 Type *ProtoType = nullptr; variable
48 Type *ProtoType; variable
175 func (x placeholderExtension) ProtoType(pref.FieldDescriptor) { return } func
481 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
2094 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local