/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 315 bool *IsExtension) { in isAcceptableNestedNameSpecifier() 648 bool IsExtension = false; in BuildCXXNestedNameSpecifier() local
|
H A D | DeclSpec.cpp | 384 bool IsExtension = true) { in BadSpecifier() 787 bool IsExtension = true; in SetTypeQual() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/ |
H A D | abi_diff_helpers.h | 55 bool IsExtension() const { return status_ == kDirectExt; } in IsExtension() function
|
/aosp_15_r20/external/golang-protobuf/internal/order/ |
H A D | order_test.go | 29 func (d fieldDesc) IsExtension() bool { return d.extension } func
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FieldDescriptor.cs | 259 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
|
H A D | Descriptor.cs | 9697 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 D | FieldDescriptor.cs | 259 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
|
H A D | Descriptor.cs | 9697 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_extension.go | 161 func (x placeholderExtension) IsExtension() bool { return true } func
|
/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A D | desc.go | 291 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 D | IdentifierTable.h | 55 bool IsExtension : 1; // True if identifier is a lang extension. variable
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | type.go | 322 IsExtension() bool methodSpec
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 796 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 796 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
|
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/ |
H A D | descriptor.pb.go | 3035 …IsExtension *bool `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is_extension… member
|