Home
last modified time | relevance | path

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

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