Home
last modified time | relevance | path

Searched defs:IsExtension (Results 1 – 17 of 17) sorted by relevance

/external/golang-protobuf/internal/order/
Dorder_test.go29 func (d fieldDesc) IsExtension() bool { return d.extension } func
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs259 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
DDescriptor.cs9697 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs259 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
DDescriptor.cs9697 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs259 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
DDescriptor.cs9697 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go161 func (x placeholderExtension) IsExtension() bool { return true } func
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp315 bool *IsExtension) { in isAcceptableNestedNameSpecifier()
648 bool IsExtension = false; in BuildCXXNestedNameSpecifier() local
DDeclSpec.cpp384 bool IsExtension = true) { in BadSpecifier()
787 bool IsExtension = true; in SetTypeQual() local
/external/clang/include/clang/Basic/
DIdentifierTable.h55 bool IsExtension : 1; // True if identifier is a lang extension. variable
/external/golang-protobuf/reflect/protoreflect/
Dtype.go322 IsExtension() bool methodSpec
/external/golang-protobuf/internal/filedesc/
Ddesc.go291 func (fd *Field) IsExtension() bool { return false } func
395 func (xd *Extension) IsExtension() bool { return true } func
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc796 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc796 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc796 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go3035IsExtension *bool `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is_extension… member