Searched refs:baseInfo (Results 1 – 4 of 4) sorted by relevance
101 protected SignerInformation(SignerInformation baseInfo) in SignerInformation() argument103 this.info = baseInfo.info; in SignerInformation()104 this.contentType = baseInfo.contentType; in SignerInformation()105 this.isCounterSignature = baseInfo.isCounterSignature(); in SignerInformation()106 this.sid = baseInfo.getSID(); in SignerInformation()112 this.content = baseInfo.content; in SignerInformation()113 this.resultDigest = baseInfo.resultDigest; in SignerInformation()114 this.signedAttributeValues = baseInfo.signedAttributeValues; in SignerInformation()115 this.unsignedAttributeValues = baseInfo.unsignedAttributeValues; in SignerInformation()
115 SkImageInfo baseInfo = baseCanvas->imageInfo(); in makeTempSurface() local116 SkImageInfo info = SkImageInfo::Make(w, h, baseInfo.colorType(), baseInfo.alphaType(), in makeTempSurface()117 baseInfo.refColorSpace()); in makeTempSurface()
993 const CXIdxBaseClassInfo *baseInfo = BaseList.getBases()[i]; in handleCXXRecordDecl() local994 if (baseInfo->base) { in handleCXXRecordDecl()997 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()