| LOW | test/c-test.c | 1 | // Formatting library for C++ - the C API tests |
| LOW | test/posix-mock.h | 1 | // Formatting library for C++ - mocks of POSIX functions |
| LOW | test/mock-allocator.h | 1 | // Formatting library for C++ - mock allocator |
| LOW | test/util.h | 1 | // Formatting library for C++ - test utilities |
| LOW | test/test-assert.h | 1 | // Formatting library for C++ - test version of FMT_ASSERT |
| LOW | test/scan.h | 1 | // Formatting library for C++ - scanning API proof of concept |
| LOW | test/gtest-extra.h | 1 | // Formatting library for C++ - custom Google Test assertions |
| LOW | test/fuzzing/fuzzer-common.h | 1 | // Copyright (c) 2019, Paul Dreik |
| LOW | test/fuzzing/build.sh | 1 | #!/bin/sh |
| LOW | test/cuda-test/CMakeLists.txt | 1 | # We can find some usecases which follow the guide of CMake which uses |
| LOW | test/cuda-test/CMakeLists.txt | 21 | # providing another (non-CUDA) C++ source code. |
| LOW | test/gtest/gtest/gtest-spi.h | 1 | // Copyright 2007, Google Inc. |
| LOW | test/gtest/gtest/gtest-spi.h | 21 | // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| LOW | test/gtest/gtest/gtest-spi.h | 121 | // A set of macros for testing Google Test assertions or code that's expected |
| LOW | test/gtest/gtest/gtest-spi.h | 181 | // being part of the failure message. |
| LOW | test/gtest/gtest/gtest.h | 1 | // Copyright 2005, Google Inc. |
| LOW | test/gtest/gtest/gtest.h | 21 | // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| LOW | test/gtest/gtest/gtest.h | 41 | // |
| LOW | test/gtest/gtest/gtest.h | 61 | |
| LOW | test/gtest/gtest/gtest.h | 81 | // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| LOW | test/gtest/gtest/gtest.h | 101 | // Copyright 2005, Google Inc. |
| LOW | test/gtest/gtest/gtest.h | 121 | // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| LOW | test/gtest/gtest/gtest.h | 141 | // GOOGLETEST_CM0001 DO NOT DELETE |
| LOW | test/gtest/gtest/gtest.h | 161 | // provide a default definition. After this header is #included, all |
| LOW | test/gtest/gtest/gtest.h | 181 | // GTEST_HAS_STD_WSTRING - Define it to 1/0 to indicate that |
| LOW | test/gtest/gtest/gtest.h | 201 | // source version since 2008. The recommended value |
| LOW | test/gtest/gtest/gtest.h | 221 | // GTEST_OS_HPUX - HP-UX |
| LOW | test/gtest/gtest/gtest.h | 241 | // most stable support. Since core members of the Google Test project |
| LOW | test/gtest/gtest/gtest.h | 261 | // |
| LOW | test/gtest/gtest/gtest.h | 281 | // the given Google Test flag. |
| LOW | test/gtest/gtest/gtest.h | 301 | // is suppressed. |
| LOW | test/gtest/gtest/gtest.h | 321 | // Extended Regular Expression syntax on UNIX-like platforms |
| LOW | test/gtest/gtest/gtest.h | 341 | // BiggestInt - the biggest signed integer type. |
| LOW | test/gtest/gtest/gtest.h | 361 | #include <stdio.h> |
| LOW | test/gtest/gtest/gtest.h | 381 | #include <locale> |
| LOW | test/gtest/gtest/gtest.h | 401 | // contributors may be used to endorse or promote products derived from |
| LOW | test/gtest/gtest/gtest.h | 421 | #define GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_ |
| LOW | test/gtest/gtest/gtest.h | 441 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| LOW | test/gtest/gtest/gtest.h | 461 | // Determines the platform on which Google Test is compiled. |
| LOW | test/gtest/gtest/gtest.h | 481 | # define GTEST_OS_WINDOWS_TV_TITLE 1 |
| LOW | test/gtest/gtest/gtest.h | 501 | # define GTEST_OS_FREEBSD 1 |
| LOW | test/gtest/gtest/gtest.h | 521 | #elif defined __NetBSD__ |
| LOW | test/gtest/gtest/gtest.h | 541 | # define GTEST_FLAG_PREFIX_ "gtest_" |
| LOW | test/gtest/gtest/gtest.h | 561 | // GTEST_DISABLE_MSC_WARNINGS_PUSH_(4800 4385) |
| LOW | test/gtest/gtest/gtest.h | 581 | _Pragma("clang diagnostic ignored \"-Wdeprecated-declarations\"") \ |
| LOW | test/gtest/gtest/gtest.h | 601 | #if GTEST_OS_WINDOWS_MINGW && !defined(__MINGW64_VERSION_MAJOR) |
| LOW | test/gtest/gtest/gtest.h | 621 | #endif // GTEST_OS_WINDOWS |
| LOW | test/gtest/gtest/gtest.h | 641 | |
| LOW | test/gtest/gtest/gtest.h | 661 | // simple regex implementation instead. |
| LOW | test/gtest/gtest/gtest.h | 681 | // clang defines __EXCEPTIONS if and only if exceptions are enabled before clang |
| LOW | test/gtest/gtest/gtest.h | 701 | # elif defined(__HP_aCC) |
| LOW | test/gtest/gtest/gtest.h | 721 | |
| LOW | test/gtest/gtest/gtest.h | 741 | # ifdef __GXX_RTTI |
| LOW | test/gtest/gtest/gtest.h | 761 | # define GTEST_HAS_RTTI __has_feature(cxx_rtti) |
| LOW | test/gtest/gtest/gtest.h | 781 | |
| LOW | test/gtest/gtest/gtest.h | 801 | |
| LOW | test/gtest/gtest/gtest.h | 821 | // architecture. |
| LOW | test/gtest/gtest/gtest.h | 841 | #ifndef GTEST_HAS_STREAM_REDIRECTION |
| LOW | test/gtest/gtest/gtest.h | 861 | #endif |
| LOW | test/gtest/gtest/gtest.h | 881 | #endif |
| 390 more matches not shown… |