Home
last modified time | relevance | path

Searched defs:ProtoType (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.h56 struct ProtoType { struct
62 ProtoType GetSigned() const; argument
/external/golang-protobuf/reflect/protoreflect/
Dtype.go144 type isFileDescriptor interface{ ProtoType(FileDescriptor) } methodSpec
232 type isMessageDescriptor interface{ ProtoType(MessageDescriptor) } methodSpec
391 type isFieldDescriptor interface{ ProtoType(FieldDescriptor) } methodSpec
430 type isOneofDescriptor interface{ ProtoType(OneofDescriptor) } methodSpec
548 type isEnumDescriptor interface{ ProtoType(EnumDescriptor) } methodSpec
590 type isEnumValueDescriptor interface{ ProtoType(EnumValueDescriptor) } methodSpec
621 type isServiceDescriptor interface{ ProtoType(ServiceDescriptor) } methodSpec
652 type isMethodDescriptor interface{ ProtoType(MethodDescriptor) } methodSpec
/external/golang-protobuf/internal/filedesc/
Dplaceholder.go49 func (f PlaceholderFile) ProtoType(pref.FileDescriptor) { return } func
66 func (e PlaceholderEnum) ProtoType(pref.EnumDescriptor) { return } func
81 func (e PlaceholderEnumValue) ProtoType(pref.EnumValueDescriptor) { return } func
106 func (m PlaceholderMessage) ProtoType(pref.MessageDescriptor) { return } func
Ddesc.go84 func (fd *File) ProtoType(pref.FileDescriptor) {} func
153 func (ed *Enum) ProtoType(pref.EnumDescriptor) {} func
167 func (ed *EnumValue) ProtoType(pref.EnumValueDescriptor) {} func
247 func (md *Message) ProtoType(pref.MessageDescriptor) {} func
326 func (fd *Field) ProtoType(pref.FieldDescriptor) {} func
353 func (od *Oneof) ProtoType(pref.OneofDescriptor) {} func
409 func (xd *Extension) ProtoType(pref.FieldDescriptor) {} func
449 func (sd *Service) ProtoType(pref.ServiceDescriptor) {} func
467 func (md *Method) ProtoType(pref.MethodDescriptor) {} func
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h47 Type *ProtoType = nullptr; variable
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h48 Type *ProtoType; variable
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go175 func (x placeholderExtension) ProtoType(pref.FieldDescriptor) { return } func
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp481 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
/external/clang/lib/Parse/
DParseObjc.cpp2094 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local