mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update generated files for copyright year and bracket style
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2022 The Chromium Embedded Framework Authors. All rights
|
||||
// Copyright (c) 2023 The Chromium Embedded Framework Authors. All rights
|
||||
// reserved. Use of this source code is governed by a BSD-style license that
|
||||
// can be found in the LICENSE file.
|
||||
//
|
||||
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=71bb75d8d84070d9dfbddee9523c80403a60ddf5$
|
||||
// $hash=e8e755f72056f698bbe9edfc4250fb288718e10d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/x509certificate_ctocpp.h"
|
||||
@@ -25,8 +25,9 @@ CefRefPtr<CefX509CertPrincipal> CefX509CertificateCToCpp::GetSubject() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_subject))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_subject)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -42,8 +43,9 @@ CefRefPtr<CefX509CertPrincipal> CefX509CertificateCToCpp::GetIssuer() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_issuer))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_issuer)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -59,8 +61,9 @@ CefRefPtr<CefBinaryValue> CefX509CertificateCToCpp::GetSerialNumber() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_serial_number))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_serial_number)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -75,8 +78,9 @@ NO_SANITIZE("cfi-icall") CefBaseTime CefX509CertificateCToCpp::GetValidStart() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_valid_start))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_valid_start)) {
|
||||
return CefBaseTime();
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -92,8 +96,9 @@ CefBaseTime CefX509CertificateCToCpp::GetValidExpiry() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_valid_expiry))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_valid_expiry)) {
|
||||
return CefBaseTime();
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -109,8 +114,9 @@ CefRefPtr<CefBinaryValue> CefX509CertificateCToCpp::GetDEREncoded() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_derencoded))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_derencoded)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -126,8 +132,9 @@ CefRefPtr<CefBinaryValue> CefX509CertificateCToCpp::GetPEMEncoded() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_pemencoded))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_pemencoded)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -142,8 +149,9 @@ NO_SANITIZE("cfi-icall") size_t CefX509CertificateCToCpp::GetIssuerChainSize() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_issuer_chain_size))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_issuer_chain_size)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -160,8 +168,9 @@ void CefX509CertificateCToCpp::GetDEREncodedIssuerChain(
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_derencoded_issuer_chain))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_derencoded_issuer_chain)) {
|
||||
return;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
@@ -201,8 +210,9 @@ void CefX509CertificateCToCpp::GetPEMEncodedIssuerChain(
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_x509certificate_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_pemencoded_issuer_chain))
|
||||
if (CEF_MEMBER_MISSING(_struct, get_pemencoded_issuer_chain)) {
|
||||
return;
|
||||
}
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
|
Reference in New Issue
Block a user