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=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 <>

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=5968deb2fc9c5d509c02fa9a681a819d0f5fdb47$
// $hash=aaf55c2bc6deb407e8c2822726250c3a8dd06a37$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_cpptoc.h"
@ -115,7 +115,7 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryCppToC,
reinterpret_cast<cef_translator_test_scoped_library_child_child_t*>(s));
}
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>