/work/obj-fuzz/dist/include/gtest/MozGTestBench.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- |
2 | | * This Source Code Form is subject to the terms of the Mozilla Public |
3 | | * License, v. 2.0. If a copy of the MPL was not distributed with this |
4 | | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
5 | | |
6 | | #ifndef GTEST_MOZGTESTBENCH_H |
7 | | #define GTEST_MOZGTESTBENCH_H |
8 | | |
9 | | #include <functional> |
10 | | |
11 | | namespace mozilla { |
12 | | |
13 | | void GTestBench(const char* aSuite, const char* aName, const std::function<void()>& aTest); |
14 | | |
15 | | } //mozilla |
16 | | |
17 | | #define MOZ_GTEST_BENCH(suite, test, lambdaOrFunc) \ |
18 | 0 | TEST(suite, test) { \ |
19 | 0 | mozilla::GTestBench(#suite, #test, lambdaOrFunc); \ Unexecuted instantiation: Unified_cpp_netwerk_test_gtest0.cpp:TestStandardURL_DISABLED_Perf_Test::TestBody()::$_12::operator()() const Unexecuted instantiation: Unified_cpp_netwerk_test_gtest0.cpp:TestStandardURL_DISABLED_NormalizePerf_Test::TestBody()::$_13::operator()() const Unexecuted instantiation: Unified_cpp_netwerk_test_gtest0.cpp:TestStandardURL_DISABLED_NormalizePerfFails_Test::TestBody()::$_14::operator()() const Unexecuted instantiation: Unified_cpp_style_test_gtest0.cpp:Stylo_Servo_StyleSheet_FromUTF8Bytes_Bench_Test::TestBody()::$_0::operator()() const Unexecuted instantiation: Unified_cpp_style_test_gtest0.cpp:Stylo_Servo_StyleSheet_FromUTF8Bytes_Bench_UseCounters_Test::TestBody()::$_1::operator()() const Unexecuted instantiation: Unified_cpp_style_test_gtest0.cpp:Stylo_Servo_DeclarationBlock_SetPropertyById_Bench_Test::TestBody()::$_2::operator()() const Unexecuted instantiation: Unified_cpp_style_test_gtest0.cpp:Stylo_Servo_DeclarationBlock_SetPropertyById_WithInitialSpace_Bench_Test::TestBody()::$_3::operator()() const |
20 | 0 | } Unexecuted instantiation: TestStandardURL_DISABLED_Perf_Test::TestBody() Unexecuted instantiation: TestStandardURL_DISABLED_NormalizePerf_Test::TestBody() Unexecuted instantiation: TestStandardURL_DISABLED_NormalizePerfFails_Test::TestBody() Unexecuted instantiation: Stylo_Servo_StyleSheet_FromUTF8Bytes_Bench_Test::TestBody() Unexecuted instantiation: Stylo_Servo_StyleSheet_FromUTF8Bytes_Bench_UseCounters_Test::TestBody() Unexecuted instantiation: Stylo_Servo_DeclarationBlock_SetPropertyById_Bench_Test::TestBody() Unexecuted instantiation: Stylo_Servo_DeclarationBlock_SetPropertyById_WithInitialSpace_Bench_Test::TestBody() Unexecuted instantiation: Stylo_Servo_DeclarationBlock_GetPropertyById_Bench_Test::TestBody() |
21 | | |
22 | | #define MOZ_GTEST_BENCH_F(suite, test, lambdaOrFunc) \ |
23 | 0 | TEST_F(suite, test) { \ |
24 | 0 | mozilla::GTestBench(#suite, #test, lambdaOrFunc); \ Unexecuted instantiation: Unified_cpp_xpcom_rust_gtest0.cpp:BenchCollections_unordered_set_Test::TestBody()::$_0::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_rust_gtest0.cpp:BenchCollections_PLDHash_Test::TestBody()::$_1::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_rust_gtest0.cpp:BenchCollections_MozHash_Test::TestBody()::$_2::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_rust_gtest0.cpp:BenchCollections_RustHash_Test::TestBody()::$_3::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_rust_gtest0.cpp:BenchCollections_RustFnvHash_Test::TestBody()::$_4::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_rust_gtest0.cpp:BenchCollections_RustFxHash_Test::TestBody()::$_5::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfStripWhitespace_Test::TestBody()::$_4::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfStripCharsWhitespace_Test::TestBody()::$_5::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfCompressWhitespace_Test::TestBody()::$_6::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfStripCRLF_Test::TestBody()::$_7::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfStripCharsCRLF_Test::TestBody()::$_8::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsUTF8One_Test::TestBody()::$_9::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsUTF8Fifteen_Test::TestBody()::$_10::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsUTF8Hundred_Test::TestBody()::$_11::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsUTF8Example3_Test::TestBody()::$_12::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsASCII8One_Test::TestBody()::$_13::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsASCIIFifteen_Test::TestBody()::$_14::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsASCIIHundred_Test::TestBody()::$_15::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfIsASCIIExample3_Test::TestBody()::$_16::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfHasRTLCharsExample3_Test::TestBody()::$_17::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfHasRTLCharsDE_Test::TestBody()::$_18::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfHasRTLCharsRU_Test::TestBody()::$_19::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfHasRTLCharsTH_Test::TestBody()::$_20::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfHasRTLCharsJA_Test::TestBody()::$_21::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1ASCIIOne_Test::TestBody()::$_22::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1ASCIIThree_Test::TestBody()::$_23::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1ASCIIFifteen_Test::TestBody()::$_24::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1ASCIIHundred_Test::TestBody()::$_25::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1ASCIIThousand_Test::TestBody()::$_26::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1DEOne_Test::TestBody()::$_27::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1DEThree_Test::TestBody()::$_28::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1DEFifteen_Test::TestBody()::$_29::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1DEHundred_Test::TestBody()::$_30::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toLatin1DEThousand_Test::TestBody()::$_31::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16AsciiOne_Test::TestBody()::$_32::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16AsciiThree_Test::TestBody()::$_33::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16AsciiFifteen_Test::TestBody()::$_34::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16AsciiHundred_Test::TestBody()::$_35::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16AsciiThousand_Test::TestBody()::$_36::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16DEOne_Test::TestBody()::$_37::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16DEThree_Test::TestBody()::$_38::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16DEFifteen_Test::TestBody()::$_39::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16DEHundred_Test::TestBody()::$_40::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfLatin1toUTF16DEThousand_Test::TestBody()::$_41::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8AsciiOne_Test::TestBody()::$_42::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8AsciiThree_Test::TestBody()::$_43::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8AsciiFifteen_Test::TestBody()::$_44::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8AsciiHundred_Test::TestBody()::$_45::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8AsciiThousand_Test::TestBody()::$_46::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16AsciiOne_Test::TestBody()::$_47::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16AsciiThree_Test::TestBody()::$_48::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16AsciiFifteen_Test::TestBody()::$_49::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16AsciiHundred_Test::TestBody()::$_50::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16AsciiThousand_Test::TestBody()::$_51::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8AROne_Test::TestBody()::$_52::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8ARThree_Test::TestBody()::$_53::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8ARFifteen_Test::TestBody()::$_54::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8ARHundred_Test::TestBody()::$_55::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8ARThousand_Test::TestBody()::$_56::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16AROne_Test::TestBody()::$_57::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16ARThree_Test::TestBody()::$_58::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16ARFifteen_Test::TestBody()::$_59::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16ARHundred_Test::TestBody()::$_60::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16ARThousand_Test::TestBody()::$_61::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8DEOne_Test::TestBody()::$_62::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8DEThree_Test::TestBody()::$_63::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8DEFifteen_Test::TestBody()::$_64::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8DEHundred_Test::TestBody()::$_65::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8DEThousand_Test::TestBody()::$_66::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16DEOne_Test::TestBody()::$_67::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16DEThree_Test::TestBody()::$_68::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16DEFifteen_Test::TestBody()::$_69::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16DEHundred_Test::TestBody()::$_70::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16DEThousand_Test::TestBody()::$_71::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8RUOne_Test::TestBody()::$_72::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8RUThree_Test::TestBody()::$_73::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8RUFifteen_Test::TestBody()::$_74::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8RUHundred_Test::TestBody()::$_75::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8RUThousand_Test::TestBody()::$_76::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16RUOne_Test::TestBody()::$_77::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16RUThree_Test::TestBody()::$_78::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16RUFifteen_Test::TestBody()::$_79::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16RUHundred_Test::TestBody()::$_80::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16RUThousand_Test::TestBody()::$_81::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8THOne_Test::TestBody()::$_82::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8THThree_Test::TestBody()::$_83::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8THFifteen_Test::TestBody()::$_84::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8THHundred_Test::TestBody()::$_85::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8THThousand_Test::TestBody()::$_86::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16THOne_Test::TestBody()::$_87::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16THThree_Test::TestBody()::$_88::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16THFifteen_Test::TestBody()::$_89::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16THHundred_Test::TestBody()::$_90::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16THThousand_Test::TestBody()::$_91::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8JAOne_Test::TestBody()::$_92::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8JAThree_Test::TestBody()::$_93::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8JAFifteen_Test::TestBody()::$_94::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8JAHundred_Test::TestBody()::$_95::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8JAThousand_Test::TestBody()::$_96::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16JAOne_Test::TestBody()::$_97::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16JAThree_Test::TestBody()::$_98::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16JAFifteen_Test::TestBody()::$_99::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16JAHundred_Test::TestBody()::$_100::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16JAThousand_Test::TestBody()::$_101::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8KOOne_Test::TestBody()::$_102::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8KOThree_Test::TestBody()::$_103::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8KOFifteen_Test::TestBody()::$_104::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8KOHundred_Test::TestBody()::$_105::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8KOThousand_Test::TestBody()::$_106::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16KOOne_Test::TestBody()::$_107::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16KOThree_Test::TestBody()::$_108::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16KOFifteen_Test::TestBody()::$_109::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16KOHundred_Test::TestBody()::$_110::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16KOThousand_Test::TestBody()::$_111::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8TROne_Test::TestBody()::$_112::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8TRThree_Test::TestBody()::$_113::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8TRFifteen_Test::TestBody()::$_114::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8TRHundred_Test::TestBody()::$_115::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8TRThousand_Test::TestBody()::$_116::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16TROne_Test::TestBody()::$_117::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16TRThree_Test::TestBody()::$_118::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16TRFifteen_Test::TestBody()::$_119::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16TRHundred_Test::TestBody()::$_120::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16TRThousand_Test::TestBody()::$_121::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8VIOne_Test::TestBody()::$_122::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8VIThree_Test::TestBody()::$_123::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8VIFifteen_Test::TestBody()::$_124::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8VIHundred_Test::TestBody()::$_125::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF16toUTF8VIThousand_Test::TestBody()::$_126::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16VIOne_Test::TestBody()::$_127::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16VIThree_Test::TestBody()::$_128::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16VIFifteen_Test::TestBody()::$_129::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16VIHundred_Test::TestBody()::$_130::operator()() const Unexecuted instantiation: Unified_cpp_xpcom_tests_gtest2.cpp:TestStrings::Strings_PerfUTF8toUTF16VIThousand_Test::TestBody()::$_131::operator()() const |
25 | 0 | } Unexecuted instantiation: BenchCollections_unordered_set_Test::TestBody() Unexecuted instantiation: BenchCollections_PLDHash_Test::TestBody() Unexecuted instantiation: BenchCollections_MozHash_Test::TestBody() Unexecuted instantiation: BenchCollections_RustHash_Test::TestBody() Unexecuted instantiation: BenchCollections_RustFnvHash_Test::TestBody() Unexecuted instantiation: BenchCollections_RustFxHash_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfStripWhitespace_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfStripCharsWhitespace_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfCompressWhitespace_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfStripCRLF_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfStripCharsCRLF_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsUTF8One_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsUTF8Fifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsUTF8Hundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsUTF8Example3_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsASCII8One_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsASCIIFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsASCIIHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfIsASCIIExample3_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfHasRTLCharsExample3_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfHasRTLCharsDE_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfHasRTLCharsRU_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfHasRTLCharsTH_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfHasRTLCharsJA_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1ASCIIOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1ASCIIThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1ASCIIFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1ASCIIHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1ASCIIThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1DEOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1DEThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1DEFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1DEHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toLatin1DEThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16AsciiOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16AsciiThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16AsciiFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16AsciiHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16AsciiThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16DEOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16DEThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16DEFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16DEHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfLatin1toUTF16DEThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8AsciiOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8AsciiThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8AsciiFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8AsciiHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8AsciiThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16AsciiOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16AsciiThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16AsciiFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16AsciiHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16AsciiThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8AROne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8ARThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8ARFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8ARHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8ARThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16AROne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16ARThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16ARFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16ARHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16ARThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8DEOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8DEThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8DEFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8DEHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8DEThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16DEOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16DEThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16DEFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16DEHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16DEThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8RUOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8RUThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8RUFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8RUHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8RUThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16RUOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16RUThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16RUFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16RUHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16RUThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8THOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8THThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8THFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8THHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8THThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16THOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16THThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16THFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16THHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16THThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8JAOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8JAThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8JAFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8JAHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8JAThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16JAOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16JAThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16JAFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16JAHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16JAThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8KOOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8KOThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8KOFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8KOHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8KOThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16KOOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16KOThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16KOFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16KOHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16KOThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8TROne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8TRThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8TRFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8TRHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8TRThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16TROne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16TRThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16TRFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16TRHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16TRThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8VIOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8VIThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8VIFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8VIHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF16toUTF8VIThousand_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16VIOne_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16VIThree_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16VIFifteen_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16VIHundred_Test::TestBody() Unexecuted instantiation: TestStrings::Strings_PerfUTF8toUTF16VIThousand_Test::TestBody() |
26 | | |
27 | | #endif // GTEST_MOZGTESTBENCH_H |