Home
last modified time | relevance | path

Searched refs:containingType (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs49 private MessageDescriptor containingType; field in Google.Protobuf.Reflection.OneofDescriptor
57 containingType = parent; in OneofDescriptor()
81 get { return containingType; }
177 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()
186 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
DEnumDescriptor.cs45 private readonly MessageDescriptor containingType; field in Google.Protobuf.Reflection.EnumDescriptor
54 containingType = parent; in EnumDescriptor()
97 get { return containingType; }
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java160 final Descriptor containingType, final int fieldNumber) { in findExtensionByNumber() argument
161 return findImmutableExtensionByNumber(containingType, fieldNumber); in findExtensionByNumber()
170 final Descriptor containingType, final int fieldNumber) { in findImmutableExtensionByNumber() argument
171 return immutableExtensionsByNumber.get(new DescriptorIntPair(containingType, fieldNumber)); in findImmutableExtensionByNumber()
180 final Descriptor containingType, final int fieldNumber) { in findMutableExtensionByNumber() argument
181 return mutableExtensionsByNumber.get(new DescriptorIntPair(containingType, fieldNumber)); in findMutableExtensionByNumber()
DDescriptors.java687 return containingType; in getContainingType()
823 private final Descriptor containingType; field in Descriptors.Descriptor
848 this.containingType = null; in Descriptor()
871 containingType = parent; in Descriptor()
1139 return containingType; in getContainingType()
1239 if (other.containingType != containingType) { in compareTo()
1263 private Descriptor containingType; field in Descriptors.FieldDescriptor
1395 containingType = null; // Will be filled in when cross-linking in FieldDescriptor()
1412 containingType = parent; in FieldDescriptor()
1442 containingType = (Descriptor) extendee; in crossLink()
[all …]
DMessageReflection.java226 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber); in findExtensionByNumber() argument
426 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() argument
427 return registry.findImmutableExtensionByNumber(containingType, fieldNumber); in findExtensionByNumber()
628 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() argument
629 return registry.findImmutableExtensionByNumber(containingType, fieldNumber); in findExtensionByNumber()
/third_party/typescript/src/services/codefixes/
DfixSpelling.ts50 let containingType = checker.getTypeAtLocation(parent.expression); variable
52 containingType = checker.getNonNullableType(containingType);
54 … suggestedSymbol = checker.getSuggestedSymbolForNonexistentProperty(node, containingType);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp367 const TType &containingType, in extractFieldSamplers() argument
370 if (containingType.isArray()) in extractFieldSamplers()
375 const TVector<unsigned int> &arraySizes = *containingType.getArraySizes(); in extractFieldSamplers()
/third_party/protobuf/objectivec/Tests/
DGPBDescriptorTests.m48 XCTAssertNil(testAllTypesDesc.containingType);
49 XCTAssertNotNil(nestedMessageDesc.containingType);
50 XCTAssertEqual(nestedMessageDesc.containingType, testAllTypesDesc); // Ptr comparison
DGPBMessageTests+ClassNames.m150 GPBDescriptor *container = [desc containingType];
/third_party/protobuf/objectivec/
DGPBDescriptor.h85 @property(readonly, nullable) GPBDescriptor *containingType;
DGPBDescriptor.m253 - (GPBDescriptor *)containingType { method
268 GPBDescriptor *parent = self.containingType;
/third_party/typescript/src/compiler/
Dchecker.ts11464 …function createUnionOrIntersectionProperty(containingType: UnionOrIntersectionType, name: __String…
11468 const isUnion = containingType.flags & TypeFlags.Union;
11473 for (const current of containingType.types) {
11564 result.containingType = containingType;
11579 result.deferralParent = containingType;
19266 for (const t of (<TransientSymbol>prop).containingType!.types) {
26672 …function reportNonexistentProperty(propNode: Identifier | PrivateIdentifier, containingType: Type)…
26675 …if (!isPrivateIdentifier(propNode) && containingType.flags & TypeFlags.Union && !(containingType.f…
26676 for (const subtype of (containingType as UnionType).types) {
26683 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
Dtypes.ts4176 …orNonexistentProperty(name: Identifier | PrivateIdentifier | string, containingType: Type): Symbol…
4177 …SuggestedSymbolForNonexistentJSXAttribute(name: Identifier | string, containingType: Type): Symbol…
4178 …orNonexistentProperty(name: Identifier | PrivateIdentifier | string, containingType: Type): string…
4798containingType?: UnionOrIntersectionType; // Containing union or intersection type for synthetic…
/third_party/typescript/lib/
Dtsc.js44732 …function createUnionOrIntersectionProperty(containingType, name, skipObjectFunctionPropertyAugment… argument
44736 var isUnion = containingType.flags & 1048576;
44740 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
44831 result.containingType = containingType;
44842 result.deferralParent = containingType;
51169 for (var _i = 0, _a = prop.containingType.types; _i < _a.length; _i++) {
57016 function reportNonexistentProperty(propNode, containingType) { argument
57019 …if (!ts.isPrivateIdentifier(propNode) && containingType.flags & 1048576 && !(containingType.flags …
57020 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
57028 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
DtypingsInstaller.js54194 …function createUnionOrIntersectionProperty(containingType, name, skipObjectFunctionPropertyAugment… argument
54198 var isUnion = containingType.flags & 1048576 /* Union */;
54203 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
54296 result.containingType = containingType;
54309 result.deferralParent = containingType;
61482 for (var _i = 0, _a = prop.containingType.types; _i < _a.length; _i++) {
68304 function reportNonexistentProperty(propNode, containingType) { argument
68307 …if (!ts.isPrivateIdentifier(propNode) && containingType.flags & 1048576 /* Union */ && !(containin…
68308 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
68316 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
DtypescriptServices.js54399 …function createUnionOrIntersectionProperty(containingType, name, skipObjectFunctionPropertyAugment… argument
54403 var isUnion = containingType.flags & 1048576 /* Union */;
54408 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
54501 result.containingType = containingType;
54514 result.deferralParent = containingType;
61687 for (var _i = 0, _a = prop.containingType.types; _i < _a.length; _i++) {
68509 function reportNonexistentProperty(propNode, containingType) { argument
68512 …if (!ts.isPrivateIdentifier(propNode) && containingType.flags & 1048576 /* Union */ && !(containin…
68513 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
68521 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
Dtsserverlibrary.js54399 …function createUnionOrIntersectionProperty(containingType, name, skipObjectFunctionPropertyAugment… argument
54403 var isUnion = containingType.flags & 1048576 /* Union */;
54408 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
54501 result.containingType = containingType;
54514 result.deferralParent = containingType;
61687 for (var _i = 0, _a = prop.containingType.types; _i < _a.length; _i++) {
68509 function reportNonexistentProperty(propNode, containingType) { argument
68512 …if (!ts.isPrivateIdentifier(propNode) && containingType.flags & 1048576 /* Union */ && !(containin…
68513 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
68521 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
Dtsserver.js54205 …function createUnionOrIntersectionProperty(containingType, name, skipObjectFunctionPropertyAugment… argument
54209 var isUnion = containingType.flags & 1048576 /* Union */;
54214 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
54307 result.containingType = containingType;
54320 result.deferralParent = containingType;
61493 for (var _i = 0, _a = prop.containingType.types; _i < _a.length; _i++) {
68315 function reportNonexistentProperty(propNode, containingType) { argument
68318 …if (!ts.isPrivateIdentifier(propNode) && containingType.flags & 1048576 /* Union */ && !(containin…
68319 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
68327 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
Dtypescript.js54399 …function createUnionOrIntersectionProperty(containingType, name, skipObjectFunctionPropertyAugment… argument
54403 var isUnion = containingType.flags & 1048576 /* Union */;
54408 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
54501 result.containingType = containingType;
54514 result.deferralParent = containingType;
61687 for (var _i = 0, _a = prop.containingType.types; _i < _a.length; _i++) {
68509 function reportNonexistentProperty(propNode, containingType) { argument
68512 …if (!ts.isPrivateIdentifier(propNode) && containingType.flags & 1048576 /* Union */ && !(containin…
68513 for (var _i = 0, _a = containingType.types; _i < _a.length; _i++) {
68521 if (typeHasStaticProperty(propNode.escapedText, containingType)) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp4692 OPTIONAL(containingType, MDField, ); \ in ParseDISubprogram()
4720 type.Val, scopeLine.Val, containingType.Val, virtualIndex.Val, in ParseDISubprogram()