Update generated files for NULL to nullptr conversion (see issue #2861)

This commit is contained in:
Marshall Greenblatt 2020-01-15 14:53:19 +01:00
parent 7a701546e1
commit 97d559982e
291 changed files with 909 additions and 909 deletions

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=01c36f8797e703abb4a2757947704019444d2a8f$
// $hash=fd840fce008edc7699ad649e5f114ec7dc0259e1$
//
#include "libcef_dll/cpptoc/accessibility_handler_cpptoc.h"
@ -85,7 +85,7 @@ CefRefPtr<CefAccessibilityHandler> CefCppToCRefCounted<
cef_accessibility_handler_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=a0344ba7d0e1f0b81d7dd457c30d71f944a81cd9$
// $hash=44e223e0d74d87cfc4aeee6bfad7e6582390a0ad$
//
#include "libcef_dll/cpptoc/app_cpptoc.h"
@ -135,7 +135,7 @@ CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::UnwrapDerived(
CefWrapperType type,
cef_app_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=8de1bf572c95b1c7e381d980dee902e4699b7240$
// $hash=921314be850e42ffee64ca025993a732949bf123$
//
#include "libcef_dll/cpptoc/auth_callback_cpptoc.h"
@ -71,7 +71,7 @@ CefRefPtr<CefAuthCallback> CefCppToCRefCounted<
cef_auth_callback_t>::UnwrapDerived(CefWrapperType type,
cef_auth_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=145f855cf83775494856a29f0a55cecf7238cf3f$
// $hash=e353aad49690f92eaa2771a7d4293d8c41a75d5c$
//
#include "libcef_dll/cpptoc/before_download_callback_cpptoc.h"
@ -58,7 +58,7 @@ CefCppToCRefCounted<CefBeforeDownloadCallbackCppToC,
cef_before_download_callback_t>::
UnwrapDerived(CefWrapperType type, cef_before_download_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=4b918f6b512d20b2a46b716ee0b7aa268f9c8705$
// $hash=d83e342a1d94a14e39b1eba174e0b8892fd52728$
//
#include "libcef_dll/cpptoc/binary_value_cpptoc.h"
@ -197,7 +197,7 @@ CefRefPtr<CefBinaryValue>
CefCppToCRefCounted<CefBinaryValueCppToC, CefBinaryValue, cef_binary_value_t>::
UnwrapDerived(CefWrapperType type, cef_binary_value_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=e6ff8b7f1e26b31619c61af1e492348eb969aa67$
// $hash=48f8372a4b5104ce459b4aedf625c3cfd221d017$
//
#include "libcef_dll/cpptoc/browser_cpptoc.h"
@ -412,7 +412,7 @@ CefCppToCRefCounted<CefBrowserCppToC, CefBrowser, cef_browser_t>::UnwrapDerived(
CefWrapperType type,
cef_browser_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=6b86953f81833b7807e861a44c6c324da3c103d9$
// $hash=a84451b4f759f2a4a0fe673d90be1fb5053bfd1a$
//
#include "libcef_dll/cpptoc/browser_host_cpptoc.h"
@ -1347,7 +1347,7 @@ CefRefPtr<CefBrowserHost>
CefCppToCRefCounted<CefBrowserHostCppToC, CefBrowserHost, cef_browser_host_t>::
UnwrapDerived(CefWrapperType type, cef_browser_host_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=4064173339490fe9f711bd1906be20dadd4c26ba$
// $hash=6c70366a25d8ad81d0adf85e2a867906f90ee695$
//
#include "libcef_dll/cpptoc/browser_process_handler_cpptoc.h"
@ -128,7 +128,7 @@ CefRefPtr<CefBrowserProcessHandler> CefCppToCRefCounted<
cef_browser_process_handler_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=2f94d8c9295b1b554827b262b34a628f30f19097$
// $hash=23c54bbef1c4d4e13b46f746df1d4123d2378548$
//
#include "libcef_dll/cpptoc/callback_cpptoc.h"
@ -65,7 +65,7 @@ CefRefPtr<CefCallback>
CefCppToCRefCounted<CefCallbackCppToC, CefCallback, cef_callback_t>::
UnwrapDerived(CefWrapperType type, cef_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7f4fe1072722867f291dfa790a700847288f08d4$
// $hash=154a21a2f4ac985eeed2d28ad9479f322c4aad07$
//
#include "libcef_dll/cpptoc/client_cpptoc.h"
@ -306,7 +306,7 @@ CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::UnwrapDerived(
CefWrapperType type,
cef_client_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=72764aa71557dcd95d03c496b9470300e7dc9bdf$
// $hash=c2e91da671aba98135e71145f6b27f92b892d425$
//
#include "libcef_dll/cpptoc/command_line_cpptoc.h"
@ -422,7 +422,7 @@ CefRefPtr<CefCommandLine>
CefCppToCRefCounted<CefCommandLineCppToC, CefCommandLine, cef_command_line_t>::
UnwrapDerived(CefWrapperType type, cef_command_line_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=331073baf491d6619dcf8eeac7568c451955c1dd$
// $hash=ce5faec2604b151f3872baae02247038c41dfbbd$
//
#include "libcef_dll/cpptoc/completion_callback_cpptoc.h"
@ -54,7 +54,7 @@ CefRefPtr<CefCompletionCallback> CefCppToCRefCounted<
cef_completion_callback_t>::UnwrapDerived(CefWrapperType type,
cef_completion_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=63f18a1b1c5783bb998c9e185a2e17854af31c82$
// $hash=9616dc7c84524da3f8549ce399bff1ff4c624ebc$
//
#include "libcef_dll/cpptoc/context_menu_handler_cpptoc.h"
@ -194,7 +194,7 @@ CefRefPtr<CefContextMenuHandler> CefCppToCRefCounted<
cef_context_menu_handler_t>::UnwrapDerived(CefWrapperType type,
cef_context_menu_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=b8b3bf624f3fa84725f08d52eaa33ceb092bb94a$
// $hash=b6e2bf6704ad9ca5dc40c6dd7674f575d0dc1e67$
//
#include "libcef_dll/cpptoc/context_menu_params_cpptoc.h"
@ -445,7 +445,7 @@ CefRefPtr<CefContextMenuParams> CefCppToCRefCounted<
cef_context_menu_params_t>::UnwrapDerived(CefWrapperType type,
cef_context_menu_params_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=6281cabe7451f958d7169f6fc0bd6bcfcbfed9f4$
// $hash=669e20095016a2e40a0925b9715fc0b15229ff32$
//
#include "libcef_dll/cpptoc/cookie_access_filter_cpptoc.h"
@ -118,7 +118,7 @@ CefRefPtr<CefCookieAccessFilter> CefCppToCRefCounted<
cef_cookie_access_filter_t>::UnwrapDerived(CefWrapperType type,
cef_cookie_access_filter_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=c4bd1ca7668ae793b51cee0ee60f7e66a9ad5fe3$
// $hash=1c3e3acd8548a82404f33b728223893809a95ee8$
//
#include "libcef_dll/cpptoc/cookie_manager_cpptoc.h"
@ -210,7 +210,7 @@ CefRefPtr<CefCookieManager> CefCppToCRefCounted<
cef_cookie_manager_t>::UnwrapDerived(CefWrapperType type,
cef_cookie_manager_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=3b5e32a03d86fc4c5ca036e37380c3603a09772e$
// $hash=ac8389b701fc37f7aa4dbccff339d8a88b2a7741$
//
#include "libcef_dll/cpptoc/cookie_visitor_cpptoc.h"
@ -80,7 +80,7 @@ CefRefPtr<CefCookieVisitor> CefCppToCRefCounted<
cef_cookie_visitor_t>::UnwrapDerived(CefWrapperType type,
cef_cookie_visitor_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=edaf1fd3587737f85a322c8e8e26cc535923ae50$
// $hash=3c8aba8fdaad1ff7034735a44c5cb811b89384c9$
//
#include "libcef_dll/cpptoc/delete_cookies_callback_cpptoc.h"
@ -56,7 +56,7 @@ CefRefPtr<CefDeleteCookiesCallback> CefCppToCRefCounted<
cef_delete_cookies_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=ccdbb7c65c432f8a1bd0c94cab74fc37ca912366$
// $hash=67f9af743f81c6fa7e4f1cdf7e626115fc83333f$
//
#include "libcef_dll/cpptoc/dialog_handler_cpptoc.h"
@ -87,7 +87,7 @@ CefRefPtr<CefDialogHandler> CefCppToCRefCounted<
cef_dialog_handler_t>::UnwrapDerived(CefWrapperType type,
cef_dialog_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=f70375400b9290b4ca6fb3acb4b622029f77a422$
// $hash=ad265f41a490c88e7b4fd64022fcf78eddb8cc35$
//
#include "libcef_dll/cpptoc/dictionary_value_cpptoc.h"
@ -737,7 +737,7 @@ CefRefPtr<CefDictionaryValue> CefCppToCRefCounted<
cef_dictionary_value_t>::UnwrapDerived(CefWrapperType type,
cef_dictionary_value_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=093222c00ce33cfa9d1b2e6f65ec68294b8b490b$
// $hash=1e329026cfad131337e794e5501367604f62fdb6$
//
#include "libcef_dll/cpptoc/display_handler_cpptoc.h"
@ -283,7 +283,7 @@ CefRefPtr<CefDisplayHandler> CefCppToCRefCounted<
cef_display_handler_t>::UnwrapDerived(CefWrapperType type,
cef_display_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=ad4e20591b3365d78f30e9052fb14ec4744f48ff$
// $hash=312e73a1e276ba266640055115c6b8f78920fcbb$
//
#include "libcef_dll/cpptoc/domdocument_cpptoc.h"
@ -304,7 +304,7 @@ CefRefPtr<CefDOMDocument>
CefCppToCRefCounted<CefDOMDocumentCppToC, CefDOMDocument, cef_domdocument_t>::
UnwrapDerived(CefWrapperType type, cef_domdocument_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=cc2ae8420326af27d931c09cad6a14c8ffc46805$
// $hash=7931740b8c5860b0397dadc0208eb03098faa765$
//
#include "libcef_dll/cpptoc/domnode_cpptoc.h"
@ -543,7 +543,7 @@ CefCppToCRefCounted<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t>::UnwrapDerived(
CefWrapperType type,
cef_domnode_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=b89882d9a6ee75049adb43e95439086a5583e336$
// $hash=d5685ce2cd2731697bf1bd0993b3754374a1a739$
//
#include "libcef_dll/cpptoc/domvisitor_cpptoc.h"
@ -57,7 +57,7 @@ CefRefPtr<CefDOMVisitor>
CefCppToCRefCounted<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t>::
UnwrapDerived(CefWrapperType type, cef_domvisitor_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=75048d7d86c49219bff1db8ad3faeb20823f0a7b$
// $hash=8ea9a11f03f3a303839fd15a0fd55fc2e0b9cd1c$
//
#include "libcef_dll/cpptoc/download_handler_cpptoc.h"
@ -114,7 +114,7 @@ CefRefPtr<CefDownloadHandler> CefCppToCRefCounted<
cef_download_handler_t>::UnwrapDerived(CefWrapperType type,
cef_download_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=53282076f11e8b7b6f8aca3946be00936dd95039$
// $hash=c6a390757ebc1cef06464e09bf30a9c19a4e9687$
//
#include "libcef_dll/cpptoc/download_image_callback_cpptoc.h"
@ -66,7 +66,7 @@ CefRefPtr<CefDownloadImageCallback> CefCppToCRefCounted<
cef_download_image_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=c1ef799fc872a0b1e986df28fa4553afb1d484b0$
// $hash=ee4e0abc682de9b25e143d2c685d46d2bb10f33d$
//
#include "libcef_dll/cpptoc/download_item_callback_cpptoc.h"
@ -85,7 +85,7 @@ CefRefPtr<CefDownloadItemCallback> CefCppToCRefCounted<
cef_download_item_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=6a07e2def546a1b7ce458d11a5241b85ce05f987$
// $hash=afaa0b2d6c7abf246c66ba853be937b6905074f1$
//
#include "libcef_dll/cpptoc/download_item_cpptoc.h"
@ -341,7 +341,7 @@ CefRefPtr<CefDownloadItem> CefCppToCRefCounted<
cef_download_item_t>::UnwrapDerived(CefWrapperType type,
cef_download_item_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=f5d05a4a199268fc700e7c064cb87ac6db084194$
// $hash=ce7b68a16458e0d2c6c31e49a5f9896f8f3f1c8b$
//
#include "libcef_dll/cpptoc/drag_data_cpptoc.h"
@ -503,7 +503,7 @@ CefRefPtr<CefDragData>
CefCppToCRefCounted<CefDragDataCppToC, CefDragData, cef_drag_data_t>::
UnwrapDerived(CefWrapperType type, cef_drag_data_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=246d9599ca6d60d64da148981349214836ed3635$
// $hash=0eb91a630975532db7316d0452b43190f01a2a8c$
//
#include "libcef_dll/cpptoc/drag_handler_cpptoc.h"
@ -112,7 +112,7 @@ CefRefPtr<CefDragHandler>
CefCppToCRefCounted<CefDragHandlerCppToC, CefDragHandler, cef_drag_handler_t>::
UnwrapDerived(CefWrapperType type, cef_drag_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=d07cc9508a04979ddf6388ea986796b5698bb7c0$
// $hash=335d8035333e24d5fd8ab4a89279bca09b2629b0$
//
#include "libcef_dll/cpptoc/end_tracing_callback_cpptoc.h"
@ -61,7 +61,7 @@ CefRefPtr<CefEndTracingCallback> CefCppToCRefCounted<
cef_end_tracing_callback_t>::UnwrapDerived(CefWrapperType type,
cef_end_tracing_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=a5767fd7265a33f99bc6b31e448dbd0bec3d973e$
// $hash=0ba733877b885661d95e5767f05a4ce943982bbc$
//
#include "libcef_dll/cpptoc/extension_cpptoc.h"
@ -187,7 +187,7 @@ CefRefPtr<CefExtension>
CefCppToCRefCounted<CefExtensionCppToC, CefExtension, cef_extension_t>::
UnwrapDerived(CefWrapperType type, cef_extension_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=54aac42c1bfed7bc4e1ef031a0709bb36b2f5702$
// $hash=ccd5999e0c5b68720a67e185c2ae1cf46da77963$
//
#include "libcef_dll/cpptoc/extension_handler_cpptoc.h"
@ -131,7 +131,7 @@ int CEF_CALLBACK extension_handler_on_before_background_browser(
*client = CefClientCppToC::Wrap(clientPtr);
}
} else {
*client = NULL;
*client = nullptr;
}
}
// Restore param: settings; type: struct_byref
@ -219,7 +219,7 @@ extension_handler_on_before_browser(struct _cef_extension_handler_t* self,
*client = CefClientCppToC::Wrap(clientPtr);
}
} else {
*client = NULL;
*client = nullptr;
}
}
// Restore param: settings; type: struct_byref
@ -366,7 +366,7 @@ CefRefPtr<CefExtensionHandler> CefCppToCRefCounted<
cef_extension_handler_t>::UnwrapDerived(CefWrapperType type,
cef_extension_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=23627680864c38e70c5c0c1b99a059104ea842a5$
// $hash=0d74adcfb0f820227588ba350859821b842ea3b3$
//
#include "libcef_dll/cpptoc/file_dialog_callback_cpptoc.h"
@ -82,7 +82,7 @@ CefRefPtr<CefFileDialogCallback> CefCppToCRefCounted<
cef_file_dialog_callback_t>::UnwrapDerived(CefWrapperType type,
cef_file_dialog_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=4bfd4695a43a5c4c74499dd5c9f7024f21e20b0a$
// $hash=f7bc88a19079bb8133f3fabd7f8d0170c75f9a08$
//
#include "libcef_dll/cpptoc/find_handler_cpptoc.h"
@ -71,7 +71,7 @@ CefRefPtr<CefFindHandler>
CefCppToCRefCounted<CefFindHandlerCppToC, CefFindHandler, cef_find_handler_t>::
UnwrapDerived(CefWrapperType type, cef_find_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=2df72fda903f459dcb6fb7333f8666ad6263f084$
// $hash=f506b931a2f5de1d742319863e8d12e7f097d945$
//
#include "libcef_dll/cpptoc/focus_handler_cpptoc.h"
@ -104,7 +104,7 @@ CefRefPtr<CefFocusHandler> CefCppToCRefCounted<
cef_focus_handler_t>::UnwrapDerived(CefWrapperType type,
cef_focus_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7a1d2539355ab737d97cda11a59271c6235b9788$
// $hash=11321a717870d88eef5252908ef9816af632664e$
//
#include "libcef_dll/cpptoc/frame_cpptoc.h"
@ -483,7 +483,7 @@ CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::UnwrapDerived(
CefWrapperType type,
cef_frame_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=52787572d7a124ddaf346fa81bcd41ee7dcb0c52$
// $hash=e3b6f2b73933086fdbe54f3073e1182f4f0cd7fb$
//
#include "libcef_dll/cpptoc/get_extension_resource_callback_cpptoc.h"
@ -75,7 +75,7 @@ CefCppToCRefCounted<CefGetExtensionResourceCallbackCppToC,
UnwrapDerived(CefWrapperType type,
cef_get_extension_resource_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7b9456e6c60c73a8fed4dace1bd08f49ad1dcf2b$
// $hash=5477e0f2a6661422b3e2d719e97f8e76ce0a631c$
//
#include "libcef_dll/cpptoc/image_cpptoc.h"
@ -425,7 +425,7 @@ CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::UnwrapDerived(
CefWrapperType type,
cef_image_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=55af2c8f3f1cce32d542a62ea3fb592ddc912412$
// $hash=58e277efebc83d236217f73e080a39e603323ef0$
//
#include "libcef_dll/cpptoc/jsdialog_callback_cpptoc.h"
@ -57,7 +57,7 @@ CefRefPtr<CefJSDialogCallback> CefCppToCRefCounted<
cef_jsdialog_callback_t>::UnwrapDerived(CefWrapperType type,
cef_jsdialog_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=96539d030704ab00dc950bdc7acdeef40347f41f$
// $hash=7ddba7a186923cfd813d205ac5a239459f1c7532$
//
#include "libcef_dll/cpptoc/jsdialog_handler_cpptoc.h"
@ -166,7 +166,7 @@ CefRefPtr<CefJSDialogHandler> CefCppToCRefCounted<
cef_jsdialog_handler_t>::UnwrapDerived(CefWrapperType type,
cef_jsdialog_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=0424fe163c0d8c542934cc53936b7098b971c369$
// $hash=8ce97d9d7c49e82243e0c2dc0b31b54b234f49e5$
//
#include "libcef_dll/cpptoc/keyboard_handler_cpptoc.h"
@ -123,7 +123,7 @@ CefRefPtr<CefKeyboardHandler> CefCppToCRefCounted<
cef_keyboard_handler_t>::UnwrapDerived(CefWrapperType type,
cef_keyboard_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=72da1d9b068bc016cb851977af3557bc8679f310$
// $hash=3cbbd379676d77a0aadd503ba89a8fbef2f355a3$
//
#include "libcef_dll/cpptoc/life_span_handler_cpptoc.h"
@ -121,7 +121,7 @@ int CEF_CALLBACK life_span_handler_on_before_popup(
*client = CefClientCppToC::Wrap(clientPtr);
}
} else {
*client = NULL;
*client = nullptr;
}
}
// Restore param: settings; type: struct_byref
@ -134,7 +134,7 @@ int CEF_CALLBACK life_span_handler_on_before_popup(
*extra_info = CefDictionaryValueCToCpp::Unwrap(extra_infoPtr);
}
} else {
*extra_info = NULL;
*extra_info = nullptr;
}
}
// Restore param: no_javascript_access; type: bool_byaddr
@ -232,7 +232,7 @@ CefRefPtr<CefLifeSpanHandler> CefCppToCRefCounted<
cef_life_span_handler_t>::UnwrapDerived(CefWrapperType type,
cef_life_span_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=c69bc6de2e1b778382798d120ecfa5330fababad$
// $hash=fb9b9acf2ce3e3a2ba72b2a20e886eb8530b97b4$
//
#include "libcef_dll/cpptoc/list_value_cpptoc.h"
@ -597,7 +597,7 @@ CefRefPtr<CefListValue>
CefCppToCRefCounted<CefListValueCppToC, CefListValue, cef_list_value_t>::
UnwrapDerived(CefWrapperType type, cef_list_value_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=2c69016170598d8919de0886c3a16d55564b8857$
// $hash=e404a832b0a8a2d9ddc086c7f4763a4513d8a730$
//
#include "libcef_dll/cpptoc/load_handler_cpptoc.h"
@ -153,7 +153,7 @@ CefRefPtr<CefLoadHandler>
CefCppToCRefCounted<CefLoadHandlerCppToC, CefLoadHandler, cef_load_handler_t>::
UnwrapDerived(CefWrapperType type, cef_load_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=ad9905513db9a0dc5d50a4009868b7cbe087de2c$
// $hash=eb78e3b37b654734b8b28449b713cc3eb3b9070d$
//
#include "libcef_dll/cpptoc/menu_model_cpptoc.h"
@ -1292,7 +1292,7 @@ CefRefPtr<CefMenuModel>
CefCppToCRefCounted<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t>::
UnwrapDerived(CefWrapperType type, cef_menu_model_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=08bfb6f0babec341e93b1d4960922f836116f55e$
// $hash=65dec86d6113bdacec295b3b46c6f35ed299f42a$
//
#include "libcef_dll/cpptoc/menu_model_delegate_cpptoc.h"
@ -212,7 +212,7 @@ CefRefPtr<CefMenuModelDelegate> CefCppToCRefCounted<
cef_menu_model_delegate_t>::UnwrapDerived(CefWrapperType type,
cef_menu_model_delegate_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=8afe93f428c397c3553e499b9c3d3193d986100d$
// $hash=cdcd1b3b9458442c480e69c5f7cee2ed48587e8b$
//
#include "libcef_dll/cpptoc/navigation_entry_cpptoc.h"
@ -222,7 +222,7 @@ CefRefPtr<CefNavigationEntry> CefCppToCRefCounted<
cef_navigation_entry_t>::UnwrapDerived(CefWrapperType type,
cef_navigation_entry_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=c5cc769a55294114d61fe61de7e76cefbd744508$
// $hash=59b1875dfe400b08651488a293a1381a236dce05$
//
#include "libcef_dll/cpptoc/navigation_entry_visitor_cpptoc.h"
@ -68,7 +68,7 @@ CefCppToCRefCounted<CefNavigationEntryVisitorCppToC,
cef_navigation_entry_visitor_t>::
UnwrapDerived(CefWrapperType type, cef_navigation_entry_visitor_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=15532846379b9e29e2de365881a3f46fc82ce334$
// $hash=1b0468f3f28054e3ce6304fb341b5747289c24b7$
//
#include "libcef_dll/cpptoc/pdf_print_callback_cpptoc.h"
@ -61,7 +61,7 @@ CefRefPtr<CefPdfPrintCallback> CefCppToCRefCounted<
cef_pdf_print_callback_t>::UnwrapDerived(CefWrapperType type,
cef_pdf_print_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=2491cf01d50f1765c57c4a8a837480f2721e7f93$
// $hash=8ef0b53920c747cb67c9ddca0082b9c36307200b$
//
#include "libcef_dll/cpptoc/post_data_cpptoc.h"
@ -187,7 +187,7 @@ CefRefPtr<CefPostData>
CefCppToCRefCounted<CefPostDataCppToC, CefPostData, cef_post_data_t>::
UnwrapDerived(CefWrapperType type, cef_post_data_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bfa65dd7c0f96d18f2af59c8573d8a45b53d2936$
// $hash=3d0ca8d8f17478eebc8e50181ed0c10a7c28df4f$
//
#include "libcef_dll/cpptoc/post_data_element_cpptoc.h"
@ -185,7 +185,7 @@ CefRefPtr<CefPostDataElement> CefCppToCRefCounted<
cef_post_data_element_t>::UnwrapDerived(CefWrapperType type,
cef_post_data_element_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=e2d66f3ac63884b4d533e163f2b4ca3714fb95f7$
// $hash=dd4497ea885d54be767940af4148f3c7c9f22298$
//
#include "libcef_dll/cpptoc/print_dialog_callback_cpptoc.h"
@ -77,7 +77,7 @@ CefRefPtr<CefPrintDialogCallback> CefCppToCRefCounted<
cef_print_dialog_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=6c231c522ddb8591a638d093c44d68c1e2cbe511$
// $hash=565613dbb99435d203b41dbb8717334527a4acb7$
//
#include "libcef_dll/cpptoc/print_handler_cpptoc.h"
@ -204,7 +204,7 @@ CefRefPtr<CefPrintHandler> CefCppToCRefCounted<
cef_print_handler_t>::UnwrapDerived(CefWrapperType type,
cef_print_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=f96749c9b92e6029490e08806b5bea95b130581e$
// $hash=f79bd331e5b7091c916778dd4d850da4b9bbbc4d$
//
#include "libcef_dll/cpptoc/print_job_callback_cpptoc.h"
@ -54,7 +54,7 @@ CefRefPtr<CefPrintJobCallback> CefCppToCRefCounted<
cef_print_job_callback_t>::UnwrapDerived(CefWrapperType type,
cef_print_job_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=0a46d2275a85470affeddeae7873b874e5eb4e2c$
// $hash=a4cc31347e4f06a79f9d308cee502bb18be09996$
//
#include "libcef_dll/cpptoc/print_settings_cpptoc.h"
@ -483,7 +483,7 @@ CefRefPtr<CefPrintSettings> CefCppToCRefCounted<
cef_print_settings_t>::UnwrapDerived(CefWrapperType type,
cef_print_settings_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bf6ce24eeed82833769c61134753837b47745596$
// $hash=7cb7bbf83d9ae4cd85a4493036150f4c47c8b879$
//
#include "libcef_dll/cpptoc/process_message_cpptoc.h"
@ -152,7 +152,7 @@ CefRefPtr<CefProcessMessage> CefCppToCRefCounted<
cef_process_message_t>::UnwrapDerived(CefWrapperType type,
cef_process_message_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=490ec6d27d2319d769b4cb7d2fd19393ff1f47da$
// $hash=17dd4be0a0f3c4ff17da7837b6d01094d690243d$
//
#include "libcef_dll/cpptoc/read_handler_cpptoc.h"
@ -131,7 +131,7 @@ CefRefPtr<CefReadHandler>
CefCppToCRefCounted<CefReadHandlerCppToC, CefReadHandler, cef_read_handler_t>::
UnwrapDerived(CefWrapperType type, cef_read_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7254730542fae23050d8a0bc70f94c61828d6a7c$
// $hash=4ec6b7d3ac59768907b1096d463f76a6caa45c1e$
//
#include "libcef_dll/cpptoc/register_cdm_callback_cpptoc.h"
@ -60,7 +60,7 @@ CefRefPtr<CefRegisterCdmCallback> CefCppToCRefCounted<
cef_register_cdm_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=e7116b4e0392841c7da9eff30ec0f73374e7b676$
// $hash=2e22f210ff06337ac41e71a00b9dc6edce08e6d8$
//
#include "libcef_dll/cpptoc/render_handler_cpptoc.h"
@ -562,7 +562,7 @@ CefRefPtr<CefRenderHandler> CefCppToCRefCounted<
cef_render_handler_t>::UnwrapDerived(CefWrapperType type,
cef_render_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=a0b724f1171be83cbebb9262424297a2a8e92ac9$
// $hash=41d141e97c1a248bdf7834b583bb417333b55955$
//
#include "libcef_dll/cpptoc/render_process_handler_cpptoc.h"
@ -305,7 +305,7 @@ CefRefPtr<CefRenderProcessHandler> CefCppToCRefCounted<
cef_render_process_handler_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bd499845d280360ad8af9ecdcafdeff190ed5005$
// $hash=6564dd6b1da89671525b39541e0a7e45415c8bed$
//
#include "libcef_dll/cpptoc/request_callback_cpptoc.h"
@ -69,7 +69,7 @@ CefRefPtr<CefRequestCallback> CefCppToCRefCounted<
cef_request_callback_t>::UnwrapDerived(CefWrapperType type,
cef_request_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=ca9c8f821e2e25b7c7f2ad6d1bb323a79eb8b053$
// $hash=4af6d074b7de62b759a9555a0b0246e57c290328$
//
#include "libcef_dll/cpptoc/request_context_cpptoc.h"
@ -586,7 +586,7 @@ CefRefPtr<CefRequestContext> CefCppToCRefCounted<
cef_request_context_t>::UnwrapDerived(CefWrapperType type,
cef_request_context_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=4fb97f0fc4c1fc6fd676876278c6a30cf0e72476$
// $hash=f7c9de5f1d996c73233fe89a3a53bb9a8f92da11$
//
#include "libcef_dll/cpptoc/request_context_handler_cpptoc.h"
@ -149,7 +149,7 @@ CefRefPtr<CefRequestContextHandler> CefCppToCRefCounted<
cef_request_context_handler_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=db49a91c50fa51cce497cfc068679f0fc620c168$
// $hash=50c2166b6a1c9699b480e7bcc1f0da7e4d5b938e$
//
#include "libcef_dll/cpptoc/request_cpptoc.h"
@ -443,7 +443,7 @@ CefCppToCRefCounted<CefRequestCppToC, CefRequest, cef_request_t>::UnwrapDerived(
CefWrapperType type,
cef_request_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=5b1a1918e3cb6df23b83d08328b4fe1901fbd099$
// $hash=68840d18a25efe4d749e480225d7ac3caacd4723$
//
#include "libcef_dll/cpptoc/request_handler_cpptoc.h"
@ -429,7 +429,7 @@ CefRefPtr<CefRequestHandler> CefCppToCRefCounted<
cef_request_handler_t>::UnwrapDerived(CefWrapperType type,
cef_request_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=eaf115b78086c259156ffae1bb8de6bbc4ccac3b$
// $hash=f7af7bfb68cb621f8aa6686bc0895854d33f9b06$
//
#include "libcef_dll/cpptoc/resolve_callback_cpptoc.h"
@ -63,7 +63,7 @@ CefRefPtr<CefResolveCallback> CefCppToCRefCounted<
cef_resolve_callback_t>::UnwrapDerived(CefWrapperType type,
cef_resolve_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=3830424366bb6bb3968c21620fba3111c758392e$
// $hash=ba0a12367019906d32dae965d7d1b5245d02b442$
//
#include "libcef_dll/cpptoc/resource_bundle_cpptoc.h"
@ -148,7 +148,7 @@ CefRefPtr<CefResourceBundle> CefCppToCRefCounted<
cef_resource_bundle_t>::UnwrapDerived(CefWrapperType type,
cef_resource_bundle_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bba9026cb0bae3ad341dc5ed4bd291c24d484045$
// $hash=b041280729bcbe060d591caccd43deeb208d02b2$
//
#include "libcef_dll/cpptoc/resource_bundle_handler_cpptoc.h"
@ -156,7 +156,7 @@ CefRefPtr<CefResourceBundleHandler> CefCppToCRefCounted<
cef_resource_bundle_handler_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=f91308482e9ada8e297203fa7a75d1a2a6ba5843$
// $hash=4f0405f57b7364001a3ecf56c8d6502f7eaf818a$
//
#include "libcef_dll/cpptoc/resource_handler_cpptoc.h"
@ -291,7 +291,7 @@ CefRefPtr<CefResourceHandler> CefCppToCRefCounted<
cef_resource_handler_t>::UnwrapDerived(CefWrapperType type,
cef_resource_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=d7ebfea9228b66c357c73c98f1f0942fed3c2355$
// $hash=3e7417f66df20a3329577fceaceb329f835290e4$
//
#include "libcef_dll/cpptoc/resource_read_callback_cpptoc.h"
@ -56,7 +56,7 @@ CefRefPtr<CefResourceReadCallback> CefCppToCRefCounted<
cef_resource_read_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7f55529dc5da1d2c27bb8ff3035369d0c3214cab$
// $hash=b21e07c41e050dd666e5e25a3b9041e67d1fd299$
//
#include "libcef_dll/cpptoc/resource_request_handler_cpptoc.h"
@ -310,7 +310,7 @@ CefCppToCRefCounted<CefResourceRequestHandlerCppToC,
cef_resource_request_handler_t>::
UnwrapDerived(CefWrapperType type, cef_resource_request_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=4725ab1221357571d1e4bf7c318d8b20f26ef60b$
// $hash=1cb83ab583c93ae5b46cdd75a1a053d806a2d388$
//
#include "libcef_dll/cpptoc/resource_skip_callback_cpptoc.h"
@ -56,7 +56,7 @@ CefRefPtr<CefResourceSkipCallback> CefCppToCRefCounted<
cef_resource_skip_callback_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=c5c7f1790ea6663f0ea06020b4ec897603321cac$
// $hash=becfb6e4e0d47746f10295fa4843c9baebc786b5$
//
#include "libcef_dll/cpptoc/response_cpptoc.h"
@ -327,7 +327,7 @@ CefRefPtr<CefResponse>
CefCppToCRefCounted<CefResponseCppToC, CefResponse, cef_response_t>::
UnwrapDerived(CefWrapperType type, cef_response_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=2dea97f289b99af43acae7c5ba912c6ac276e6c1$
// $hash=464d0d568a1b3712452c0f8406057bd598440f20$
//
#include "libcef_dll/cpptoc/response_filter_cpptoc.h"
@ -109,7 +109,7 @@ CefRefPtr<CefResponseFilter> CefCppToCRefCounted<
cef_response_filter_t>::UnwrapDerived(CefWrapperType type,
cef_response_filter_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=77cb63933bbc0f7709c1d5068ae2770df4c27a01$
// $hash=7445defe1636c34ac7fc05e2acb02330cf71ef6e$
//
#include "libcef_dll/cpptoc/run_context_menu_callback_cpptoc.h"
@ -71,7 +71,7 @@ CefCppToCRefCounted<CefRunContextMenuCallbackCppToC,
cef_run_context_menu_callback_t>::
UnwrapDerived(CefWrapperType type, cef_run_context_menu_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=e1de84886967b36de3a6a7a593aa3d0fe8f12b5d$
// $hash=d2364091da1298fe5b7d1e168cc21016128660bf$
//
#include "libcef_dll/cpptoc/run_file_dialog_callback_cpptoc.h"
@ -68,7 +68,7 @@ CefCppToCRefCounted<CefRunFileDialogCallbackCppToC,
cef_run_file_dialog_callback_t>::
UnwrapDerived(CefWrapperType type, cef_run_file_dialog_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=0c1764d91adde00677083877182623491138bf40$
// $hash=2303bd78ed1cf87d4093a46ff6b0830e0f7e5090$
//
#include "libcef_dll/cpptoc/scheme_handler_factory_cpptoc.h"
@ -73,7 +73,7 @@ CefRefPtr<CefSchemeHandlerFactory> CefCppToCRefCounted<
cef_scheme_handler_factory_t*
s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=b022c5b8041ec64e6aa9292441c9ef25a343fb85$
// $hash=64e26329466a4e6f497b648abbcb60bb5619b033$
//
#include "libcef_dll/cpptoc/scheme_registrar_cpptoc.h"
@ -69,7 +69,7 @@ CefRawPtr<CefSchemeRegistrar> CefCppToCScoped<
cef_scheme_registrar_t>::UnwrapDerivedRaw(CefWrapperType type,
cef_scheme_registrar_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=998e12c889cff509e629b3d975da6b04b305f1a5$
// $hash=cc2fc42f673c2a27a73e5237f1c9533bf550aa33$
//
#include "libcef_dll/cpptoc/select_client_certificate_callback_cpptoc.h"
@ -61,7 +61,7 @@ CefCppToCRefCounted<CefSelectClientCertificateCallbackCppToC,
UnwrapDerived(CefWrapperType type,
cef_select_client_certificate_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=16236c1caad8d949aae9ed941770e10e7945da30$
// $hash=0a1970879ddc0bd40f5a564542ab8b11414a6b0a$
//
#include "libcef_dll/cpptoc/server_cpptoc.h"
@ -321,7 +321,7 @@ CefCppToCRefCounted<CefServerCppToC, CefServer, cef_server_t>::UnwrapDerived(
CefWrapperType type,
cef_server_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7dc443f6784b88e3d0ea120d780929d570c96005$
// $hash=82bf8ff61f6a36118817a1130aae9656cc3032e9$
//
#include "libcef_dll/cpptoc/server_handler_cpptoc.h"
@ -249,7 +249,7 @@ CefRefPtr<CefServerHandler> CefCppToCRefCounted<
cef_server_handler_t>::UnwrapDerived(CefWrapperType type,
cef_server_handler_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=61e579331179e282cbeba655bf5e346f83b74466$
// $hash=890a15d49f22e1050caff41e10b78e588b96e189$
//
#include "libcef_dll/cpptoc/set_cookie_callback_cpptoc.h"
@ -55,7 +55,7 @@ CefRefPtr<CefSetCookieCallback> CefCppToCRefCounted<
cef_set_cookie_callback_t>::UnwrapDerived(CefWrapperType type,
cef_set_cookie_callback_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=02223f7d1006b574fc9b99fb8dec49d5cdbeb5c5$
// $hash=898e5c53161716e6fb4d14a28ca19ab66c7342b8$
//
#include "libcef_dll/cpptoc/sslinfo_cpptoc.h"
@ -76,7 +76,7 @@ CefCppToCRefCounted<CefSSLInfoCppToC, CefSSLInfo, cef_sslinfo_t>::UnwrapDerived(
CefWrapperType type,
cef_sslinfo_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=f11064e315f64bc0754e9280bd4e1f1c75ba1fa9$
// $hash=cb03f04718426ea7b69d19191eeb0a23e3b62829$
//
#include "libcef_dll/cpptoc/sslstatus_cpptoc.h"
@ -129,7 +129,7 @@ CefRefPtr<CefSSLStatus>
CefCppToCRefCounted<CefSSLStatusCppToC, CefSSLStatus, cef_sslstatus_t>::
UnwrapDerived(CefWrapperType type, cef_sslstatus_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=60cb93ae404284f84735a6f496d64a7136dfb5e2$
// $hash=02a72f4e6ace34f8ddeec8f2b9055cc304a5dfcd$
//
#include "libcef_dll/cpptoc/stream_reader_cpptoc.h"
@ -193,7 +193,7 @@ CefRefPtr<CefStreamReader> CefCppToCRefCounted<
cef_stream_reader_t>::UnwrapDerived(CefWrapperType type,
cef_stream_reader_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bf16a23871c7a9f550bb7f3bc0792e24c5ecaf26$
// $hash=43e882cb3dde29f9602b3feff5fe868a9f1245a9$
//
#include "libcef_dll/cpptoc/stream_writer_cpptoc.h"
@ -174,7 +174,7 @@ CefRefPtr<CefStreamWriter> CefCppToCRefCounted<
cef_stream_writer_t>::UnwrapDerived(CefWrapperType type,
cef_stream_writer_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=61cb8974093a25d0e4f46d84069e396d9e95d208$
// $hash=094143a0f6278a87c471719eff0ce99adb7dfca4$
//
#include "libcef_dll/cpptoc/string_visitor_cpptoc.h"
@ -55,7 +55,7 @@ CefRefPtr<CefStringVisitor> CefCppToCRefCounted<
cef_string_visitor_t>::UnwrapDerived(CefWrapperType type,
cef_string_visitor_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=b6d0fad0a7bd7811963f759948ba9897ffbb74e2$
// $hash=d8c8f08bf2cc720f3eb386cc31a23cff25eb12f1$
//
#include "libcef_dll/cpptoc/task_cpptoc.h"
@ -47,7 +47,7 @@ CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::UnwrapDerived(
CefWrapperType type,
cef_task_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=dbd64846d5d109407c1d8a7b3ac6ba908b63d6e6$
// $hash=8653934432648c7d636bc39d14a16a536352241c$
//
#include "libcef_dll/cpptoc/task_runner_cpptoc.h"
@ -172,7 +172,7 @@ CefRefPtr<CefTaskRunner>
CefCppToCRefCounted<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t>::
UnwrapDerived(CefWrapperType type, cef_task_runner_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=8e5fe279b9e48b952f71635c3138dfb9e2c51b44$
// $hash=ef822c70266564f220ec8911a3b05be5cdc18cb3$
//
#include "libcef_dll/cpptoc/test/translator_test_cpptoc.h"
@ -1645,7 +1645,7 @@ CefRefPtr<CefTranslatorTest> CefCppToCRefCounted<
cef_translator_test_t>::UnwrapDerived(CefWrapperType type,
cef_translator_test_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=44cec995d01f0c9040e1f44a397e299f1b0acc81$
// $hash=bfd3c7ee0176b3e62e5c196e415a2bd62409e9b8$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_child_cpptoc.h"
@ -83,7 +83,7 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientChildCppToC,
UnwrapDerived(CefWrapperType type,
cef_translator_test_ref_ptr_client_child_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=aedb334de8de21efd95e2dd47665303fb04a1beb$
// $hash=83b45b70a01ab7ae99b015e0017446f623e484b6$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_cpptoc.h"
@ -63,7 +63,7 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,
reinterpret_cast<cef_translator_test_ref_ptr_client_child_t*>(s));
}
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=534a6c578be3af7c1533439fc70ef03bc798329f$
// $hash=33192fd0739040880706fdd31b99e4bc9a191c22$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_child_cpptoc.h"
@ -187,7 +187,7 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryChildChildCppToC,
UnwrapDerived(CefWrapperType type,
cef_translator_test_ref_ptr_library_child_child_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=39d4b175da96b507a6f33a15480d011abdda433a$
// $hash=82b0faf6b4c952550427001b82efaa6565a417e5$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_cpptoc.h"
@ -140,7 +140,7 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryChildCppToC,
s));
}
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=3f15da1460be73f4e3daf2ea64012c887f53bf38$
// $hash=1a3544234150172b70642cde285bfb7cba255a28$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_cpptoc.h"
@ -101,7 +101,7 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,
s));
}
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7bf05e7e33dd54f9459824333082ac08049c2c14$
// $hash=ac547adab31b6d47cfe874aded1f5d26a749b524$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_child_cpptoc.h"
@ -87,7 +87,7 @@ CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,
UnwrapDerivedRaw(CefWrapperType type,
cef_translator_test_scoped_client_child_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=f35f5af181f376f9d38adac5dfcdef4a8f3450cc$
// $hash=5058f826ad475b0930ddd77fd4029e050c27fca2$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_cpptoc.h"
@ -75,7 +75,7 @@ CefCppToCScoped<CefTranslatorTestScopedClientCppToC,
reinterpret_cast<cef_translator_test_scoped_client_child_t*>(s));
}
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=9a4dfc192fe617d03368737816e1e9d96056bf50$
// $hash=c833c2d3e1fe4bcae98906f85e6f5751c17c267a$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_child_cpptoc.h"
@ -180,7 +180,7 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildChildCppToC,
UnwrapDerivedRaw(CefWrapperType type,
cef_translator_test_scoped_library_child_child_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=01190e05f5be9e34854acb5fb6381ebd76e107a7$
// $hash=71958dc400edbcd7bbdb409c7293c0b23b2a7e59$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_cpptoc.h"
@ -144,7 +144,7 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,
reinterpret_cast<cef_translator_test_scoped_library_child_child_t*>(s));
}
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>

Some files were not shown because too many files have changed in this diff Show More