From 0cbe262c9a95f2b690e594e7e5b8c62e179dc71a Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Thu, 2 Jun 2022 19:38:02 +0000 Subject: [PATCH 1/7] Updated dockerfile_base and upgraded ubuntu version to 20.04 --- docker/Dockerfile_base | 5 +++++ docker/utbot_docker_dev.sh | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docker/Dockerfile_base b/docker/Dockerfile_base index 26d33f96d..3a3e078b2 100644 --- a/docker/Dockerfile_base +++ b/docker/Dockerfile_base @@ -200,6 +200,11 @@ RUN chmod +x /usr/local/bin/lit RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 100 +#Install kcov coverage tool and xml parser +RUN apt update && apt install -y kcov +RUN apt install -y libpugixml-dev +RUN apt install -y libpugixml1v5 + # Download CLI11 and Rang libs for nice CLI RUN wget https://github.com/CLIUtils/CLI11/releases/download/v1.9.1/CLI11.hpp -P $UTBOT_ALL/cli RUN wget https://github.com/agauniyal/rang/releases/download/v3.1.0/rang.hpp -P $UTBOT_ALL/cli diff --git a/docker/utbot_docker_dev.sh b/docker/utbot_docker_dev.sh index 45921bf3c..b8197f5a5 100755 --- a/docker/utbot_docker_dev.sh +++ b/docker/utbot_docker_dev.sh @@ -10,14 +10,8 @@ CONTAINER_NAME=$USER-utbot-dev MOUNT_NAME=$USER-utbot MOUNT_LOCAL_NAME=$MOUNT_NAME-local-mnt -read -e -p "Enter base image tag: " IMAGE_TAG -IMAGE="ghcr.io/unittestbot/utbotcpp/base_env:$IMAGE_TAG" +IMAGE="test_image2.0:latest" -echo "Pulling docker image '$IMAGE'" -if ! docker pull $IMAGE ; then - echo "Failed to fetch the image. Aborting.." - exit 1 -fi set +e docker exec "$CONTAINER_NAME" ls > /dev/null 2>&1 if [ $? -eq 0 ] From 59d1ab4cf4166aababf4b4f5d189ce3bd0782307 Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Thu, 2 Jun 2022 19:41:52 +0000 Subject: [PATCH 2/7] Added kcov to submodules --- .github/workflows/matrix.json | 2 +- .gitmodules | 3 +++ submodules/kcov | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 submodules/kcov diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index 0b10822ff..64f7d23d6 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -2,7 +2,7 @@ "include": [ { "DOCKER_TAG": "24-03-2022", - "OPERATING_SYSTEM_TAG": "18.04", + "OPERATING_SYSTEM_TAG": "20.04", "LLVM_VERSION_MAJOR": "10" } ] diff --git a/.gitmodules b/.gitmodules index ec3f420a3..5a5c95ed9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "parallel-hashmap"] path = submodules/parallel-hashmap url = https://github.com/greg7mdp/parallel-hashmap +[submodule "submodules/kcov"] + path = submodules/kcov + url = https://github.com/SimonKagstrom/kcov diff --git a/submodules/kcov b/submodules/kcov new file mode 160000 index 000000000..e615f997c --- /dev/null +++ b/submodules/kcov @@ -0,0 +1 @@ +Subproject commit e615f997c0b299e1dcab6ee5d90032a6419b2cdb From 4f8be00d6a55c8528aa64ba51529631a5bd7fa93 Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Thu, 2 Jun 2022 23:08:35 +0000 Subject: [PATCH 3/7] Changed docker image --- docker/utbot_docker_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/utbot_docker_dev.sh b/docker/utbot_docker_dev.sh index b8197f5a5..27751a9ee 100755 --- a/docker/utbot_docker_dev.sh +++ b/docker/utbot_docker_dev.sh @@ -10,7 +10,7 @@ CONTAINER_NAME=$USER-utbot-dev MOUNT_NAME=$USER-utbot MOUNT_LOCAL_NAME=$MOUNT_NAME-local-mnt -IMAGE="test_image2.0:latest" +IMAGE="kcov_image:latest" set +e docker exec "$CONTAINER_NAME" ls > /dev/null 2>&1 From ba0728d83fc7e12f75b5c97a1f6ee03752d8f157 Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Sun, 5 Jun 2022 01:50:51 +0300 Subject: [PATCH 4/7] Added kcov coverage generation and started convertation of report --- firstmap | 1 + .../.cmake/api/v1/query/cache-v2 | 0 .../.cmake/api/v1/query/cmakeFiles-v1 | 0 .../.cmake/api/v1/query/codemodel-v2 | 0 .../.cmake/api/v1/query/toolchains-v1 | 0 .../reply/cache-v2-015693332a5fe43521c3.json | 2123 ++++ .../reply/cache-v2-3366f5e7e716c7293d9c.json | 2123 ++++ .../reply/cache-v2-609b846f53bcc5a66f2e.json | 2103 ++++ .../cmakeFiles-v1-7a62900ada43955681af.json | 1054 ++ .../cmakeFiles-v1-cae307ff7cdb1066a942.json | 451 + .../cmakeFiles-v1-fcdf4276a3361ec94778.json | 1049 ++ .../codemodel-v2-2ccd8a94300d5cc4325b.json | 238 + .../codemodel-v2-6818ba9c3fc87608c894.json | 238 + .../codemodel-v2-7aed61c5ad65c832c0f0.json | 238 + ...irectory-.-Debug-3a740dbcb439ae306014.json | 45 + ...irectory-.-Debug-dc69b79826534f01515c.json | 45 + ...test-build-Debug-806d34f0577f27d04bbd.json | 14 + ...googlemock-Debug-3b25d2b100bf11408f21.json | 116 + ...googletest-Debug-38e6d8de3ebebff3bc69.json | 169 + .../reply/index-2022-05-04T21-21-27-0296.json | 108 + .../reply/index-2022-05-08T19-04-57-0470.json | 108 + .../reply/index-2022-05-08T19-05-41-0627.json | 108 + .../reply/index-2022-05-09T13-40-27-0711.json | 108 + .../reply/index-2022-05-09T13-43-42-0518.json | 108 + .../reply/index-2022-05-10T14-11-06-0103.json | 108 + .../reply/index-2022-05-11T11-39-53-0494.json | 108 + .../reply/index-2022-05-11T11-41-43-0431.json | 108 + .../reply/index-2022-05-11T11-42-16-0606.json | 108 + .../reply/index-2022-05-18T09-04-00-0085.json | 108 + .../reply/index-2022-05-18T09-29-03-0437.json | 108 + .../reply/index-2022-05-18T11-00-45-0153.json | 108 + .../reply/index-2022-05-18T11-12-10-0957.json | 108 + .../reply/index-2022-06-03T13-35-51-0902.json | 108 + .../reply/index-2022-06-03T13-39-56-0391.json | 108 + .../reply/index-2022-06-03T14-01-29-0134.json | 108 + .../reply/index-2022-06-03T14-08-08-0739.json | 108 + .../reply/index-2022-06-03T14-09-16-0374.json | 108 + .../reply/index-2022-06-03T14-32-10-0110.json | 108 + .../reply/index-2022-06-03T19-30-00-0606.json | 108 + .../reply/index-2022-06-04T20-30-22-0782.json | 108 + ..._UnitTests-Debug-56bdc69bb5e7b24848b0.json | 1117 ++ ..._UnitTests-Debug-99984ecdd1ffacc440a7.json | 911 ++ ...TestBotLib-Debug-2464f20056a97bbec080.json | 2664 +++++ ...TestBotLib-Debug-4816285ceee094b50791.json | 2630 +++++ ...TestBotLib-Debug-bbbe88241dda851e83a5.json | 3030 ++++++ ...en-targets-Debug-6df55b0010b7e3566898.json | 47 + ...rget-gmock-Debug-66ffddbf7c937e590c5b.json | 287 + ...gmock_main-Debug-6999e3146caffefa0590.json | 293 + ...rget-gtest-Debug-b32500910a7c31b4f903.json | 263 + ...gtest_main-Debug-862acf61ed9c853cc9bd.json | 279 + ...insics_gen-Debug-a92780f6cb8dca8ec842.json | 58 + ...get-loguru-Debug-906aa3e06bc16bf52e18.json | 241 + ...rget-utbot-Debug-29d83601a3ecf22fd5e1.json | 824 ++ ...rget-utbot-Debug-5e928cae2f10d5f92588.json | 1020 ++ ...rget-utbot-Debug-903778719cbda0a8cd96.json | 812 ++ .../toolchains-v1-c83b8edc5946481ba397.json | 114 + .../toolchains-v1-efa5a9481205b76468dd.json | 116 + server/cmake-build-debug/CTestTestfile.cmake | 9 + .../Testing/Temporary/LastTest.log | 3 + server/cmake-build-debug/UnitTestBot.cbp | 1993 ++++ .../googletest-build/CTestTestfile.cmake | 7 + .../googlemock/CTestTestfile.cmake | 7 + .../googletest-build/googlemock/gmock.cbp | 432 + .../googletest-distribution.cbp | 432 + .../googletest/CTestTestfile.cmake | 6 + .../googletest/generated/GTestConfig.cmake | 33 + .../generated/GTestConfigVersion.cmake | 48 + .../googletest/generated/gmock.pc | 11 + .../googletest/generated/gmock_main.pc | 11 + .../googletest/generated/gtest.pc | 10 + .../googletest/generated/gtest_main.pc | 11 + .../googletest-build/googletest/gtest.cbp | 274 + .../protobuf/testgen.grpc.pb.cc | 1004 ++ .../protobuf/testgen.grpc.pb.h | 4965 +++++++++ .../cmake-build-debug/protobuf/testgen.pb.cc | 9635 +++++++++++++++++ .../cmake-build-debug/protobuf/testgen.pb.h | 9528 ++++++++++++++++ .../protobuf/util.grpc.pb.cc | 25 + .../cmake-build-debug/protobuf/util.grpc.pb.h | 34 + server/cmake-build-debug/protobuf/util.pb.cc | 1262 +++ server/cmake-build-debug/protobuf/util.pb.h | 1288 +++ .../coverage/CoverageAndResultsGenerator.cpp | 2 +- server/src/coverage/CoverageTool.cpp | 8 +- server/src/coverage/CoverageTool.h | 3 +- server/src/coverage/KcovCoverageTool.cpp | 46 + server/src/coverage/KcovCoverageTool.h | 28 + server/src/coverage/TestRunner.cpp | 4 +- server/src/coverage/TestRunner.h | 2 +- server/src/printers/NativeMakefilePrinter.cpp | 4 +- server/src/utils/ArgumentsUtils.cpp | 4 +- 89 files changed, 58101 insertions(+), 9 deletions(-) create mode 160000 firstmap create mode 100644 server/cmake-build-debug/.cmake/api/v1/query/cache-v2 create mode 100644 server/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 create mode 100644 server/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 create mode 100644 server/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json create mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json create mode 100644 server/cmake-build-debug/CTestTestfile.cmake create mode 100644 server/cmake-build-debug/Testing/Temporary/LastTest.log create mode 100644 server/cmake-build-debug/UnitTestBot.cbp create mode 100644 server/cmake-build-debug/googletest-build/CTestTestfile.cmake create mode 100644 server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake create mode 100644 server/cmake-build-debug/googletest-build/googlemock/gmock.cbp create mode 100644 server/cmake-build-debug/googletest-build/googletest-distribution.cbp create mode 100644 server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake create mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake create mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake create mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc create mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc create mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc create mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc create mode 100644 server/cmake-build-debug/googletest-build/googletest/gtest.cbp create mode 100644 server/cmake-build-debug/protobuf/testgen.grpc.pb.cc create mode 100644 server/cmake-build-debug/protobuf/testgen.grpc.pb.h create mode 100644 server/cmake-build-debug/protobuf/testgen.pb.cc create mode 100644 server/cmake-build-debug/protobuf/testgen.pb.h create mode 100644 server/cmake-build-debug/protobuf/util.grpc.pb.cc create mode 100644 server/cmake-build-debug/protobuf/util.grpc.pb.h create mode 100644 server/cmake-build-debug/protobuf/util.pb.cc create mode 100644 server/cmake-build-debug/protobuf/util.pb.h create mode 100644 server/src/coverage/KcovCoverageTool.cpp create mode 100644 server/src/coverage/KcovCoverageTool.h diff --git a/firstmap b/firstmap new file mode 160000 index 000000000..703bd9caa --- /dev/null +++ b/firstmap @@ -0,0 +1 @@ +Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e diff --git a/server/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/server/cmake-build-debug/.cmake/api/v1/query/cache-v2 new file mode 100644 index 000000000..e69de29bb diff --git a/server/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/server/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 000000000..e69de29bb diff --git a/server/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/server/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 000000000..e69de29bb diff --git a/server/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/server/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 000000000..e69de29bb diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json new file mode 100644 index 000000000..a0ac64dec --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json @@ -0,0 +1,2123 @@ +{ + "entries" : + [ + { + "name" : "BUILD_GMOCK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Builds the googlemock subproject" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20210415" + }, + { + "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CodeBlocks executable" + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" + } + ], + "type" : "STRING", + "value" : "-j6" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/utbot_distr/install/bin/clang++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "STRING", + "value" : "/utbot_distr/install/bin/clang" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-dlltool" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "CodeBlocks" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GXX_EXPERIMENTAL_CXX0X__;1;__OBJC_BOOL_IS_BOOL;0;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_unicode_characters;200704L;__cpp_raw_strings;200710L;__cpp_unicode_literals;200710L;__cpp_user_defined_literals;200809L;__cpp_lambdas;200907L;__cpp_constexpr;201304L;__cpp_constexpr_in_decltype;201711L;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707L;__cpp_attributes;200809L;__cpp_rvalue_references;200610L;__cpp_variadic_templates;200704L;__cpp_initializer_lists;200806L;__cpp_delegating_constructors;200604L;__cpp_nsdmi;200809L;__cpp_inheriting_constructors;201511L;__cpp_ref_qualifiers;200710L;__cpp_alias_templates;200704L;__cpp_threadsafe_static_init;200806L;__cpp_binary_literals;201304L;__cpp_digit_separators;201309L;__cpp_init_captures;201304L;__cpp_generic_lambdas;201304L;__cpp_decltype_auto;201304L;__cpp_return_type_deduction;201304L;__cpp_aggregate_nsdmi;201304L;__cpp_variable_templates;201304L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;_GNU_SOURCE;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;201402L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : ".;/utbot_distr/klee/include;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "C compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "C compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : ".;/utbot_distr/klee/include;/utbot_distr/gtest/googletest/include;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Unix Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_PTHREADS_CREATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library pthreads" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_PTHREAD_CREATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library pthread" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/usr/bin/make" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "UnitTestBot" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1.10.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "10" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/share/cmake-3.20" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "Clang_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Clang." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/clang" + }, + { + "name" : "ENABLE_PRECOMPILED_HEADERS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable precompiled headers" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ENABLE_UNIT_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable unit tests" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PythonInterp" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/python][v3.8.10()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "INSTALL_GTEST", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "LLVM_CONFIG_HAS_RTTI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "YES" + }, + { + "name" : "LLVM_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for LLVM." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/llvm" + }, + { + "name" : "PYTHON_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/python" + }, + { + "name" : "ProcessorCount_cmd_nproc", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nproc" + }, + { + "name" : "ProcessorCount_cmd_sysctl", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/sbin/sysctl" + }, + { + "name" : "Protobuf_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Protobuf." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/protobuf" + }, + { + "name" : "UnitTestBotLib_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;clangTooling;general;clangBasic;general;clangASTMatchers;general;clangRewriteFrontend;general;gRPC::grpc++_reflection;general;gRPC::grpc++;general;protobuf::libprotobuf;general;loguru;general;kleeRunner;" + }, + { + "name" : "UnitTestBot_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "name" : "UnitTestBot_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "UnitTestBot_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "gRPC_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for gRPC." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/grpc" + }, + { + "name" : "generated_dir", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest/generated" + }, + { + "name" : "gmock_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock" + }, + { + "name" : "gmock_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "gmock_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gtest;" + }, + { + "name" : "gmock_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest/googlemock" + }, + { + "name" : "gmock_build_tests", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build all of Google Mock's own tests." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gmock_main_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gmock;" + }, + { + "name" : "googletest-distribution_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build" + }, + { + "name" : "googletest-distribution_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "googletest-distribution_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest" + }, + { + "name" : "gtest_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest" + }, + { + "name" : "gtest_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "gtest_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest/googletest" + }, + { + "name" : "gtest_build_samples", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build gtest's sample programs." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_build_tests", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build all of gtest's own tests." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_disable_pthreads", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Disable uses of pthreads in gtest." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_force_shared_crt", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "gtest_hide_internal_symbols", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build gtest with internal symbols hidden in shared libraries." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_main_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gtest;" + }, + { + "name" : "protobuf_MODULE_COMPATIBLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CMake build-in FindProtobuf.cmake module compatible" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "protobuf_VERBOSE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable for verbose output" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "run_klee_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for run_klee." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/klee/lib/run_klee" + }, + { + "name" : "targets_export_name", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "GTestTargets" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json new file mode 100644 index 000000000..ead38411b --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json @@ -0,0 +1,2123 @@ +{ + "entries" : + [ + { + "name" : "BUILD_GMOCK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Builds the googlemock subproject" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20210415" + }, + { + "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CodeBlocks executable" + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" + } + ], + "type" : "STRING", + "value" : "-j6" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/utbot_distr/install/bin/clang++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/utbot_distr/install/bin/clang" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-dlltool" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "CodeBlocks" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GXX_EXPERIMENTAL_CXX0X__;1;__OBJC_BOOL_IS_BOOL;0;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_unicode_characters;200704L;__cpp_raw_strings;200710L;__cpp_unicode_literals;200710L;__cpp_user_defined_literals;200809L;__cpp_lambdas;200907L;__cpp_constexpr;201304L;__cpp_constexpr_in_decltype;201711L;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707L;__cpp_attributes;200809L;__cpp_rvalue_references;200610L;__cpp_variadic_templates;200704L;__cpp_initializer_lists;200806L;__cpp_delegating_constructors;200604L;__cpp_nsdmi;200809L;__cpp_inheriting_constructors;201511L;__cpp_ref_qualifiers;200710L;__cpp_alias_templates;200704L;__cpp_threadsafe_static_init;200806L;__cpp_binary_literals;201304L;__cpp_digit_separators;201309L;__cpp_init_captures;201304L;__cpp_generic_lambdas;201304L;__cpp_decltype_auto;201304L;__cpp_return_type_deduction;201304L;__cpp_aggregate_nsdmi;201304L;__cpp_variable_templates;201304L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;_GNU_SOURCE;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;201402L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : ".;/utbot_distr/klee/include;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "C compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "C compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : ".;/utbot_distr/klee/include;/utbot_distr/gtest/googletest/include;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Unix Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_PTHREADS_CREATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library pthreads" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_PTHREAD_CREATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library pthread" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/usr/bin/make" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "UnitTestBot" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1.10.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "10" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/share/cmake-3.20" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "Clang_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Clang." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/clang" + }, + { + "name" : "ENABLE_PRECOMPILED_HEADERS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable precompiled headers" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ENABLE_UNIT_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable unit tests" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PythonInterp" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/python][v3.8.10()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "INSTALL_GTEST", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "LLVM_CONFIG_HAS_RTTI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "YES" + }, + { + "name" : "LLVM_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for LLVM." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/llvm" + }, + { + "name" : "PYTHON_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/python" + }, + { + "name" : "ProcessorCount_cmd_nproc", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nproc" + }, + { + "name" : "ProcessorCount_cmd_sysctl", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/sbin/sysctl" + }, + { + "name" : "Protobuf_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Protobuf." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/protobuf" + }, + { + "name" : "UnitTestBotLib_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;clangTooling;general;clangBasic;general;clangASTMatchers;general;clangRewriteFrontend;general;gRPC::grpc++_reflection;general;gRPC::grpc++;general;protobuf::libprotobuf;general;loguru;general;kleeRunner;" + }, + { + "name" : "UnitTestBot_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "name" : "UnitTestBot_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "UnitTestBot_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "gRPC_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for gRPC." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/grpc" + }, + { + "name" : "generated_dir", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest/generated" + }, + { + "name" : "gmock_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock" + }, + { + "name" : "gmock_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "gmock_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gtest;" + }, + { + "name" : "gmock_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest/googlemock" + }, + { + "name" : "gmock_build_tests", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build all of Google Mock's own tests." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gmock_main_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gmock;" + }, + { + "name" : "googletest-distribution_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build" + }, + { + "name" : "googletest-distribution_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "googletest-distribution_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest" + }, + { + "name" : "gtest_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest" + }, + { + "name" : "gtest_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "gtest_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest/googletest" + }, + { + "name" : "gtest_build_samples", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build gtest's sample programs." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_build_tests", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build all of gtest's own tests." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_disable_pthreads", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Disable uses of pthreads in gtest." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_force_shared_crt", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "gtest_hide_internal_symbols", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build gtest with internal symbols hidden in shared libraries." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_main_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gtest;" + }, + { + "name" : "protobuf_MODULE_COMPATIBLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CMake build-in FindProtobuf.cmake module compatible" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "protobuf_VERBOSE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable for verbose output" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "run_klee_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for run_klee." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/klee/lib/run_klee" + }, + { + "name" : "targets_export_name", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "GTestTargets" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json new file mode 100644 index 000000000..66c914903 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json @@ -0,0 +1,2103 @@ +{ + "entries" : + [ + { + "name" : "BUILD_GMOCK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Builds the googlemock subproject" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20210415" + }, + { + "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CodeBlocks executable" + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" + } + ], + "type" : "STRING", + "value" : "-j10" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/clang++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/clang" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/utbot_distr/install/bin/llvm-dlltool" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "CodeBlocks" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GXX_EXPERIMENTAL_CXX0X__;1;__OBJC_BOOL_IS_BOOL;0;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_unicode_characters;200704L;__cpp_raw_strings;200710L;__cpp_unicode_literals;200710L;__cpp_user_defined_literals;200809L;__cpp_lambdas;200907L;__cpp_constexpr;201304L;__cpp_constexpr_in_decltype;201711L;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707L;__cpp_attributes;200809L;__cpp_rvalue_references;200610L;__cpp_variadic_templates;200704L;__cpp_initializer_lists;200806L;__cpp_delegating_constructors;200604L;__cpp_nsdmi;200809L;__cpp_inheriting_constructors;201511L;__cpp_ref_qualifiers;200710L;__cpp_alias_templates;200704L;__cpp_threadsafe_static_init;200806L;__cpp_binary_literals;201304L;__cpp_digit_separators;201309L;__cpp_init_captures;201304L;__cpp_generic_lambdas;201304L;__cpp_decltype_auto;201304L;__cpp_return_type_deduction;201304L;__cpp_aggregate_nsdmi;201304L;__cpp_variable_templates;201304L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;_GNU_SOURCE;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;201402L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : ".;/utbot_distr/klee/include;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "C compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "C compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : ".;/utbot_distr/klee/include;/utbot_distr/gtest/googletest/include;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Unix Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_PTHREADS_CREATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library pthreads" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_PTHREAD_CREATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library pthread" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/make" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "UnitTestBot" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1.10.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "10" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/utbot_distr/install/share/cmake-3.20" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "-fuse-ld=gold" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "Clang_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Clang." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/clang" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PythonInterp" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/python][v3.6.9()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "INSTALL_GTEST", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "LLVM_CONFIG_HAS_RTTI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "YES" + }, + { + "name" : "LLVM_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for LLVM." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/llvm" + }, + { + "name" : "PYTHON_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/python" + }, + { + "name" : "ProcessorCount_cmd_nproc", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nproc" + }, + { + "name" : "ProcessorCount_cmd_sysctl", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/sbin/sysctl" + }, + { + "name" : "Protobuf_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Protobuf." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/protobuf" + }, + { + "name" : "UnitTestBotLib_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;clangTooling;general;clangBasic;general;clangASTMatchers;general;clangRewriteFrontend;general;gRPC::grpc++_reflection;general;gRPC::grpc++;general;protobuf::libprotobuf;general;loguru;general;kleeRunner;" + }, + { + "name" : "UnitTestBot_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "name" : "UnitTestBot_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "UnitTestBot_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "gRPC_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for gRPC." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/install/lib/cmake/grpc" + }, + { + "name" : "generated_dir", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest/generated" + }, + { + "name" : "gmock_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock" + }, + { + "name" : "gmock_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "gmock_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gtest;" + }, + { + "name" : "gmock_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest/googlemock" + }, + { + "name" : "gmock_build_tests", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build all of Google Mock's own tests." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gmock_main_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gmock;" + }, + { + "name" : "googletest-distribution_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build" + }, + { + "name" : "googletest-distribution_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "googletest-distribution_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest" + }, + { + "name" : "gtest_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest" + }, + { + "name" : "gtest_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "gtest_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/utbot_distr/gtest/googletest" + }, + { + "name" : "gtest_build_samples", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build gtest's sample programs." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_build_tests", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build all of gtest's own tests." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_disable_pthreads", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Disable uses of pthreads in gtest." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_force_shared_crt", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "gtest_hide_internal_symbols", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Build gtest with internal symbols hidden in shared libraries." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "gtest_main_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;gtest;" + }, + { + "name" : "protobuf_MODULE_COMPATIBLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CMake build-in FindProtobuf.cmake module compatible" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "protobuf_VERBOSE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable for verbose output" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "run_klee_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for run_klee." + } + ], + "type" : "PATH", + "value" : "/utbot_distr/klee/lib/run_klee" + }, + { + "name" : "targets_export_name", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "GTestTargets" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json new file mode 100644 index 000000000..3d897b4d9 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json @@ -0,0 +1,1054 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeUnixFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/ProcessorCount.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompilerABI.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" + }, + { + "path" : "cmake/build_type.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports-release.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets-release.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMProcessSources.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/AddFileDependencies.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/DetermineGCCCompatible.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.c.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config-version.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-options.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets-noconfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets-noconfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/run_klee-config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee-relwithdebinfo.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/GNUInstallDirs.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/cmake/gmock.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/cmake/gmock_main.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPythonInterp.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/Config.cmake.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/gtest.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/gtest_main.pc.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", + "source" : "/home/utbot/UTBotCpp/server" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json new file mode 100644 index 000000000..917813aab --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json @@ -0,0 +1,451 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/ProcessorCount.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "path" : "cmake/build_type.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports-release.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets-release.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMProcessSources.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/AddFileDependencies.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/DetermineGCCCompatible.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config-version.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-options.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets-noconfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets-noconfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/run_klee-config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee-relwithdebinfo.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/GNUInstallDirs.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/cmake/gmock.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/cmake/gmock_main.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPythonInterp.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/Config.cmake.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/gtest.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/gtest_main.pc.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", + "source" : "/home/utbot/UTBotCpp/server" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json new file mode 100644 index 000000000..4cce67584 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json @@ -0,0 +1,1049 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/ProcessorCount.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompilerABI.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" + }, + { + "path" : "cmake/build_type.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports-release.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets-release.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMProcessSources.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/AddFileDependencies.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/llvm/DetermineGCCCompatible.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.c.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config-version.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-options.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets-noconfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets-noconfig.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/run_klee-config.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee-relwithdebinfo.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/GNUInstallDirs.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/cmake/gmock.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googlemock/cmake/gmock_main.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPythonInterp.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/utbot_distr/install/share/cmake-3.20/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/Config.cmake.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/gtest.pc.in" + }, + { + "isExternal" : true, + "path" : "/utbot_distr/gtest/googletest/cmake/gtest_main.pc.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", + "source" : "/home/utbot/UTBotCpp/server" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json new file mode 100644 index 000000000..4b3dab73e --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json @@ -0,0 +1,238 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-dc69b79826534f01515c.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2, + 7, + 8, + 9 + ] + }, + { + "build" : "googletest-build", + "childIndexes" : + [ + 2 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build-Debug-806d34f0577f27d04bbd.json", + "minimumCMakeVersion" : + { + "string" : "2.8.8" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "/utbot_distr/gtest" + }, + { + "build" : "googletest-build/googlemock", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json", + "minimumCMakeVersion" : + { + "string" : "2.6.4" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "/utbot_distr/gtest/googlemock", + "targetIndexes" : + [ + 3, + 4 + ] + }, + { + "build" : "googletest-build/googletest", + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json", + "minimumCMakeVersion" : + { + "string" : "2.6.4" + }, + "parentIndex" : 2, + "projectIndex" : 3, + "source" : "/utbot_distr/gtest/googletest", + "targetIndexes" : + [ + 5, + 6 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "UnitTestBot", + "targetIndexes" : + [ + 0, + 1, + 2, + 7, + 8, + 9 + ] + }, + { + "childIndexes" : + [ + 2 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "googletest-distribution", + "parentIndex" : 0 + }, + { + "childIndexes" : + [ + 3 + ], + "directoryIndexes" : + [ + 2 + ], + "name" : "gmock", + "parentIndex" : 1, + "targetIndexes" : + [ + 3, + 4 + ] + }, + { + "directoryIndexes" : + [ + 3 + ], + "name" : "gtest", + "parentIndex" : 2, + "targetIndexes" : + [ + 5, + 6 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json", + "name" : "UTBot_UnitTests", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UnitTestBotLib-Debug-2464f20056a97bbec080.json", + "name" : "UnitTestBotLib", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", + "jsonFile" : "target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json", + "name" : "clang-tablegen-targets", + "projectIndex" : 0 + }, + { + "directoryIndex" : 2, + "id" : "gmock::@645c719b6bb61ab77cfe", + "jsonFile" : "target-gmock-Debug-66ffddbf7c937e590c5b.json", + "name" : "gmock", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "gmock_main::@645c719b6bb61ab77cfe", + "jsonFile" : "target-gmock_main-Debug-6999e3146caffefa0590.json", + "name" : "gmock_main", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "gtest::@32fe1c6cd3a65a2fab56", + "jsonFile" : "target-gtest-Debug-b32500910a7c31b4f903.json", + "name" : "gtest", + "projectIndex" : 3 + }, + { + "directoryIndex" : 3, + "id" : "gtest_main::@32fe1c6cd3a65a2fab56", + "jsonFile" : "target-gtest_main-Debug-862acf61ed9c853cc9bd.json", + "name" : "gtest_main", + "projectIndex" : 3 + }, + { + "directoryIndex" : 0, + "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json", + "name" : "intrinsics_gen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "loguru::@6890427a1f51a3e7e1df", + "jsonFile" : "target-loguru-Debug-906aa3e06bc16bf52e18.json", + "name" : "loguru", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "utbot::@6890427a1f51a3e7e1df", + "jsonFile" : "target-utbot-Debug-29d83601a3ecf22fd5e1.json", + "name" : "utbot", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", + "source" : "/home/utbot/UTBotCpp/server" + }, + "version" : + { + "major" : 2, + "minor" : 3 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json new file mode 100644 index 000000000..b901d7773 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json @@ -0,0 +1,238 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-dc69b79826534f01515c.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2, + 7, + 8, + 9 + ] + }, + { + "build" : "googletest-build", + "childIndexes" : + [ + 2 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build-Debug-806d34f0577f27d04bbd.json", + "minimumCMakeVersion" : + { + "string" : "2.8.8" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "/utbot_distr/gtest" + }, + { + "build" : "googletest-build/googlemock", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json", + "minimumCMakeVersion" : + { + "string" : "2.6.4" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "/utbot_distr/gtest/googlemock", + "targetIndexes" : + [ + 3, + 4 + ] + }, + { + "build" : "googletest-build/googletest", + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json", + "minimumCMakeVersion" : + { + "string" : "2.6.4" + }, + "parentIndex" : 2, + "projectIndex" : 3, + "source" : "/utbot_distr/gtest/googletest", + "targetIndexes" : + [ + 5, + 6 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "UnitTestBot", + "targetIndexes" : + [ + 0, + 1, + 2, + 7, + 8, + 9 + ] + }, + { + "childIndexes" : + [ + 2 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "googletest-distribution", + "parentIndex" : 0 + }, + { + "childIndexes" : + [ + 3 + ], + "directoryIndexes" : + [ + 2 + ], + "name" : "gmock", + "parentIndex" : 1, + "targetIndexes" : + [ + 3, + 4 + ] + }, + { + "directoryIndexes" : + [ + 3 + ], + "name" : "gtest", + "parentIndex" : 2, + "targetIndexes" : + [ + 5, + 6 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json", + "name" : "UTBot_UnitTests", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UnitTestBotLib-Debug-4816285ceee094b50791.json", + "name" : "UnitTestBotLib", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", + "jsonFile" : "target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json", + "name" : "clang-tablegen-targets", + "projectIndex" : 0 + }, + { + "directoryIndex" : 2, + "id" : "gmock::@645c719b6bb61ab77cfe", + "jsonFile" : "target-gmock-Debug-66ffddbf7c937e590c5b.json", + "name" : "gmock", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "gmock_main::@645c719b6bb61ab77cfe", + "jsonFile" : "target-gmock_main-Debug-6999e3146caffefa0590.json", + "name" : "gmock_main", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "gtest::@32fe1c6cd3a65a2fab56", + "jsonFile" : "target-gtest-Debug-b32500910a7c31b4f903.json", + "name" : "gtest", + "projectIndex" : 3 + }, + { + "directoryIndex" : 3, + "id" : "gtest_main::@32fe1c6cd3a65a2fab56", + "jsonFile" : "target-gtest_main-Debug-862acf61ed9c853cc9bd.json", + "name" : "gtest_main", + "projectIndex" : 3 + }, + { + "directoryIndex" : 0, + "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json", + "name" : "intrinsics_gen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "loguru::@6890427a1f51a3e7e1df", + "jsonFile" : "target-loguru-Debug-906aa3e06bc16bf52e18.json", + "name" : "loguru", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "utbot::@6890427a1f51a3e7e1df", + "jsonFile" : "target-utbot-Debug-903778719cbda0a8cd96.json", + "name" : "utbot", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", + "source" : "/home/utbot/UTBotCpp/server" + }, + "version" : + { + "major" : 2, + "minor" : 3 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json new file mode 100644 index 000000000..1a06894e8 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json @@ -0,0 +1,238 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-3a740dbcb439ae306014.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2, + 7, + 8, + 9 + ] + }, + { + "build" : "googletest-build", + "childIndexes" : + [ + 2 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build-Debug-806d34f0577f27d04bbd.json", + "minimumCMakeVersion" : + { + "string" : "2.8.8" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "/utbot_distr/gtest" + }, + { + "build" : "googletest-build/googlemock", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json", + "minimumCMakeVersion" : + { + "string" : "2.6.4" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "/utbot_distr/gtest/googlemock", + "targetIndexes" : + [ + 3, + 4 + ] + }, + { + "build" : "googletest-build/googletest", + "hasInstallRule" : true, + "jsonFile" : "directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json", + "minimumCMakeVersion" : + { + "string" : "2.6.4" + }, + "parentIndex" : 2, + "projectIndex" : 3, + "source" : "/utbot_distr/gtest/googletest", + "targetIndexes" : + [ + 5, + 6 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "UnitTestBot", + "targetIndexes" : + [ + 0, + 1, + 2, + 7, + 8, + 9 + ] + }, + { + "childIndexes" : + [ + 2 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "googletest-distribution", + "parentIndex" : 0 + }, + { + "childIndexes" : + [ + 3 + ], + "directoryIndexes" : + [ + 2 + ], + "name" : "gmock", + "parentIndex" : 1, + "targetIndexes" : + [ + 3, + 4 + ] + }, + { + "directoryIndexes" : + [ + 3 + ], + "name" : "gtest", + "parentIndex" : 2, + "targetIndexes" : + [ + 5, + 6 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json", + "name" : "UTBot_UnitTests", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json", + "name" : "UnitTestBotLib", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", + "jsonFile" : "target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json", + "name" : "clang-tablegen-targets", + "projectIndex" : 0 + }, + { + "directoryIndex" : 2, + "id" : "gmock::@645c719b6bb61ab77cfe", + "jsonFile" : "target-gmock-Debug-66ffddbf7c937e590c5b.json", + "name" : "gmock", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "gmock_main::@645c719b6bb61ab77cfe", + "jsonFile" : "target-gmock_main-Debug-6999e3146caffefa0590.json", + "name" : "gmock_main", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "gtest::@32fe1c6cd3a65a2fab56", + "jsonFile" : "target-gtest-Debug-b32500910a7c31b4f903.json", + "name" : "gtest", + "projectIndex" : 3 + }, + { + "directoryIndex" : 3, + "id" : "gtest_main::@32fe1c6cd3a65a2fab56", + "jsonFile" : "target-gtest_main-Debug-862acf61ed9c853cc9bd.json", + "name" : "gtest_main", + "projectIndex" : 3 + }, + { + "directoryIndex" : 0, + "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json", + "name" : "intrinsics_gen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "loguru::@6890427a1f51a3e7e1df", + "jsonFile" : "target-loguru-Debug-906aa3e06bc16bf52e18.json", + "name" : "loguru", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "utbot::@6890427a1f51a3e7e1df", + "jsonFile" : "target-utbot-Debug-5e928cae2f10d5f92588.json", + "name" : "utbot", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", + "source" : "/home/utbot/UTBotCpp/server" + }, + "version" : + { + "major" : 2, + "minor" : 3 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json new file mode 100644 index 000000000..196af7d66 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 197, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "/usr/local", + "paths" : + [ + "utbot" + ], + "targetId" : "utbot::@6890427a1f51a3e7e1df", + "targetIndex" : 9, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json new file mode 100644 index 000000000..84d12ca61 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 163, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "/usr/local", + "paths" : + [ + "utbot" + ], + "targetId" : "utbot::@6890427a1f51a3e7e1df", + "targetIndex" : 9, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json new file mode 100644 index 000000000..2364cd70b --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "googletest-build", + "source" : "/utbot_distr/gtest" + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json new file mode 100644 index 000000000..74ae7f09e --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json @@ -0,0 +1,116 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install", + "install_project" + ], + "files" : + [ + "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", + "/utbot_distr/gtest/googlemock/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 121, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 329, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 332, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 354, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 354, + "parent" : 1 + } + ] + }, + "installers" : + [ + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + { + "from" : "/utbot_distr/gtest/googlemock/include", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "lib/libgmockd.a" + ], + "targetId" : "gmock::@645c719b6bb61ab77cfe", + "targetIndex" : 3, + "type" : "target" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "lib/libgmock_maind.a" + ], + "targetId" : "gmock_main::@645c719b6bb61ab77cfe", + "targetIndex" : 4, + "type" : "target" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/googletest-build/googletest/generated/gmock.pc" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "googletest-build/googlemock", + "source" : "/utbot_distr/gtest/googlemock" + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json new file mode 100644 index 000000000..0737352a6 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json @@ -0,0 +1,169 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install", + "install_project" + ], + "files" : + [ + "/utbot_distr/gtest/googletest/CMakeLists.txt", + "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 104, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 110, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 146, + "parent" : 0 + }, + { + "command" : 0, + "file" : 1, + "line" : 329, + "parent" : 3 + }, + { + "command" : 0, + "file" : 1, + "line" : 332, + "parent" : 3 + }, + { + "command" : 0, + "file" : 1, + "line" : 354, + "parent" : 3 + }, + { + "command" : 0, + "file" : 1, + "line" : 354, + "parent" : 3 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib/cmake/GTest", + "exportName" : "GTestTargets", + "exportTargets" : + [ + { + "id" : "gtest::@32fe1c6cd3a65a2fab56", + "index" : 5 + }, + { + "id" : "gtest_main::@32fe1c6cd3a65a2fab56", + "index" : 6 + }, + { + "id" : "gmock::@645c719b6bb61ab77cfe", + "index" : 3 + }, + { + "id" : "gmock_main::@645c719b6bb61ab77cfe", + "index" : 4 + } + ], + "paths" : + [ + "googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/GTest", + "paths" : + [ + "cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake", + "cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + { + "from" : "/utbot_distr/gtest/googletest/include", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "lib/libgtestd.a" + ], + "targetId" : "gtest::@32fe1c6cd3a65a2fab56", + "targetIndex" : 5, + "type" : "target" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "lib/libgtest_maind.a" + ], + "targetId" : "gtest_main::@32fe1c6cd3a65a2fab56", + "targetIndex" : 6, + "type" : "target" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/googletest-build/googletest/generated/gtest.pc" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "googletest-build/googletest", + "source" : "/utbot_distr/gtest/googletest" + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json new file mode 100644 index 000000000..5fcecc855 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-7a62900ada43955681af.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-7a62900ada43955681af.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json new file mode 100644 index 000000000..c246bd1ad --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json new file mode 100644 index 000000000..aa62c4838 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-015693332a5fe43521c3.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-fcdf4276a3361ec94778.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-015693332a5fe43521c3.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-fcdf4276a3361ec94778.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json new file mode 100644 index 000000000..ddbcb80d8 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json new file mode 100644 index 000000000..ddbcb80d8 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json new file mode 100644 index 000000000..0def05018 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json new file mode 100644 index 000000000..0def05018 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json new file mode 100644 index 000000000..0def05018 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json new file mode 100644 index 000000000..0def05018 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json new file mode 100644 index 000000000..0def05018 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/utbot_distr/install/bin/cmake", + "cpack" : "/utbot_distr/install/bin/cpack", + "ctest" : "/utbot_distr/install/bin/ctest", + "root" : "/utbot_distr/install/share/cmake-3.20" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 20, + "patch" : 20210415, + "string" : "3.20.20210415-g743b5e8", + "suffix" : "g743b5e8" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json new file mode 100644 index 000000000..67544c31c --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json @@ -0,0 +1,1117 @@ +{ + "artifacts" : + [ + { + "path" : "UTBot_UnitTests" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories", + "target_include_directories", + "target_precompile_headers" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 172, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 178, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 67, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 119, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 177, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 22, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 186, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + }, + { + "fragment" : "-Winvalid-pch -Xclang -emit-pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx -x c++-header" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src/include" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 16, + "header" : "\"gtest/gtest.h\"" + }, + { + "backtrace" : 2, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 0 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + }, + { + "fragment" : "-Winvalid-pch -Xclang -include-pch -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src/include" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 16, + "header" : "\"gtest/gtest.h\"" + }, + { + "backtrace" : 2, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 2, + "id" : "loguru::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 2, + "id" : "gtest::@32fe1c6cd3a65a2fab56" + } + ], + "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", + "role" : "flags" + }, + { + "fragment" : "-Wl,-export-dynamic -lpthread -ldl", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "lib/libgtestd.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libUnitTestBotLib.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangTooling.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangDriver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangParse.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSema.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangEdit.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAST.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangLex.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libssl.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcrypto.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcares.a", + "role" : "libraries" + }, + { + "fragment" : "-lnsl", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_base.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libupb.a", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libprotobuf.a", + "role" : "libraries" + }, + { + "fragment" : "libloguru.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-ltinfo", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "UTBot_UnitTests", + "nameOnDisk" : "UTBot_UnitTests", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ] + }, + { + "name" : "Precompile Header File", + "sourceIndexes" : + [ + 14 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx.cxx", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/BaseTest.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/CLI_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/CollectionUtil_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/KleeGen_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Library_Test.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Regression_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Server_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Stub_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Syntax_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Targets_Test.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/TestUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/Utils_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "test/framework/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "path" : "cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx", + "sourceGroupIndex" : 1 + } + ], + "type" : "EXECUTABLE" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json new file mode 100644 index 000000000..7c133d8b5 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json @@ -0,0 +1,911 @@ +{ + "artifacts" : + [ + { + "path" : "UTBot_UnitTests" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "/utbot_distr/gtest/googletest/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 148, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 154, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 141, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 67, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 119, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 153, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 22, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 5, + "fragment" : "-frtti" + }, + { + "backtrace" : 5, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 6, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 7, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 8, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 13, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 15, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/src/include" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 16, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 2, + "id" : "loguru::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 2, + "id" : "gtest_main::@32fe1c6cd3a65a2fab56" + }, + { + "backtrace" : 2, + "id" : "gtest::@32fe1c6cd3a65a2fab56" + } + ], + "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", + "role" : "flags" + }, + { + "fragment" : "-Wl,-export-dynamic -lpthread -ldl", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "lib/libgtest_maind.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libUnitTestBotLib.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "lib/libgtestd.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangTooling.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangDriver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangParse.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSema.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangEdit.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAST.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangLex.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libssl.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcrypto.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcares.a", + "role" : "libraries" + }, + { + "fragment" : "-lnsl", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_base.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libupb.a", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libprotobuf.a", + "role" : "libraries" + }, + { + "fragment" : "libloguru.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-ltinfo", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "UTBot_UnitTests", + "nameOnDisk" : "UTBot_UnitTests", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/BaseTest.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/CLI_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/CollectionUtil_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/KleeGen_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Library_Test.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Regression_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Server_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Stub_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Syntax_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Targets_Test.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/TestUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/Utils_Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "test/framework/main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json new file mode 100644 index 000000000..c30a3bbdf --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json @@ -0,0 +1,2664 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libUnitTestBotLib.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 123, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 129, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 67, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 119, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 124, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 22, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 25, + 27, + 29, + 31, + 33, + 35, + 38, + 40, + 42, + 44, + 46, + 49, + 53, + 55, + 57, + 59, + 61, + 63, + 65, + 67, + 69, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 89, + 92, + 94, + 96, + 98, + 100, + 102, + 104, + 107, + 115, + 117, + 119, + 121, + 130, + 132, + 134, + 136, + 138, + 140, + 142, + 144, + 146, + 149, + 151, + 153, + 155, + 157, + 159, + 161, + 163, + 165, + 167, + 169, + 172, + 174, + 176, + 178, + 181, + 183, + 185, + 188, + 190, + 193, + 195, + 197, + 200, + 202, + 204, + 207, + 209, + 211, + 214, + 216, + 219, + 222, + 224, + 226, + 229, + 231, + 233, + 235, + 237, + 239, + 241, + 243, + 245, + 247, + 255, + 257, + 259, + 262, + 264, + 266, + 268, + 270, + 273, + 275, + 278, + 280, + 282, + 284, + 286, + 288, + 290, + 292, + 294, + 296, + 298, + 301, + 303, + 305, + 307, + 309, + 310, + 313, + 315, + 319, + 321, + 323, + 325, + 327, + 329, + 331, + 333, + 335, + 337, + 339 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "loguru::@6890427a1f51a3e7e1df" + } + ], + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", + "name" : "UnitTestBotLib", + "nameOnDisk" : "libUnitTestBotLib.a", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 25, + 27, + 29, + 31, + 33, + 35, + 38, + 40, + 42, + 44, + 46, + 49, + 53, + 55, + 57, + 59, + 61, + 63, + 65, + 67, + 69, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 89, + 92, + 94, + 96, + 98, + 100, + 102, + 104, + 107, + 115, + 117, + 119, + 121, + 130, + 132, + 134, + 136, + 138, + 140, + 142, + 144, + 146, + 149, + 151, + 153, + 155, + 157, + 159, + 161, + 163, + 165, + 167, + 169, + 172, + 174, + 176, + 178, + 181, + 183, + 185, + 188, + 190, + 193, + 195, + 197, + 200, + 202, + 204, + 207, + 209, + 211, + 214, + 216, + 219, + 222, + 224, + 226, + 229, + 231, + 233, + 235, + 237, + 239, + 241, + 243, + 245, + 247, + 255, + 257, + 259, + 262, + 264, + 266, + 268, + 270, + 273, + 275, + 278, + 280, + 282, + 284, + 286, + 288, + 290, + 292, + 294, + 296, + 298, + 301, + 303, + 305, + 307, + 309, + 310, + 313, + 315, + 319, + 321, + 323, + 325, + 327, + 329, + 331, + 333, + 335, + 337, + 339 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 7, + 9, + 11, + 13, + 15, + 17, + 19, + 21, + 23, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 37, + 39, + 41, + 43, + 45, + 47, + 48, + 50, + 51, + 54, + 56, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 73, + 75, + 77, + 79, + 81, + 83, + 85, + 87, + 90, + 93, + 95, + 97, + 99, + 101, + 103, + 105, + 108, + 110, + 111, + 112, + 113, + 114, + 116, + 118, + 120, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 131, + 133, + 135, + 137, + 139, + 141, + 143, + 145, + 147, + 150, + 152, + 154, + 156, + 158, + 160, + 162, + 164, + 166, + 168, + 170, + 173, + 175, + 177, + 179, + 180, + 182, + 184, + 186, + 187, + 189, + 191, + 194, + 196, + 198, + 201, + 203, + 205, + 208, + 210, + 212, + 215, + 217, + 218, + 220, + 223, + 225, + 227, + 230, + 232, + 234, + 236, + 238, + 240, + 242, + 244, + 246, + 248, + 250, + 251, + 252, + 253, + 254, + 256, + 258, + 260, + 263, + 265, + 267, + 269, + 271, + 272, + 274, + 276, + 277, + 279, + 281, + 283, + 285, + 287, + 289, + 291, + 293, + 295, + 297, + 299, + 300, + 302, + 304, + 306, + 308, + 311, + 312, + 314, + 316, + 320, + 322, + 324, + 326, + 328, + 330, + 332, + 334, + 336, + 338, + 340 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 52, + 71, + 88, + 91, + 106, + 109, + 129, + 148, + 171, + 192, + 199, + 206, + 213, + 221, + 228, + 249, + 261, + 317, + 318 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/testgen.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/testgen.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/util.grpc.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/util.grpc.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/util.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/util.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/BordersFinder.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/BordersFinder.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/BuildResult.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/BuildResult.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/FeaturesFilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/FeaturesFilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/GTestLogger.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/GTestLogger.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Include.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Include.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/KleeGenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/KleeGenerator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/KleeRunner.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/KleeRunner.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Language.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Language.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/LineInfo.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/NameDecorator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/NameDecorator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/PathSubstitution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/PathSubstitution.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Paths.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Paths.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ProjectContext.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ProjectContext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ProjectTarget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ProjectTarget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/RequestEnvironment.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/RequestEnvironment.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/Result.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ReturnTypesFetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ReturnTypesFetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Server.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Server.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/SettingsContext.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/SettingsContext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Synchronizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Synchronizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Tests.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/ThreadSafeContainers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/TimeExecStatistics.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/TimeExecStatistics.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/Version.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/building", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/BaseCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/BaseCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/BuildDatabase.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/BuildDatabase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/CompilationDatabase.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/CompilationDatabase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/CompileCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/CompileCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/IRParser.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/IRParser.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/LinkCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/LinkCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/Linker.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/Linker.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/RunCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/RunCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/UserProjectConfiguration.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/UserProjectConfiguration.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/ASTPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/ASTPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/AlignmentFetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/AlignmentFetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/ClangUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/ClangUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/Matchers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/Matchers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SimpleFrontendActionFactory.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SimpleFrontendActionFactory.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SourceFileChainedCallbacks.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceFileChainedCallbacks.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SourceToHeaderMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceToHeaderMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SourceToHeaderRewriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceToHeaderRewriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/commands", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/commands/Commands.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/commands/Commands.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/coverage", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/Coverage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/Coverage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/CoverageAndResultsGenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/CoverageAndResultsGenerator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/CoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/CoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/GcovCoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/GcovCoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/LlvmCoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/LlvmCoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/TestRunner.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/TestRunner.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/UnitTest.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/UnitTest.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/environment", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/environment/EnvironmentPaths.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/environment/EnvironmentPaths.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/BaseException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CancellationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CompilationDatabaseException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CoverageGenerationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/EnvironmentException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/ExecutionProcessException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/ExecutionProcessException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/FileNotPresentedInArtifactException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileNotPresentedInArtifactException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/FileNotPresentedInCommandsException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileNotPresentedInCommandsException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/FileSystemException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileSystemException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/IncorrectIndexException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/LLVMException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/NoSuchTypeException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/NoTestGeneratedException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/RequestCancellationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/UnImplementedException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/fetchers", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/Fetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/Fetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/FetcherUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/FetcherUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/FunctionDeclsMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/FunctionDeclsMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/GlobalVariableUsageMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/GlobalVariableUsageMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/IncludeFetchSourceFileCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/IncludeFetchSourceFileCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/SingleFileParseModeCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/SingleFileParseModeCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/TypeDeclsMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/TypeDeclsMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/printers", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/CCJsonPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/CCJsonPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/DefaultMakefilePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/DefaultMakefilePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/HeaderPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/HeaderPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/KleeConstraintsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/KleeConstraintsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/KleePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/KleePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/NativeMakefilePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/NativeMakefilePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/Printer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/Printer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/SourceWrapperPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/SourceWrapperPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/StubsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/StubsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/TestMakefilesPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/TestMakefilesPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/TestsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/TestsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/BaseWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/BaseWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/DummyStreamWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/DummyStreamWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/FileTargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/FileTargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/IStreamWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/IStreamWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/MessageWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/ProgressWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProgressWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/ProjectConfigWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProjectConfigWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/ProjectTargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProjectTargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/ServerWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/TargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/TargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/WriterUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/WriterUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/coverage/CLICoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/CLICoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/coverage/CoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/CoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/stubs/CLIStubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/CLIStubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/stubs/ServerStubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/ServerStubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/stubs/StubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/StubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/tests/CLITestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/CLITestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/tests/ServerTestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/ServerTestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/tests/TestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/TestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/stubs", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/stubs/StubGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/stubs/StubSourcesFinder.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubSourcesFinder.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/stubs/Stubs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/stubs/StubsCollector.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubsCollector.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/tasks", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tasks/BaseForkTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/BaseForkTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tasks/RunKleeTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/RunKleeTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tasks/ShellExecTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/ShellExecTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/testgens", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/AssertionTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/AssertionTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/BaseTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/BaseTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/ClassTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/ClassTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/FileTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FileTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/FolderTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FolderTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/FunctionTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FunctionTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/LineTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/LineTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/PredicateTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/PredicateTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/ProjectTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/ProjectTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/SnippetTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/SnippetTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/types/AbstractType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/ArrayType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/FunctionPointerType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/ObjectPointerType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/SimpleType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/types/TypeVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/TypeVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/types/Types.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/Types.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/types/TypesResolver.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/TypesResolver.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/ArgumentsUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ArgumentsUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CLIUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CLIUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CPipe.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CPipe.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CollectionUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CollectionUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CompilationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CompilationUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/Copyright.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/DynamicLibraryUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/DynamicLibraryUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/ExecUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ExecUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/ExecutionResult.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/FairMutex.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/FairMutex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/FileSystemUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/FileSystemUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/GenerationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/GenerationUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/GrpcUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/GrpcUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/HashUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/HashUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/JsonUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/JsonUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/KleeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/KleeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/LinkerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/LinkerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/LogUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/LogUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/MakefileUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/MakefileUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/PrinterUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/PrinterUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/RequestLockMutex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/SanitizerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/SanitizerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/ServerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ServerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/StringFormat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/StringFormat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/StringUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/StringUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/TestsGenerationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/TimeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/TimeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/TypeTraitsUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/TypeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/TypeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/Void.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/Void.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/path", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/visitors", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/AbstractValueViewVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/AbstractValueViewVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/AssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/AssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/FunctionPointerForStubsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/FunctionPointerForStubsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/KleeAssumeParamVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeParamVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/KleeAssumeReturnValueVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeReturnValueVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/KleeAssumeVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/ParametrizedAssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/ParametrizedAssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseAssertsParamVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsParamVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseAssertsReturnValueVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsReturnValueVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseAssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseParameterVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseParameterVisitor.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json new file mode 100644 index 000000000..7f3eef3ab --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json @@ -0,0 +1,2630 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libUnitTestBotLib.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 123, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 129, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 67, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 119, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 124, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 22, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 25, + 27, + 29, + 31, + 33, + 35, + 38, + 40, + 42, + 44, + 46, + 49, + 53, + 55, + 57, + 59, + 61, + 63, + 65, + 67, + 70, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 87, + 90, + 92, + 94, + 96, + 98, + 100, + 102, + 105, + 113, + 115, + 117, + 119, + 127, + 129, + 131, + 133, + 135, + 137, + 139, + 141, + 143, + 146, + 148, + 150, + 152, + 154, + 156, + 158, + 160, + 162, + 164, + 167, + 169, + 171, + 173, + 176, + 178, + 180, + 183, + 185, + 188, + 190, + 192, + 195, + 197, + 199, + 202, + 204, + 206, + 209, + 211, + 214, + 217, + 219, + 221, + 224, + 226, + 228, + 230, + 232, + 234, + 236, + 238, + 240, + 242, + 250, + 252, + 254, + 257, + 259, + 261, + 263, + 265, + 268, + 270, + 273, + 275, + 277, + 279, + 281, + 283, + 285, + 287, + 289, + 291, + 293, + 296, + 298, + 300, + 302, + 304, + 305, + 308, + 310, + 314, + 316, + 318, + 320, + 322, + 324, + 326, + 328, + 330, + 332, + 334 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "loguru::@6890427a1f51a3e7e1df" + } + ], + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", + "name" : "UnitTestBotLib", + "nameOnDisk" : "libUnitTestBotLib.a", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 25, + 27, + 29, + 31, + 33, + 35, + 38, + 40, + 42, + 44, + 46, + 49, + 53, + 55, + 57, + 59, + 61, + 63, + 65, + 67, + 70, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 87, + 90, + 92, + 94, + 96, + 98, + 100, + 102, + 105, + 113, + 115, + 117, + 119, + 127, + 129, + 131, + 133, + 135, + 137, + 139, + 141, + 143, + 146, + 148, + 150, + 152, + 154, + 156, + 158, + 160, + 162, + 164, + 167, + 169, + 171, + 173, + 176, + 178, + 180, + 183, + 185, + 188, + 190, + 192, + 195, + 197, + 199, + 202, + 204, + 206, + 209, + 211, + 214, + 217, + 219, + 221, + 224, + 226, + 228, + 230, + 232, + 234, + 236, + 238, + 240, + 242, + 250, + 252, + 254, + 257, + 259, + 261, + 263, + 265, + 268, + 270, + 273, + 275, + 277, + 279, + 281, + 283, + 285, + 287, + 289, + 291, + 293, + 296, + 298, + 300, + 302, + 304, + 305, + 308, + 310, + 314, + 316, + 318, + 320, + 322, + 324, + 326, + 328, + 330, + 332, + 334 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 7, + 9, + 11, + 13, + 15, + 17, + 19, + 21, + 23, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 37, + 39, + 41, + 43, + 45, + 47, + 48, + 50, + 51, + 54, + 56, + 58, + 60, + 62, + 64, + 66, + 68, + 71, + 73, + 75, + 77, + 79, + 81, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 99, + 101, + 103, + 106, + 108, + 109, + 110, + 111, + 112, + 114, + 116, + 118, + 120, + 121, + 122, + 123, + 124, + 125, + 128, + 130, + 132, + 134, + 136, + 138, + 140, + 142, + 144, + 147, + 149, + 151, + 153, + 155, + 157, + 159, + 161, + 163, + 165, + 168, + 170, + 172, + 174, + 175, + 177, + 179, + 181, + 182, + 184, + 186, + 189, + 191, + 193, + 196, + 198, + 200, + 203, + 205, + 207, + 210, + 212, + 213, + 215, + 218, + 220, + 222, + 225, + 227, + 229, + 231, + 233, + 235, + 237, + 239, + 241, + 243, + 245, + 246, + 247, + 248, + 249, + 251, + 253, + 255, + 258, + 260, + 262, + 264, + 266, + 267, + 269, + 271, + 272, + 274, + 276, + 278, + 280, + 282, + 284, + 286, + 288, + 290, + 292, + 294, + 295, + 297, + 299, + 301, + 303, + 306, + 307, + 309, + 311, + 315, + 317, + 319, + 321, + 323, + 325, + 327, + 329, + 331, + 333, + 335 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 52, + 69, + 86, + 89, + 104, + 107, + 126, + 145, + 166, + 187, + 194, + 201, + 208, + 216, + 223, + 244, + 256, + 312, + 313 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/testgen.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/testgen.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/util.grpc.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/util.grpc.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/protobuf/util.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/util.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/BordersFinder.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/BordersFinder.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/BuildResult.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/BuildResult.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/FeaturesFilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/FeaturesFilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/GTestLogger.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/GTestLogger.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Include.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Include.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/KleeGenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/KleeGenerator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/KleeRunner.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/KleeRunner.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Language.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Language.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/LineInfo.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/NameDecorator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/NameDecorator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/PathSubstitution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/PathSubstitution.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Paths.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Paths.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ProjectContext.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ProjectContext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ProjectTarget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ProjectTarget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/RequestEnvironment.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/RequestEnvironment.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/Result.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ReturnTypesFetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ReturnTypesFetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Server.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Server.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/SettingsContext.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/SettingsContext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Synchronizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Synchronizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Tests.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/ThreadSafeContainers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/TimeExecStatistics.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/TimeExecStatistics.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/Version.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/building", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/BaseCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/BaseCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/BuildDatabase.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/BuildDatabase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/CompileCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/CompileCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/IRParser.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/IRParser.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/LinkCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/LinkCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/Linker.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/Linker.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/RunCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/RunCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/building/UserProjectConfiguration.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/UserProjectConfiguration.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/ASTPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/ASTPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/AlignmentFetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/AlignmentFetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/ClangUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/ClangUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/Matchers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/Matchers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SimpleFrontendActionFactory.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SimpleFrontendActionFactory.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SourceFileChainedCallbacks.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceFileChainedCallbacks.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SourceToHeaderMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceToHeaderMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/clang-utils/SourceToHeaderRewriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceToHeaderRewriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/commands", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/commands/Commands.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/commands/Commands.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/coverage", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/Coverage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/Coverage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/CoverageAndResultsGenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/CoverageAndResultsGenerator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/CoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/CoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/GcovCoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/GcovCoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/LlvmCoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/LlvmCoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/TestRunner.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/TestRunner.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/coverage/UnitTest.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/UnitTest.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/environment", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/environment/EnvironmentPaths.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/environment/EnvironmentPaths.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/BaseException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CancellationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CompilationDatabaseException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CoverageGenerationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/EnvironmentException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/ExecutionProcessException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/ExecutionProcessException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/FileNotPresentedInArtifactException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileNotPresentedInArtifactException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/FileNotPresentedInCommandsException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileNotPresentedInCommandsException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/exceptions/FileSystemException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileSystemException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/IncorrectIndexException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/NoSuchTypeException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/NoTestGeneratedException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/RequestCancellationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/UnImplementedException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/fetchers", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/Fetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/Fetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/FetcherUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/FetcherUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/FunctionDeclsMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/FunctionDeclsMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/GlobalVariableUsageMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/GlobalVariableUsageMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/IncludeFetchSourceFileCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/IncludeFetchSourceFileCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/SingleFileParseModeCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/SingleFileParseModeCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/fetchers/TypeDeclsMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/TypeDeclsMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/printers", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/CCJsonPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/CCJsonPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/DefaultMakefilePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/DefaultMakefilePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/HeaderPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/HeaderPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/KleeConstraintsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/KleeConstraintsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/KleePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/KleePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/NativeMakefilePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/NativeMakefilePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/Printer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/Printer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/SourceWrapperPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/SourceWrapperPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/StubsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/StubsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/printers/TestsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/TestsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/BaseWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/BaseWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/DummyStreamWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/DummyStreamWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/FileTargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/FileTargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/IStreamWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/IStreamWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/MessageWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/ProgressWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProgressWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/ProjectConfigWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProjectConfigWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/ProjectTargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProjectTargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/ServerWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/TargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/TargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/WriterUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/WriterUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/coverage/CLICoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/CLICoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/coverage/CoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/CoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/stubs/CLIStubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/CLIStubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/stubs/ServerStubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/ServerStubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/stubs/StubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/StubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/tests/CLITestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/CLITestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/tests/ServerTestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/ServerTestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/streams/tests/TestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/TestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/stubs", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/stubs/StubGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/stubs/StubSourcesFinder.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubSourcesFinder.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/stubs/Stubs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/stubs/StubsCollector.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubsCollector.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/tasks", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tasks/BaseForkTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/BaseForkTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tasks/RunKleeTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/RunKleeTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tasks/ShellExecTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/ShellExecTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/testgens", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/AssertionTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/AssertionTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/BaseTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/BaseTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/ClassTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/ClassTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/FileTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FileTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/FolderTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FolderTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/FunctionTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FunctionTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/LineTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/LineTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/PredicateTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/PredicateTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/ProjectTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/ProjectTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/testgens/SnippetTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/SnippetTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/types/AbstractType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/ArrayType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/FunctionPointerType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/ObjectPointerType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/SimpleType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/types/TypeVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/TypeVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/types/Types.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/Types.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/types/TypesResolver.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/TypesResolver.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/ArgumentsUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ArgumentsUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CLIUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CLIUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CPipe.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CPipe.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CollectionUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CollectionUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/CompilationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CompilationUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/Copyright.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/DynamicLibraryUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/DynamicLibraryUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/ExecUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ExecUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/ExecutionResult.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/FairMutex.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/FairMutex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/FileSystemUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/FileSystemUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/GenerationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/GenerationUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/GrpcUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/GrpcUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/HashUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/HashUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/JsonUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/JsonUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/KleeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/KleeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/LinkerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/LinkerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/LogUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/LogUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/MakefileUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/MakefileUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/PrinterUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/PrinterUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/RequestLockMutex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/SanitizerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/SanitizerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/ServerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ServerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/StringFormat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/StringFormat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/StringUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/StringUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/TestsGenerationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/TimeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/TimeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/TypeTraitsUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/TypeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/TypeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/utils/Void.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/Void.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/path", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/visitors", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/AbstractValueViewVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/AbstractValueViewVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/AssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/AssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/FunctionPointerForStubsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/FunctionPointerForStubsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/KleeAssumeParamVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeParamVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/KleeAssumeReturnValueVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeReturnValueVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/KleeAssumeVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/ParametrizedAssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/ParametrizedAssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseAssertsParamVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsParamVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseAssertsReturnValueVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsReturnValueVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseAssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitors/VerboseParameterVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseParameterVisitor.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json new file mode 100644 index 000000000..212632ab9 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json @@ -0,0 +1,3030 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libUnitTestBotLib.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories", + "target_include_directories", + "target_precompile_headers" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 132, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 138, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 67, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 119, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 133, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 22, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 146, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + }, + { + "fragment" : "-Winvalid-pch -Xclang -emit-pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx -x c++-header" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 16, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 0 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 16, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 1, + 3, + 5, + 7 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 3, + "fragment" : "-frtti" + }, + { + "backtrace" : 3, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 2, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + }, + { + "fragment" : "-Winvalid-pch -Xclang -include-pch -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 2, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 2, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 4, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 5, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 2, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 6, + "define" : "_LINUX" + }, + { + "backtrace" : 2, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 2, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 2, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 11, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 2, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 15, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 16, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 9, + 11, + 13, + 15, + 17, + 19, + 21, + 23, + 26, + 28, + 30, + 32, + 34, + 36, + 39, + 41, + 43, + 45, + 47, + 50, + 54, + 56, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 73, + 75, + 77, + 79, + 81, + 83, + 85, + 87, + 90, + 93, + 95, + 97, + 99, + 101, + 103, + 105, + 108, + 116, + 118, + 120, + 122, + 131, + 133, + 135, + 137, + 139, + 141, + 143, + 145, + 147, + 150, + 152, + 154, + 156, + 158, + 160, + 162, + 164, + 166, + 168, + 170, + 173, + 175, + 177, + 179, + 182, + 184, + 186, + 189, + 191, + 194, + 196, + 198, + 201, + 203, + 205, + 208, + 210, + 212, + 215, + 217, + 220, + 223, + 225, + 227, + 230, + 232, + 234, + 236, + 238, + 240, + 242, + 244, + 246, + 248, + 256, + 258, + 260, + 263, + 265, + 267, + 269, + 271, + 274, + 276, + 279, + 281, + 283, + 285, + 287, + 289, + 291, + 293, + 295, + 297, + 299, + 302, + 304, + 306, + 308, + 310, + 311, + 314, + 316, + 320, + 322, + 324, + 326, + 328, + 330, + 332, + 334, + 336, + 338, + 340 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "loguru::@6890427a1f51a3e7e1df" + } + ], + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", + "name" : "UnitTestBotLib", + "nameOnDisk" : "libUnitTestBotLib.a", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 3, + 5, + 7, + 9, + 11, + 13, + 15, + 17, + 19, + 21, + 23, + 26, + 28, + 30, + 32, + 34, + 36, + 39, + 41, + 43, + 45, + 47, + 50, + 54, + 56, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 73, + 75, + 77, + 79, + 81, + 83, + 85, + 87, + 90, + 93, + 95, + 97, + 99, + 101, + 103, + 105, + 108, + 116, + 118, + 120, + 122, + 131, + 133, + 135, + 137, + 139, + 141, + 143, + 145, + 147, + 150, + 152, + 154, + 156, + 158, + 160, + 162, + 164, + 166, + 168, + 170, + 173, + 175, + 177, + 179, + 182, + 184, + 186, + 189, + 191, + 194, + 196, + 198, + 201, + 203, + 205, + 208, + 210, + 212, + 215, + 217, + 220, + 223, + 225, + 227, + 230, + 232, + 234, + 236, + 238, + 240, + 242, + 244, + 246, + 248, + 256, + 258, + 260, + 263, + 265, + 267, + 269, + 271, + 274, + 276, + 279, + 281, + 283, + 285, + 287, + 289, + 291, + 293, + 295, + 297, + 299, + 302, + 304, + 306, + 308, + 310, + 311, + 314, + 316, + 320, + 322, + 324, + 326, + 328, + 330, + 332, + 334, + 336, + 338, + 340 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 25, + 27, + 29, + 31, + 33, + 35, + 37, + 38, + 40, + 42, + 44, + 46, + 48, + 49, + 51, + 52, + 55, + 57, + 59, + 61, + 63, + 65, + 67, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 88, + 91, + 94, + 96, + 98, + 100, + 102, + 104, + 106, + 109, + 111, + 112, + 113, + 114, + 115, + 117, + 119, + 121, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 132, + 134, + 136, + 138, + 140, + 142, + 144, + 146, + 148, + 151, + 153, + 155, + 157, + 159, + 161, + 163, + 165, + 167, + 169, + 171, + 174, + 176, + 178, + 180, + 181, + 183, + 185, + 187, + 188, + 190, + 192, + 195, + 197, + 199, + 202, + 204, + 206, + 209, + 211, + 213, + 216, + 218, + 219, + 221, + 224, + 226, + 228, + 231, + 233, + 235, + 237, + 239, + 241, + 243, + 245, + 247, + 249, + 251, + 252, + 253, + 254, + 255, + 257, + 259, + 261, + 264, + 266, + 268, + 270, + 272, + 273, + 275, + 277, + 278, + 280, + 282, + 284, + 286, + 288, + 290, + 292, + 294, + 296, + 298, + 300, + 301, + 303, + 305, + 307, + 309, + 312, + 313, + 315, + 317, + 321, + 323, + 325, + 327, + 329, + 331, + 333, + 335, + 337, + 339, + 341 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 53, + 72, + 89, + 92, + 107, + 110, + 130, + 149, + 172, + 193, + 200, + 207, + 214, + 222, + 229, + 250, + 262, + 318, + 319 + ] + }, + { + "name" : "Precompile Header File", + "sourceIndexes" : + [ + 342 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx.cxx", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "cmake-build-debug/protobuf/testgen.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/testgen.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "cmake-build-debug/protobuf/util.grpc.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/util.grpc.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "cmake-build-debug/protobuf/util.pb.cc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/protobuf/util.pb.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/BordersFinder.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/BordersFinder.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/BuildResult.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/BuildResult.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/FeaturesFilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/FeaturesFilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/GTestLogger.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/GTestLogger.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/Include.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Include.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/KleeGenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/KleeGenerator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/KleeRunner.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/KleeRunner.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/Language.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Language.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/LineInfo.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/NameDecorator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/NameDecorator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/PathSubstitution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/PathSubstitution.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/Paths.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Paths.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/ProjectContext.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ProjectContext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/ProjectTarget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ProjectTarget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/RequestEnvironment.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/RequestEnvironment.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/Result.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/ReturnTypesFetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/ReturnTypesFetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/Server.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Server.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/SettingsContext.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/SettingsContext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/Synchronizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Synchronizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/Tests.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/Tests.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/ThreadSafeContainers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/TimeExecStatistics.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/TimeExecStatistics.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/Version.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/building", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/BaseCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/BaseCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/BuildDatabase.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/BuildDatabase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/CompilationDatabase.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/CompilationDatabase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/CompileCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/CompileCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/IRParser.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/IRParser.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/LinkCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/LinkCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/Linker.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/Linker.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/RunCommand.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/RunCommand.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/building/UserProjectConfiguration.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/building/UserProjectConfiguration.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/ASTPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/ASTPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/AlignmentFetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/AlignmentFetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/ClangUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/ClangUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/Matchers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/Matchers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/SimpleFrontendActionFactory.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SimpleFrontendActionFactory.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/SourceFileChainedCallbacks.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceFileChainedCallbacks.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/SourceToHeaderMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceToHeaderMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/clang-utils/SourceToHeaderRewriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/clang-utils/SourceToHeaderRewriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/commands", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/commands/Commands.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/commands/Commands.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/coverage", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/Coverage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/Coverage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/CoverageAndResultsGenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/CoverageAndResultsGenerator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/CoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/CoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/GcovCoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/GcovCoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/LlvmCoverageTool.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/LlvmCoverageTool.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/TestRunner.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/TestRunner.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/coverage/UnitTest.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/coverage/UnitTest.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/environment", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/environment/EnvironmentPaths.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/environment/EnvironmentPaths.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/BaseException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CancellationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CompilationDatabaseException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/CoverageGenerationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/EnvironmentException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/exceptions/ExecutionProcessException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/ExecutionProcessException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/exceptions/FileNotPresentedInArtifactException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileNotPresentedInArtifactException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/exceptions/FileNotPresentedInCommandsException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileNotPresentedInCommandsException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/exceptions/FileSystemException.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/FileSystemException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/IncorrectIndexException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/LLVMException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/NoSuchTypeException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/NoTestGeneratedException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/RequestCancellationException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/exceptions/UnImplementedException.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/fetchers", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/Fetcher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/Fetcher.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/FetcherUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/FetcherUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/FunctionDeclsMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/FunctionDeclsMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/GlobalVariableUsageMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/GlobalVariableUsageMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/IncludeFetchSourceFileCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/IncludeFetchSourceFileCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/SingleFileParseModeCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/SingleFileParseModeCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/fetchers/TypeDeclsMatchCallback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/fetchers/TypeDeclsMatchCallback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/printers", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/CCJsonPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/CCJsonPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/DefaultMakefilePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/DefaultMakefilePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/HeaderPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/HeaderPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/KleeConstraintsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/KleeConstraintsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/KleePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/KleePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/NativeMakefilePrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/NativeMakefilePrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/Printer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/Printer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/SourceWrapperPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/SourceWrapperPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/StubsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/StubsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/TestMakefilesPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/TestMakefilesPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/printers/TestsPrinter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/printers/TestsPrinter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/BaseWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/BaseWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/DummyStreamWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/DummyStreamWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/FileTargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/FileTargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/IStreamWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/IStreamWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/MessageWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/ProgressWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProgressWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/ProjectConfigWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProjectConfigWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/ProjectTargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/ProjectTargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/ServerWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/TargetsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/TargetsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/WriterUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/WriterUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/coverage/CLICoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/CLICoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/coverage/CoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/CoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/stubs/CLIStubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/CLIStubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/stubs/ServerStubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/ServerStubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/stubs/StubsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/stubs/StubsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/tests/CLITestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/CLITestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/tests/ServerTestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/ServerTestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/streams/tests/TestsWriter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/streams/tests/TestsWriter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/stubs", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/stubs/StubGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/stubs/StubSourcesFinder.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubSourcesFinder.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/stubs/Stubs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/stubs/StubsCollector.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/stubs/StubsCollector.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/tasks", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/tasks/BaseForkTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/BaseForkTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/tasks/RunKleeTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/RunKleeTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/tasks/ShellExecTask.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/tasks/ShellExecTask.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/testgens", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/AssertionTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/AssertionTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/BaseTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/BaseTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/ClassTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/ClassTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/FileTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FileTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/FolderTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FolderTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/FunctionTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/FunctionTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/LineTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/LineTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/PredicateTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/PredicateTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/ProjectTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/ProjectTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/testgens/SnippetTestGen.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/testgens/SnippetTestGen.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/types/AbstractType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/ArrayType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/FunctionPointerType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/ObjectPointerType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/types/SimpleType.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/types/TypeVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/TypeVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/types/Types.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/Types.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/types/TypesResolver.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/types/TypesResolver.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/ArgumentsUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ArgumentsUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/CLIUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CLIUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/CPipe.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CPipe.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/CollectionUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CollectionUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/CompilationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/CompilationUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/Copyright.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/DynamicLibraryUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/DynamicLibraryUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/ExecUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ExecUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/ExecutionResult.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/FairMutex.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/FairMutex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/FileSystemUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/FileSystemUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/GenerationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/GenerationUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/GrpcUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/GrpcUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/HashUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/HashUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/JsonUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/JsonUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/KleeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/KleeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/LinkerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/LinkerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/LogUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/LogUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/MakefileUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/MakefileUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/PrinterUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/PrinterUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/RequestLockMutex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/SanitizerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/SanitizerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/ServerUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/ServerUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/StringFormat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/StringFormat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/StringUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/StringUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/TestsGenerationUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/TimeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/TimeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/TypeTraitsUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/TypeUtils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/TypeUtils.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/utils/Void.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/utils/Void.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/utils/path", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "src/visitors", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/AbstractValueViewVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/AbstractValueViewVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/AssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/AssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/FunctionPointerForStubsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/FunctionPointerForStubsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/KleeAssumeParamVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeParamVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/KleeAssumeReturnValueVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeReturnValueVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/KleeAssumeVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/KleeAssumeVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/ParametrizedAssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/ParametrizedAssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/VerboseAssertsParamVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsParamVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/VerboseAssertsReturnValueVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsReturnValueVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/VerboseAssertsVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseAssertsVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 2, + "path" : "src/visitors/VerboseParameterVisitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/visitors/VerboseParameterVisitor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "path" : "cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx", + "sourceGroupIndex" : 3 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json new file mode 100644 index 000000000..7083356bb --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json @@ -0,0 +1,47 @@ +{ + "backtrace" : 3, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "find_package" + ], + "files" : + [ + "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 19, + "parent" : 0 + }, + { + "file" : 0, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 24, + "parent" : 2 + } + ] + }, + "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", + "name" : "clang-tablegen-targets", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json new file mode 100644 index 000000000..ba3e2b922 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json @@ -0,0 +1,287 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "lib/libgmockd.a" + } + ], + "backtrace" : 3, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "cxx_library_with_type", + "cxx_library", + "install", + "install_project", + "target_link_libraries", + "add_compile_options", + "include_directories" + ], + "files" : + [ + "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", + "/utbot_distr/gtest/googlemock/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 101, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 202, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 150, + "parent" : 2 + }, + { + "command" : 4, + "file" : 1, + "line" : 121, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 332, + "parent" : 4 + }, + { + "command" : 5, + "file" : 1, + "line" : 102, + "parent" : 0 + }, + { + "file" : 2 + }, + { + "command" : 6, + "file" : 2, + "line" : 16, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 22, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 51, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 54, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 58, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 61, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 64, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 67, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 119, + "parent" : 7 + }, + { + "command" : 7, + "file" : 1, + "line" : 79, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" + }, + { + "backtrace" : 8, + "fragment" : "-frtti" + }, + { + "backtrace" : 8, + "fragment" : "-fexceptions" + }, + { + "fragment" : "-std=c++11" + } + ], + "defines" : + [ + { + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "define" : "_LINUX" + } + ], + "includes" : + [ + { + "backtrace" : 9, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 17, + "path" : "/utbot_distr/gtest/googlemock/include" + }, + { + "backtrace" : 17, + "path" : "/utbot_distr/gtest/googlemock" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 6, + "id" : "gtest::@32fe1c6cd3a65a2fab56" + } + ], + "id" : "gmock::@645c719b6bb61ab77cfe", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "gmock", + "nameOnDisk" : "libgmockd.a", + "paths" : + { + "build" : "googletest-build/googlemock", + "source" : "/utbot_distr/gtest/googlemock" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 3, + "compileGroupIndex" : 0, + "path" : "/utbot_distr/gtest/googlemock/src/gmock-all.cc", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json new file mode 100644 index 000000000..713c9fd94 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json @@ -0,0 +1,293 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "lib/libgmock_maind.a" + } + ], + "backtrace" : 3, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "cxx_library_with_type", + "cxx_library", + "install", + "install_project", + "target_link_libraries", + "add_compile_options", + "include_directories" + ], + "files" : + [ + "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", + "/utbot_distr/gtest/googlemock/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 103, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 202, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 150, + "parent" : 2 + }, + { + "command" : 4, + "file" : 1, + "line" : 121, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 332, + "parent" : 4 + }, + { + "command" : 5, + "file" : 1, + "line" : 104, + "parent" : 0 + }, + { + "file" : 2 + }, + { + "command" : 6, + "file" : 2, + "line" : 16, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 22, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 51, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 54, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 58, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 61, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 64, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 67, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 119, + "parent" : 7 + }, + { + "command" : 7, + "file" : 1, + "line" : 79, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" + }, + { + "backtrace" : 8, + "fragment" : "-frtti" + }, + { + "backtrace" : 8, + "fragment" : "-fexceptions" + }, + { + "fragment" : "-std=c++11" + } + ], + "defines" : + [ + { + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "define" : "_LINUX" + } + ], + "includes" : + [ + { + "backtrace" : 9, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googlemock/include" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googlemock" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 6, + "id" : "gmock::@645c719b6bb61ab77cfe" + }, + { + "backtrace" : 6, + "id" : "gtest::@32fe1c6cd3a65a2fab56" + } + ], + "id" : "gmock_main::@645c719b6bb61ab77cfe", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "gmock_main", + "nameOnDisk" : "libgmock_maind.a", + "paths" : + { + "build" : "googletest-build/googlemock", + "source" : "/utbot_distr/gtest/googlemock" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 3, + "compileGroupIndex" : 0, + "path" : "/utbot_distr/gtest/googlemock/src/gmock_main.cc", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json new file mode 100644 index 000000000..401b0db77 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json @@ -0,0 +1,263 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "lib/libgtestd.a" + } + ], + "backtrace" : 3, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "cxx_library_with_type", + "cxx_library", + "install", + "install_project", + "add_compile_options", + "include_directories" + ], + "files" : + [ + "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", + "/utbot_distr/gtest/googletest/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 128, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 202, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 150, + "parent" : 2 + }, + { + "command" : 4, + "file" : 1, + "line" : 146, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 332, + "parent" : 4 + }, + { + "file" : 2 + }, + { + "command" : 5, + "file" : 2, + "line" : 16, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 22, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 51, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 54, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 58, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 61, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 64, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 67, + "parent" : 6 + }, + { + "command" : 6, + "file" : 2, + "line" : 119, + "parent" : 6 + }, + { + "command" : 6, + "file" : 1, + "line" : 118, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" + }, + { + "backtrace" : 7, + "fragment" : "-frtti" + }, + { + "backtrace" : 7, + "fragment" : "-fexceptions" + }, + { + "fragment" : "-std=c++11" + } + ], + "defines" : + [ + { + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "define" : "_LINUX" + } + ], + "includes" : + [ + { + "backtrace" : 8, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 13, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 15, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 16, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 16, + "path" : "/utbot_distr/gtest/googletest" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "gtest::@32fe1c6cd3a65a2fab56", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "gtest", + "nameOnDisk" : "libgtestd.a", + "paths" : + { + "build" : "googletest-build/googletest", + "source" : "/utbot_distr/gtest/googletest" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 3, + "compileGroupIndex" : 0, + "path" : "/utbot_distr/gtest/googletest/src/gtest-all.cc", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json new file mode 100644 index 000000000..f4b5fcb61 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json @@ -0,0 +1,279 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "lib/libgtest_maind.a" + } + ], + "backtrace" : 3, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "cxx_library_with_type", + "cxx_library", + "install", + "install_project", + "target_link_libraries", + "add_compile_options", + "include_directories" + ], + "files" : + [ + "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", + "/utbot_distr/gtest/googletest/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 129, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 202, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 150, + "parent" : 2 + }, + { + "command" : 4, + "file" : 1, + "line" : 146, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 332, + "parent" : 4 + }, + { + "command" : 5, + "file" : 1, + "line" : 141, + "parent" : 0 + }, + { + "file" : 2 + }, + { + "command" : 6, + "file" : 2, + "line" : 16, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 22, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 51, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 54, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 58, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 61, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 64, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 67, + "parent" : 7 + }, + { + "command" : 7, + "file" : 2, + "line" : 119, + "parent" : 7 + }, + { + "command" : 7, + "file" : 1, + "line" : 118, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" + }, + { + "backtrace" : 8, + "fragment" : "-frtti" + }, + { + "backtrace" : 8, + "fragment" : "-fexceptions" + }, + { + "fragment" : "-std=c++11" + } + ], + "defines" : + [ + { + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "define" : "_LINUX" + } + ], + "includes" : + [ + { + "backtrace" : 9, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest/include" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/gtest/googletest" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 6, + "id" : "gtest::@32fe1c6cd3a65a2fab56" + } + ], + "id" : "gtest_main::@32fe1c6cd3a65a2fab56", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "gtest_main", + "nameOnDisk" : "libgtest_maind.a", + "paths" : + { + "build" : "googletest-build/googletest", + "source" : "/utbot_distr/gtest/googletest" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 3, + "compileGroupIndex" : 0, + "path" : "/utbot_distr/gtest/googletest/src/gtest_main.cc", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json new file mode 100644 index 000000000..372fc6c49 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "find_package" + ], + "files" : + [ + "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake", + "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 2 + }, + { + "command" : 1, + "file" : 2, + "line" : 19, + "parent" : 0 + }, + { + "file" : 1, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 10, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 186, + "parent" : 4 + } + ] + }, + "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", + "name" : "intrinsics_gen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json new file mode 100644 index 000000000..a332bb9fb --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json @@ -0,0 +1,241 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libloguru.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 40, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 22, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 67, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 119, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 2, + "fragment" : "-frtti" + }, + { + "backtrace" : 2, + "fragment" : "-fexceptions" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 4, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 5, + "define" : "_LINUX" + } + ], + "includes" : + [ + { + "backtrace" : 6, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 7, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 8, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 9, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 12, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 13, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 14, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "id" : "loguru::@6890427a1f51a3e7e1df", + "name" : "loguru", + "nameOnDisk" : "libloguru.a", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "/home/utbot/UTBotCpp/submodules/loguru/loguru.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "logger-aux/loguru_debug.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json new file mode 100644 index 000000000..fe4c57591 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json @@ -0,0 +1,824 @@ +{ + "artifacts" : + [ + { + "path" : "utbot" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "add_llvm_executable", + "install", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories" + ], + "files" : + [ + "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 136, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 786, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 163, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 838, + "parent" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 137, + "parent" : 0 + }, + { + "command" : 4, + "file" : 1, + "line" : 16, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 40, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 27, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 5, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 51, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 54, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 58, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 61, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 64, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 67, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 119, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 22, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 6, + "fragment" : "-frtti" + }, + { + "backtrace" : 6, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 5, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 5, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 7, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 8, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 5, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 9, + "define" : "_LINUX" + }, + { + "backtrace" : 5, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 5, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 5, + "id" : "loguru::@6890427a1f51a3e7e1df" + } + ], + "id" : "utbot::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 3, + "path" : "/usr/local" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", + "role" : "flags" + }, + { + "fragment" : "-Wl,-export-dynamic -lpthread -ldl -Wl,-rpath-link, -Wl,-O3 -Wl,--gc-sections", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,\"\\$$ORIGIN/../lib:/utbot_distr/install/lib\"", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libUnitTestBotLib.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libloguru.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangTooling.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangDriver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangParse.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSema.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangEdit.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAST.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangLex.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libssl.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcrypto.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcares.a", + "role" : "libraries" + }, + { + "fragment" : "-lnsl", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_base.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libupb.a", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libprotobuf.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-ltinfo", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "utbot", + "nameOnDisk" : "utbot", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "pch.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "EXECUTABLE" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json new file mode 100644 index 000000000..0de1dd9d2 --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json @@ -0,0 +1,1020 @@ +{ + "artifacts" : + [ + { + "path" : "utbot" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "add_llvm_executable", + "install", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories" + ], + "files" : + [ + "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 152, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 786, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 197, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 838, + "parent" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 153, + "parent" : 0 + }, + { + "command" : 4, + "file" : 1, + "line" : 16, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 40, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 27, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 5, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 51, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 54, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 58, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 61, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 64, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 67, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 119, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 22, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 6, + "fragment" : "-frtti" + }, + { + "backtrace" : 6, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + }, + { + "fragment" : "-Winvalid-pch -Xclang -emit-pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx -x c++-header" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 5, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 5, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 7, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 8, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 5, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 9, + "define" : "_LINUX" + }, + { + "backtrace" : 5, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 5, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 5, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 0 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 6, + "fragment" : "-frtti" + }, + { + "backtrace" : 6, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + }, + { + "fragment" : "-Winvalid-pch -Xclang -include-pch -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 5, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 5, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 7, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 8, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 5, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 9, + "define" : "_LINUX" + }, + { + "backtrace" : 5, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 5, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "17" + }, + "precompileHeaders" : + [ + { + "backtrace" : 5, + "header" : "/home/utbot/UTBotCpp/server/pch.h" + } + ], + "sourceIndexes" : + [ + 1 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 5, + "id" : "loguru::@6890427a1f51a3e7e1df" + } + ], + "id" : "utbot::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 3, + "path" : "/usr/local" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", + "role" : "flags" + }, + { + "fragment" : "-Wl,-export-dynamic -lpthread -ldl -Wl,-rpath-link, -Wl,-O3 -Wl,--gc-sections", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,\"\\$$ORIGIN/../lib:/utbot_distr/install/lib\"", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libUnitTestBotLib.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libloguru.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangTooling.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangDriver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangParse.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSema.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangEdit.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAST.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangLex.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libssl.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcrypto.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcares.a", + "role" : "libraries" + }, + { + "fragment" : "-lnsl", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_base.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libupb.a", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libprotobuf.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-ltinfo", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "utbot", + "nameOnDisk" : "utbot", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + }, + { + "name" : "Precompile Header File", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "path" : "cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx.cxx", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "pch.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "path" : "cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx", + "sourceGroupIndex" : 2 + } + ], + "type" : "EXECUTABLE" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json new file mode 100644 index 000000000..f8c7ebdce --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json @@ -0,0 +1,812 @@ +{ + "artifacts" : + [ + { + "path" : "utbot" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "add_llvm_executable", + "install", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "add_compile_definitions", + "include_directories" + ], + "files" : + [ + "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 136, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 786, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 163, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 838, + "parent" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 137, + "parent" : 0 + }, + { + "command" : 4, + "file" : 1, + "line" : 16, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 40, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 27, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 5, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 51, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 54, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 58, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 61, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 64, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 67, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 119, + "parent" : 0 + }, + { + "command" : 7, + "file" : 1, + "line" : 22, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + }, + { + "backtrace" : 6, + "fragment" : "-frtti" + }, + { + "backtrace" : 6, + "fragment" : "-fexceptions" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-malloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-calloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-realloc" + }, + { + "backtrace" : 5, + "fragment" : "-fno-builtin-free" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "CARES_STATICLIB" + }, + { + "backtrace" : 5, + "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" + }, + { + "backtrace" : 5, + "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" + }, + { + "backtrace" : 7, + "define" : "LOGURU_WITH_STREAMS=1" + }, + { + "backtrace" : 8, + "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" + }, + { + "backtrace" : 5, + "define" : "_GNU_SOURCE" + }, + { + "backtrace" : 9, + "define" : "_LINUX" + }, + { + "backtrace" : 5, + "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" + }, + { + "backtrace" : 5, + "define" : "__STDC_CONSTANT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_FORMAT_MACROS" + }, + { + "backtrace" : 5, + "define" : "__STDC_LIMIT_MACROS" + } + ], + "includes" : + [ + { + "backtrace" : 10, + "path" : "/home/utbot/UTBotCpp/server/logger-aux" + }, + { + "backtrace" : 11, + "path" : "/home/utbot/UTBotCpp/submodules/json/src" + }, + { + "backtrace" : 12, + "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" + }, + { + "backtrace" : 13, + "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" + }, + { + "backtrace" : 14, + "path" : "/utbot_distr/klee/include" + }, + { + "backtrace" : 15, + "path" : "/utbot_distr/cli" + }, + { + "backtrace" : 16, + "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/src" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/resources" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" + }, + { + "backtrace" : 5, + "path" : "/home/utbot/UTBotCpp/submodules/loguru" + }, + { + "backtrace" : 17, + "isSystem" : true, + "path" : "/utbot_distr/install/include" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/include/run_klee" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 5, + "id" : "loguru::@6890427a1f51a3e7e1df" + } + ], + "id" : "utbot::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 3, + "path" : "/usr/local" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", + "role" : "flags" + }, + { + "fragment" : "-Wl,-export-dynamic -lpthread -ldl -Wl,-rpath-link, -Wl,-O3 -Wl,--gc-sections", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,\"\\$$ORIGIN/../lib:/utbot_distr/install/lib\"", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libUnitTestBotLib.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libloguru.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangTooling.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangDriver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangParse.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangSema.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangEdit.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangAST.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangLex.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libclangBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc++.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgrpc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libssl.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcrypto.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libcares.a", + "role" : "libraries" + }, + { + "fragment" : "-lnsl", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libgpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_base.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libupb.a", + "role" : "libraries" + }, + { + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libprotobuf.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz3.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "-ltinfo", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lpthread", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libz.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", + "role" : "libraries" + }, + { + "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "utbot", + "nameOnDisk" : "utbot", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json b/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json new file mode 100644 index 000000000..aa07b8abb --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json @@ -0,0 +1,114 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/utbot_distr/klee/include", + "/utbot_distr/gtest/googletest/include", + "/usr/local/include", + "/utbot_distr/install/lib/clang/10.0.1/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/9", + "/usr/lib/x86_64-linux-gnu", + "/lib/x86_64-linux-gnu", + "/lib64", + "/usr/lib", + "/utbot_distr/install/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/utbot_distr/install/bin/clang", + "version" : "10.0.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/utbot_distr/klee/include", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/local/include", + "/utbot_distr/install/lib/clang/10.0.1/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/9", + "/usr/lib/x86_64-linux-gnu", + "/lib/x86_64-linux-gnu", + "/lib64", + "/usr/lib", + "/utbot_distr/install/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/utbot_distr/install/bin/clang++", + "version" : "10.0.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json b/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json new file mode 100644 index 000000000..8332ae64a --- /dev/null +++ b/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json @@ -0,0 +1,116 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/utbot_distr/klee/include", + "/utbot_distr/gtest/googletest/include", + "/usr/local/include", + "/utbot_distr/install/lib/clang/10.0.1/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/9", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib64", + "/lib/x86_64-linux-gnu", + "/lib64", + "/usr/lib", + "/utbot_distr/install/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/utbot_distr/install/bin/clang", + "version" : "10.0.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/utbot_distr/klee/include", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/local/include", + "/utbot_distr/install/lib/clang/10.0.1/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/9", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib64", + "/lib/x86_64-linux-gnu", + "/lib64", + "/usr/lib", + "/utbot_distr/install/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/utbot_distr/install/bin/clang++", + "version" : "10.0.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/server/cmake-build-debug/CTestTestfile.cmake b/server/cmake-build-debug/CTestTestfile.cmake new file mode 100644 index 000000000..298eb10df --- /dev/null +++ b/server/cmake-build-debug/CTestTestfile.cmake @@ -0,0 +1,9 @@ +# CMake generated Testfile for +# Source directory: /home/utbot/UTBotCpp/server +# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(test "/home/utbot/UTBotCpp/server/cmake-build-debug/UTBot_UnitTests") +set_tests_properties(test PROPERTIES _BACKTRACE_TRIPLES "/home/utbot/UTBotCpp/server/CMakeLists.txt;189;add_test;/home/utbot/UTBotCpp/server/CMakeLists.txt;0;") +subdirs("googletest-build") diff --git a/server/cmake-build-debug/Testing/Temporary/LastTest.log b/server/cmake-build-debug/Testing/Temporary/LastTest.log new file mode 100644 index 000000000..bd551ef3d --- /dev/null +++ b/server/cmake-build-debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Jun 04 20:20 UTC +---------------------------------------------------------- +End testing: Jun 04 20:20 UTC diff --git a/server/cmake-build-debug/UnitTestBot.cbp b/server/cmake-build-debug/UnitTestBot.cbp new file mode 100644 index 000000000..b24d714ad --- /dev/null +++ b/server/cmake-build-debug/UnitTestBot.cbp @@ -0,0 +1,1993 @@ + + + + + + diff --git a/server/cmake-build-debug/googletest-build/CTestTestfile.cmake b/server/cmake-build-debug/googletest-build/CTestTestfile.cmake new file mode 100644 index 000000000..cfade4790 --- /dev/null +++ b/server/cmake-build-debug/googletest-build/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /utbot_distr/gtest +# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("googlemock") diff --git a/server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake b/server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake new file mode 100644 index 000000000..3fb5eb0b9 --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /utbot_distr/gtest/googlemock +# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("../googletest") diff --git a/server/cmake-build-debug/googletest-build/googlemock/gmock.cbp b/server/cmake-build-debug/googletest-build/googlemock/gmock.cbp new file mode 100644 index 000000000..b9631db8e --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googlemock/gmock.cbp @@ -0,0 +1,432 @@ + + + + + + diff --git a/server/cmake-build-debug/googletest-build/googletest-distribution.cbp b/server/cmake-build-debug/googletest-build/googletest-distribution.cbp new file mode 100644 index 000000000..7bbd2bba1 --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest-distribution.cbp @@ -0,0 +1,432 @@ + + + + + + diff --git a/server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake b/server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake new file mode 100644 index 000000000..f182bba7c --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /utbot_distr/gtest/googletest +# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake b/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake new file mode 100644 index 000000000..771cb7e3e --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake @@ -0,0 +1,33 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was Config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### +include(CMakeFindDependencyMacro) +if (ON) + set(THREADS_PREFER_PTHREAD_FLAG ) + find_dependency(Threads) +endif() + +include("${CMAKE_CURRENT_LIST_DIR}/GTestTargets.cmake") +check_required_components("") diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake b/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake new file mode 100644 index 000000000..86deec32d --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake @@ -0,0 +1,48 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. +# The variable CVF_VERSION must be set before calling configure_file(). + +set(PACKAGE_VERSION "1.10.0") + +if (PACKAGE_FIND_VERSION_RANGE) + # Package version must be in the requested version range + if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN) + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + else() + set(PACKAGE_VERSION_COMPATIBLE TRUE) + endif() +else() + if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + else() + set(PACKAGE_VERSION_COMPATIBLE TRUE) + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc new file mode 100644 index 000000000..2b5c593e6 --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc @@ -0,0 +1,11 @@ +prefix=${pcfiledir}/../.. +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: gmock +Description: GoogleMock (without main() function) +Version: 1.10.0 +URL: https://github.com/google/googletest +Requires: gtest +Libs: -L${libdir} -lgmock -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc new file mode 100644 index 000000000..744b599a6 --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc @@ -0,0 +1,11 @@ +prefix=${pcfiledir}/../.. +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: gmock_main +Description: GoogleMock (with main() function) +Version: 1.10.0 +URL: https://github.com/google/googletest +Requires: gmock +Libs: -L${libdir} -lgmock_main -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc new file mode 100644 index 000000000..686afc57f --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc @@ -0,0 +1,10 @@ +prefix=${pcfiledir}/../.. +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: gtest +Description: GoogleTest (without main() function) +Version: 1.10.0 +URL: https://github.com/google/googletest +Libs: -L${libdir} -lgtest -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc new file mode 100644 index 000000000..335f6d87c --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc @@ -0,0 +1,11 @@ +prefix=${pcfiledir}/../.. +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: gtest_main +Description: GoogleTest (with main() function) +Version: 1.10.0 +URL: https://github.com/google/googletest +Requires: gtest +Libs: -L${libdir} -lgtest_main -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/gtest.cbp b/server/cmake-build-debug/googletest-build/googletest/gtest.cbp new file mode 100644 index 000000000..45307f78c --- /dev/null +++ b/server/cmake-build-debug/googletest-build/googletest/gtest.cbp @@ -0,0 +1,274 @@ + + + + + + diff --git a/server/cmake-build-debug/protobuf/testgen.grpc.pb.cc b/server/cmake-build-debug/protobuf/testgen.grpc.pb.cc new file mode 100644 index 000000000..b6a7d306a --- /dev/null +++ b/server/cmake-build-debug/protobuf/testgen.grpc.pb.cc @@ -0,0 +1,1004 @@ +// Generated by the gRPC C++ plugin. +// If you make any local change, they will be lost. +// source: testgen.proto + +#include "testgen.pb.h" +#include "testgen.grpc.pb.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +namespace testsgen { + +static const char* TestsGenService_method_names[] = { + "/testsgen.TestsGenService/Handshake", + "/testsgen.TestsGenService/Heartbeat", + "/testsgen.TestsGenService/OpenLogChannel", + "/testsgen.TestsGenService/CloseLogChannel", + "/testsgen.TestsGenService/OpenGTestChannel", + "/testsgen.TestsGenService/CloseGTestChannel", + "/testsgen.TestsGenService/RegisterClient", + "/testsgen.TestsGenService/GetFunctionReturnType", + "/testsgen.TestsGenService/GenerateSnippetTests", + "/testsgen.TestsGenService/GenerateProjectTests", + "/testsgen.TestsGenService/GenerateFileTests", + "/testsgen.TestsGenService/GenerateFunctionTests", + "/testsgen.TestsGenService/GenerateClassTests", + "/testsgen.TestsGenService/GenerateFolderTests", + "/testsgen.TestsGenService/GenerateLineTests", + "/testsgen.TestsGenService/GenerateAssertionFailTests", + "/testsgen.TestsGenService/GeneratePredicateTests", + "/testsgen.TestsGenService/CreateTestsCoverageAndResult", + "/testsgen.TestsGenService/GenerateProjectStubs", + "/testsgen.TestsGenService/PrintModulesContent", + "/testsgen.TestsGenService/ConfigureProject", + "/testsgen.TestsGenService/GetSourceCode", + "/testsgen.TestsGenService/GetProjectTargets", + "/testsgen.TestsGenService/GetFileTargets", +}; + +std::unique_ptr< TestsGenService::Stub> TestsGenService::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options) { + (void)options; + std::unique_ptr< TestsGenService::Stub> stub(new TestsGenService::Stub(channel)); + return stub; +} + +TestsGenService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) + : channel_(channel), rpcmethod_Handshake_(TestsGenService_method_names[0], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_Heartbeat_(TestsGenService_method_names[1], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_OpenLogChannel_(TestsGenService_method_names[2], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_CloseLogChannel_(TestsGenService_method_names[3], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_OpenGTestChannel_(TestsGenService_method_names[4], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_CloseGTestChannel_(TestsGenService_method_names[5], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RegisterClient_(TestsGenService_method_names[6], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetFunctionReturnType_(TestsGenService_method_names[7], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GenerateSnippetTests_(TestsGenService_method_names[8], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateProjectTests_(TestsGenService_method_names[9], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateFileTests_(TestsGenService_method_names[10], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateFunctionTests_(TestsGenService_method_names[11], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateClassTests_(TestsGenService_method_names[12], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateFolderTests_(TestsGenService_method_names[13], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateLineTests_(TestsGenService_method_names[14], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateAssertionFailTests_(TestsGenService_method_names[15], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GeneratePredicateTests_(TestsGenService_method_names[16], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_CreateTestsCoverageAndResult_(TestsGenService_method_names[17], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GenerateProjectStubs_(TestsGenService_method_names[18], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_PrintModulesContent_(TestsGenService_method_names[19], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ConfigureProject_(TestsGenService_method_names[20], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_GetSourceCode_(TestsGenService_method_names[21], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetProjectTargets_(TestsGenService_method_names[22], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetFileTargets_(TestsGenService_method_names[23], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + {} + +::grpc::Status TestsGenService::Stub::Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Handshake_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_Handshake_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_Handshake_, context, request, false); +} + +::grpc::Status TestsGenService::Stub::Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::HeartbeatResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Heartbeat_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* TestsGenService::Stub::AsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::HeartbeatResponse>::Create(channel_.get(), cq, rpcmethod_Heartbeat_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* TestsGenService::Stub::PrepareAsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::HeartbeatResponse>::Create(channel_.get(), cq, rpcmethod_Heartbeat_, context, request, false); +} + +::grpc::ClientReader< ::testsgen::LogEntry>* TestsGenService::Stub::OpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), rpcmethod_OpenLogChannel_, context, request); +} + +void TestsGenService::Stub::experimental_async::OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::LogEntry>::Create(stub_->channel_.get(), stub_->rpcmethod_OpenLogChannel_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::AsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenLogChannel_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::PrepareAsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenLogChannel_, context, request, false, nullptr); +} + +::grpc::Status TestsGenService::Stub::CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_CloseLogChannel_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseLogChannel_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseLogChannel_, context, request, false); +} + +::grpc::ClientReader< ::testsgen::LogEntry>* TestsGenService::Stub::OpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), rpcmethod_OpenGTestChannel_, context, request); +} + +void TestsGenService::Stub::experimental_async::OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::LogEntry>::Create(stub_->channel_.get(), stub_->rpcmethod_OpenGTestChannel_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::AsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenGTestChannel_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::PrepareAsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenGTestChannel_, context, request, false, nullptr); +} + +::grpc::Status TestsGenService::Stub::CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_CloseGTestChannel_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseGTestChannel_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseGTestChannel_, context, request, false); +} + +::grpc::Status TestsGenService::Stub::RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::testsgen::DummyResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_RegisterClient_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_RegisterClient_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_RegisterClient_, context, request, false); +} + +::grpc::Status TestsGenService::Stub::GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::testsgen::FunctionTypeResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetFunctionReturnType_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* TestsGenService::Stub::AsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FunctionTypeResponse>::Create(channel_.get(), cq, rpcmethod_GetFunctionReturnType_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* TestsGenService::Stub::PrepareAsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FunctionTypeResponse>::Create(channel_.get(), cq, rpcmethod_GetFunctionReturnType_, context, request, false); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateSnippetTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateSnippetTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateSnippetTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateSnippetTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateProjectTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateProjectTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateFileTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateFileTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFileTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFileTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateFunctionTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateFunctionTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFunctionTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFunctionTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateClassTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateClassTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateClassTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateClassTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateFolderTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateFolderTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFolderTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFolderTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateLineTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateLineTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateLineTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateLineTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateAssertionFailTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateAssertionFailTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateAssertionFailTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateAssertionFailTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GeneratePredicateTests_, context, request); +} + +void TestsGenService::Stub::experimental_async::GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GeneratePredicateTests_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GeneratePredicateTests_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GeneratePredicateTests_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>* TestsGenService::Stub::CreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(channel_.get(), rpcmethod_CreateTestsCoverageAndResult_, context, request); +} + +void TestsGenService::Stub::experimental_async::CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_CreateTestsCoverageAndResult_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* TestsGenService::Stub::AsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(channel_.get(), cq, rpcmethod_CreateTestsCoverageAndResult_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* TestsGenService::Stub::PrepareAsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(channel_.get(), cq, rpcmethod_CreateTestsCoverageAndResult_, context, request, false, nullptr); +} + +::grpc::ClientReader< ::testsgen::StubsResponse>* TestsGenService::Stub::GenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::StubsResponse>::Create(channel_.get(), rpcmethod_GenerateProjectStubs_, context, request); +} + +void TestsGenService::Stub::experimental_async::GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::StubsResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::StubsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateProjectStubs_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* TestsGenService::Stub::AsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::StubsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectStubs_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* TestsGenService::Stub::PrepareAsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::StubsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectStubs_, context, request, false, nullptr); +} + +::grpc::Status TestsGenService::Stub::PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::testsgen::DummyResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_PrintModulesContent_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_PrintModulesContent_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_PrintModulesContent_, context, request, false); +} + +::grpc::ClientReader< ::testsgen::ProjectConfigResponse>* TestsGenService::Stub::ConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) { + return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::ProjectConfigResponse>::Create(channel_.get(), rpcmethod_ConfigureProject_, context, request); +} + +void TestsGenService::Stub::experimental_async::ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) { + ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::ProjectConfigResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_ConfigureProject_, context, request, reactor); +} + +::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* TestsGenService::Stub::AsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::ProjectConfigResponse>::Create(channel_.get(), cq, rpcmethod_ConfigureProject_, context, request, true, tag); +} + +::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* TestsGenService::Stub::PrepareAsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::ProjectConfigResponse>::Create(channel_.get(), cq, rpcmethod_ConfigureProject_, context, request, false, nullptr); +} + +::grpc::Status TestsGenService::Stub::GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::testsgen::SourceCode* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetSourceCode_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* TestsGenService::Stub::AsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::SourceCode>::Create(channel_.get(), cq, rpcmethod_GetSourceCode_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* TestsGenService::Stub::PrepareAsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::SourceCode>::Create(channel_.get(), cq, rpcmethod_GetSourceCode_, context, request, false); +} + +::grpc::Status TestsGenService::Stub::GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::testsgen::ProjectTargetsResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetProjectTargets_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* TestsGenService::Stub::AsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::ProjectTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetProjectTargets_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* TestsGenService::Stub::PrepareAsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::ProjectTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetProjectTargets_, context, request, false); +} + +::grpc::Status TestsGenService::Stub::GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::testsgen::FileTargetsResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetFileTargets_, context, request, response); +} + +void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, std::move(f)); +} + +void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, reactor); +} + +void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* TestsGenService::Stub::AsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FileTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetFileTargets_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* TestsGenService::Stub::PrepareAsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FileTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetFileTargets_, context, request, false); +} + +TestsGenService::Service::Service() { + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[0], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::DummyRequest* req, + ::testsgen::DummyResponse* resp) { + return service->Handshake(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[1], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::DummyRequest* req, + ::testsgen::HeartbeatResponse* resp) { + return service->Heartbeat(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[2], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::LogChannelRequest* req, + ::grpc_impl::ServerWriter<::testsgen::LogEntry>* writer) { + return service->OpenLogChannel(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[3], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::DummyRequest* req, + ::testsgen::DummyResponse* resp) { + return service->CloseLogChannel(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[4], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::LogChannelRequest* req, + ::grpc_impl::ServerWriter<::testsgen::LogEntry>* writer) { + return service->OpenGTestChannel(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[5], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::DummyRequest* req, + ::testsgen::DummyResponse* resp) { + return service->CloseGTestChannel(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[6], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::RegisterClientRequest* req, + ::testsgen::DummyResponse* resp) { + return service->RegisterClient(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[7], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::FunctionRequest* req, + ::testsgen::FunctionTypeResponse* resp) { + return service->GetFunctionReturnType(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[8], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::SnippetRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::SnippetRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateSnippetTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[9], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ProjectRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::ProjectRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateProjectTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[10], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::FileRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::FileRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateFileTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[11], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::FunctionRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::FunctionRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateFunctionTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[12], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ClassRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::ClassRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateClassTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[13], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::FolderRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::FolderRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateFolderTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[14], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::LineRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::LineRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateLineTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[15], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::AssertionRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::AssertionRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GenerateAssertionFailTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[16], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::PredicateRequest, ::testsgen::TestsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::PredicateRequest* req, + ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { + return service->GeneratePredicateTests(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[17], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::CoverageAndResultsRequest* req, + ::grpc_impl::ServerWriter<::testsgen::CoverageAndResultsResponse>* writer) { + return service->CreateTestsCoverageAndResult(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[18], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ProjectRequest, ::testsgen::StubsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::ProjectRequest* req, + ::grpc_impl::ServerWriter<::testsgen::StubsResponse>* writer) { + return service->GenerateProjectStubs(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[19], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::ProjectContext, ::testsgen::DummyResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::ProjectContext* req, + ::testsgen::DummyResponse* resp) { + return service->PrintModulesContent(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[20], + ::grpc::internal::RpcMethod::SERVER_STREAMING, + new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::ProjectConfigRequest* req, + ::grpc_impl::ServerWriter<::testsgen::ProjectConfigResponse>* writer) { + return service->ConfigureProject(ctx, req, writer); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[21], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::SourceInfo, ::testsgen::SourceCode>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::SourceInfo* req, + ::testsgen::SourceCode* resp) { + return service->GetSourceCode(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[22], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::ProjectTargetsRequest* req, + ::testsgen::ProjectTargetsResponse* resp) { + return service->GetProjectTargets(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + TestsGenService_method_names[23], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>( + [](TestsGenService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::testsgen::FileTargetsRequest* req, + ::testsgen::FileTargetsResponse* resp) { + return service->GetFileTargets(ctx, req, resp); + }, this))); +} + +TestsGenService::Service::~Service() { +} + +::grpc::Status TestsGenService::Service::Handshake(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::Heartbeat(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::OpenLogChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::CloseLogChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::OpenGTestChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::CloseGTestChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::RegisterClient(::grpc::ServerContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GetFunctionReturnType(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateSnippetTests(::grpc::ServerContext* context, const ::testsgen::SnippetRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateProjectTests(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateFileTests(::grpc::ServerContext* context, const ::testsgen::FileRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateFunctionTests(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateClassTests(::grpc::ServerContext* context, const ::testsgen::ClassRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateFolderTests(::grpc::ServerContext* context, const ::testsgen::FolderRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateLineTests(::grpc::ServerContext* context, const ::testsgen::LineRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateAssertionFailTests(::grpc::ServerContext* context, const ::testsgen::AssertionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GeneratePredicateTests(::grpc::ServerContext* context, const ::testsgen::PredicateRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::CreateTestsCoverageAndResult(::grpc::ServerContext* context, const ::testsgen::CoverageAndResultsRequest* request, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GenerateProjectStubs(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::StubsResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::PrintModulesContent(::grpc::ServerContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::ConfigureProject(::grpc::ServerContext* context, const ::testsgen::ProjectConfigRequest* request, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* writer) { + (void) context; + (void) request; + (void) writer; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GetSourceCode(::grpc::ServerContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GetProjectTargets(::grpc::ServerContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status TestsGenService::Service::GetFileTargets(::grpc::ServerContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + + +} // namespace testsgen + diff --git a/server/cmake-build-debug/protobuf/testgen.grpc.pb.h b/server/cmake-build-debug/protobuf/testgen.grpc.pb.h new file mode 100644 index 000000000..002dbfb18 --- /dev/null +++ b/server/cmake-build-debug/protobuf/testgen.grpc.pb.h @@ -0,0 +1,4965 @@ +// Generated by the gRPC C++ plugin. +// If you make any local change, they will be lost. +// source: testgen.proto +#ifndef GRPC_testgen_2eproto__INCLUDED +#define GRPC_testgen_2eproto__INCLUDED + +#include "testgen.pb.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +namespace testsgen { + +class TestsGenService final { + public: + static constexpr char const* service_full_name() { + return "testsgen.TestsGenService"; + } + class StubInterface { + public: + virtual ~StubInterface() {} + virtual ::grpc::Status Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncHandshakeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncHandshakeRaw(context, request, cq)); + } + virtual ::grpc::Status Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::HeartbeatResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>> AsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>>(AsyncHeartbeatRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>> PrepareAsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>>(PrepareAsyncHeartbeatRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>> OpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>>(OpenLogChannelRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> AsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(AsyncOpenLogChannelRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> PrepareAsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(PrepareAsyncOpenLogChannelRaw(context, request, cq)); + } + virtual ::grpc::Status CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncCloseLogChannelRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncCloseLogChannelRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>> OpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>>(OpenGTestChannelRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> AsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(AsyncOpenGTestChannelRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> PrepareAsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(PrepareAsyncOpenGTestChannelRaw(context, request, cq)); + } + virtual ::grpc::Status CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncCloseGTestChannelRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncCloseGTestChannelRaw(context, request, cq)); + } + virtual ::grpc::Status RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::testsgen::DummyResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncRegisterClientRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncRegisterClientRaw(context, request, cq)); + } + virtual ::grpc::Status GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::testsgen::FunctionTypeResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>> AsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>>(AsyncGetFunctionReturnTypeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>> PrepareAsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>>(PrepareAsyncGetFunctionReturnTypeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateSnippetTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateSnippetTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateSnippetTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateProjectTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateProjectTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateProjectTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateFileTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateFileTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFileTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateFunctionTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateFunctionTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFunctionTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateClassTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateClassTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateClassTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateFolderTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateFolderTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFolderTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateLineTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateLineTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateLineTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateAssertionFailTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateAssertionFailTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateAssertionFailTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GeneratePredicateTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGeneratePredicateTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGeneratePredicateTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::CoverageAndResultsResponse>> CreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::CoverageAndResultsResponse>>(CreateTestsCoverageAndResultRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>> AsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>>(AsyncCreateTestsCoverageAndResultRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>> PrepareAsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>>(PrepareAsyncCreateTestsCoverageAndResultRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::StubsResponse>> GenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::StubsResponse>>(GenerateProjectStubsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>> AsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>>(AsyncGenerateProjectStubsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>> PrepareAsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>>(PrepareAsyncGenerateProjectStubsRaw(context, request, cq)); + } + virtual ::grpc::Status PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::testsgen::DummyResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncPrintModulesContentRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncPrintModulesContentRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::ProjectConfigResponse>> ConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) { + return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::ProjectConfigResponse>>(ConfigureProjectRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>> AsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>>(AsyncConfigureProjectRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>> PrepareAsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>>(PrepareAsyncConfigureProjectRaw(context, request, cq)); + } + virtual ::grpc::Status GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::testsgen::SourceCode* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>> AsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>>(AsyncGetSourceCodeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>> PrepareAsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>>(PrepareAsyncGetSourceCodeRaw(context, request, cq)); + } + virtual ::grpc::Status GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::testsgen::ProjectTargetsResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>> AsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>>(AsyncGetProjectTargetsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>> PrepareAsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>>(PrepareAsyncGetProjectTargetsRaw(context, request, cq)); + } + virtual ::grpc::Status GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::testsgen::FileTargetsResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>> AsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>>(AsyncGetFileTargetsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>> PrepareAsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>>(PrepareAsyncGetFileTargetsRaw(context, request, cq)); + } + class experimental_async_interface { + public: + virtual ~experimental_async_interface() {} + virtual void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; + virtual void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + virtual void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, std::function) = 0; + virtual void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; + #else + virtual void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; + #endif + virtual void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; + virtual void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; + #else + virtual void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; + #endif + virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; + virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + virtual void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; + virtual void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, std::function) = 0; + virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #else + virtual void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) = 0; + #else + virtual void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::StubsResponse>* reactor) = 0; + #else + virtual void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::StubsResponse>* reactor) = 0; + #endif + virtual void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, std::function) = 0; + virtual void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) = 0; + #else + virtual void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) = 0; + #endif + virtual void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, std::function) = 0; + virtual void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + virtual void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, std::function) = 0; + virtual void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + virtual void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, std::function) = 0; + virtual void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + }; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + typedef class experimental_async_interface async_interface; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + async_interface* async() { return experimental_async(); } + #endif + virtual class experimental_async_interface* experimental_async() { return nullptr; } + private: + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>* AsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>* PrepareAsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::LogEntry>* OpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* AsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* PrepareAsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::LogEntry>* OpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* AsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* PrepareAsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>* AsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>* PrepareAsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>* AsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>* PrepareAsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::StubsResponse>* GenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>* AsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>* PrepareAsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientReaderInterface< ::testsgen::ProjectConfigResponse>* ConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>* AsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; + virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>* PrepareAsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>* AsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>* PrepareAsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>* AsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>* PrepareAsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>* AsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>* PrepareAsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; + }; + class Stub final : public StubInterface { + public: + Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); + ::grpc::Status Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncHandshakeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncHandshakeRaw(context, request, cq)); + } + ::grpc::Status Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::HeartbeatResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>> AsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>>(AsyncHeartbeatRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>> PrepareAsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>>(PrepareAsyncHeartbeatRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>> OpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>>(OpenLogChannelRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> AsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(AsyncOpenLogChannelRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> PrepareAsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(PrepareAsyncOpenLogChannelRaw(context, request, cq)); + } + ::grpc::Status CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncCloseLogChannelRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncCloseLogChannelRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>> OpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>>(OpenGTestChannelRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> AsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(AsyncOpenGTestChannelRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> PrepareAsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(PrepareAsyncOpenGTestChannelRaw(context, request, cq)); + } + ::grpc::Status CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncCloseGTestChannelRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncCloseGTestChannelRaw(context, request, cq)); + } + ::grpc::Status RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::testsgen::DummyResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncRegisterClientRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncRegisterClientRaw(context, request, cq)); + } + ::grpc::Status GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::testsgen::FunctionTypeResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>> AsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>>(AsyncGetFunctionReturnTypeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>> PrepareAsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>>(PrepareAsyncGetFunctionReturnTypeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateSnippetTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateSnippetTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateSnippetTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateProjectTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateProjectTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateProjectTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateFileTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateFileTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFileTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateFunctionTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateFunctionTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFunctionTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateClassTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateClassTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateClassTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateFolderTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateFolderTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFolderTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateLineTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateLineTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateLineTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateAssertionFailTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateAssertionFailTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateAssertionFailTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GeneratePredicateTestsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGeneratePredicateTestsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGeneratePredicateTestsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>> CreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>>(CreateTestsCoverageAndResultRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>> AsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>>(AsyncCreateTestsCoverageAndResultRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>> PrepareAsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>>(PrepareAsyncCreateTestsCoverageAndResultRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::StubsResponse>> GenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::StubsResponse>>(GenerateProjectStubsRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>> AsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>>(AsyncGenerateProjectStubsRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>> PrepareAsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>>(PrepareAsyncGenerateProjectStubsRaw(context, request, cq)); + } + ::grpc::Status PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::testsgen::DummyResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncPrintModulesContentRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncPrintModulesContentRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientReader< ::testsgen::ProjectConfigResponse>> ConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) { + return std::unique_ptr< ::grpc::ClientReader< ::testsgen::ProjectConfigResponse>>(ConfigureProjectRaw(context, request)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>> AsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>>(AsyncConfigureProjectRaw(context, request, cq, tag)); + } + std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>> PrepareAsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>>(PrepareAsyncConfigureProjectRaw(context, request, cq)); + } + ::grpc::Status GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::testsgen::SourceCode* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>> AsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>>(AsyncGetSourceCodeRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>> PrepareAsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>>(PrepareAsyncGetSourceCodeRaw(context, request, cq)); + } + ::grpc::Status GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::testsgen::ProjectTargetsResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>> AsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>>(AsyncGetProjectTargetsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>> PrepareAsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>>(PrepareAsyncGetProjectTargetsRaw(context, request, cq)); + } + ::grpc::Status GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::testsgen::FileTargetsResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>> AsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>>(AsyncGetFileTargetsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>> PrepareAsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>>(PrepareAsyncGetFileTargetsRaw(context, request, cq)); + } + class experimental_async final : + public StubInterface::experimental_async_interface { + public: + void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) override; + void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, std::function) override; + void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; + #else + void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; + #endif + void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) override; + void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; + #else + void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; + #endif + void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) override; + void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, std::function) override; + void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, std::function) override; + void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #else + void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) override; + #else + void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::StubsResponse>* reactor) override; + #else + void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::StubsResponse>* reactor) override; + #endif + void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, std::function) override; + void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) override; + #else + void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) override; + #endif + void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, std::function) override; + void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, std::function) override; + void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, std::function) override; + void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + private: + friend class Stub; + explicit experimental_async(Stub* stub): stub_(stub) { } + Stub* stub() { return stub_; } + Stub* stub_; + }; + class experimental_async_interface* experimental_async() override { return &async_stub_; } + + private: + std::shared_ptr< ::grpc::ChannelInterface> channel_; + class experimental_async async_stub_{this}; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* AsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* PrepareAsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::LogEntry>* OpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* AsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* PrepareAsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::LogEntry>* OpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* AsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* PrepareAsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* AsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* PrepareAsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::TestsResponse>* GeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* AsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* PrepareAsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::StubsResponse>* GenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* AsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* PrepareAsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientReader< ::testsgen::ProjectConfigResponse>* ConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) override; + ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* AsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; + ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* PrepareAsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* AsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* PrepareAsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* AsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* PrepareAsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* AsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* PrepareAsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) override; + const ::grpc::internal::RpcMethod rpcmethod_Handshake_; + const ::grpc::internal::RpcMethod rpcmethod_Heartbeat_; + const ::grpc::internal::RpcMethod rpcmethod_OpenLogChannel_; + const ::grpc::internal::RpcMethod rpcmethod_CloseLogChannel_; + const ::grpc::internal::RpcMethod rpcmethod_OpenGTestChannel_; + const ::grpc::internal::RpcMethod rpcmethod_CloseGTestChannel_; + const ::grpc::internal::RpcMethod rpcmethod_RegisterClient_; + const ::grpc::internal::RpcMethod rpcmethod_GetFunctionReturnType_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateSnippetTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateProjectTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateFileTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateFunctionTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateClassTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateFolderTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateLineTests_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateAssertionFailTests_; + const ::grpc::internal::RpcMethod rpcmethod_GeneratePredicateTests_; + const ::grpc::internal::RpcMethod rpcmethod_CreateTestsCoverageAndResult_; + const ::grpc::internal::RpcMethod rpcmethod_GenerateProjectStubs_; + const ::grpc::internal::RpcMethod rpcmethod_PrintModulesContent_; + const ::grpc::internal::RpcMethod rpcmethod_ConfigureProject_; + const ::grpc::internal::RpcMethod rpcmethod_GetSourceCode_; + const ::grpc::internal::RpcMethod rpcmethod_GetProjectTargets_; + const ::grpc::internal::RpcMethod rpcmethod_GetFileTargets_; + }; + static std::unique_ptr NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions()); + + class Service : public ::grpc::Service { + public: + Service(); + virtual ~Service(); + virtual ::grpc::Status Handshake(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response); + virtual ::grpc::Status Heartbeat(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response); + virtual ::grpc::Status OpenLogChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer); + virtual ::grpc::Status CloseLogChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response); + virtual ::grpc::Status OpenGTestChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer); + virtual ::grpc::Status CloseGTestChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response); + virtual ::grpc::Status RegisterClient(::grpc::ServerContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response); + virtual ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response); + virtual ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* context, const ::testsgen::SnippetRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateProjectTests(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateFileTests(::grpc::ServerContext* context, const ::testsgen::FileRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateClassTests(::grpc::ServerContext* context, const ::testsgen::ClassRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateFolderTests(::grpc::ServerContext* context, const ::testsgen::FolderRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateLineTests(::grpc::ServerContext* context, const ::testsgen::LineRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* context, const ::testsgen::AssertionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* context, const ::testsgen::PredicateRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); + virtual ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* context, const ::testsgen::CoverageAndResultsRequest* request, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* writer); + virtual ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::StubsResponse>* writer); + virtual ::grpc::Status PrintModulesContent(::grpc::ServerContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response); + virtual ::grpc::Status ConfigureProject(::grpc::ServerContext* context, const ::testsgen::ProjectConfigRequest* request, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* writer); + virtual ::grpc::Status GetSourceCode(::grpc::ServerContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response); + virtual ::grpc::Status GetProjectTargets(::grpc::ServerContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response); + virtual ::grpc::Status GetFileTargets(::grpc::ServerContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response); + }; + template + class WithAsyncMethod_Handshake : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_Handshake() { + ::grpc::Service::MarkMethodAsync(0); + } + ~WithAsyncMethod_Handshake() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestHandshake(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_Heartbeat : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_Heartbeat() { + ::grpc::Service::MarkMethodAsync(1); + } + ~WithAsyncMethod_Heartbeat() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestHeartbeat(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::HeartbeatResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(1, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_OpenLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_OpenLogChannel() { + ::grpc::Service::MarkMethodAsync(2); + } + ~WithAsyncMethod_OpenLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestOpenLogChannel(::grpc::ServerContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::LogEntry>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_CloseLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_CloseLogChannel() { + ::grpc::Service::MarkMethodAsync(3); + } + ~WithAsyncMethod_CloseLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCloseLogChannel(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(3, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_OpenGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_OpenGTestChannel() { + ::grpc::Service::MarkMethodAsync(4); + } + ~WithAsyncMethod_OpenGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestOpenGTestChannel(::grpc::ServerContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::LogEntry>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(4, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_CloseGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_CloseGTestChannel() { + ::grpc::Service::MarkMethodAsync(5); + } + ~WithAsyncMethod_CloseGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCloseGTestChannel(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(5, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_RegisterClient : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_RegisterClient() { + ::grpc::Service::MarkMethodAsync(6); + } + ~WithAsyncMethod_RegisterClient() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestRegisterClient(::grpc::ServerContext* context, ::testsgen::RegisterClientRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(6, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GetFunctionReturnType : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GetFunctionReturnType() { + ::grpc::Service::MarkMethodAsync(7); + } + ~WithAsyncMethod_GetFunctionReturnType() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetFunctionReturnType(::grpc::ServerContext* context, ::testsgen::FunctionRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::FunctionTypeResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(7, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateSnippetTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateSnippetTests() { + ::grpc::Service::MarkMethodAsync(8); + } + ~WithAsyncMethod_GenerateSnippetTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateSnippetTests(::grpc::ServerContext* context, ::testsgen::SnippetRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(8, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateProjectTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateProjectTests() { + ::grpc::Service::MarkMethodAsync(9); + } + ~WithAsyncMethod_GenerateProjectTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateProjectTests(::grpc::ServerContext* context, ::testsgen::ProjectRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(9, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateFileTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateFileTests() { + ::grpc::Service::MarkMethodAsync(10); + } + ~WithAsyncMethod_GenerateFileTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateFileTests(::grpc::ServerContext* context, ::testsgen::FileRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(10, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateFunctionTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateFunctionTests() { + ::grpc::Service::MarkMethodAsync(11); + } + ~WithAsyncMethod_GenerateFunctionTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateFunctionTests(::grpc::ServerContext* context, ::testsgen::FunctionRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(11, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateClassTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateClassTests() { + ::grpc::Service::MarkMethodAsync(12); + } + ~WithAsyncMethod_GenerateClassTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateClassTests(::grpc::ServerContext* context, ::testsgen::ClassRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(12, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateFolderTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateFolderTests() { + ::grpc::Service::MarkMethodAsync(13); + } + ~WithAsyncMethod_GenerateFolderTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateFolderTests(::grpc::ServerContext* context, ::testsgen::FolderRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(13, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateLineTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateLineTests() { + ::grpc::Service::MarkMethodAsync(14); + } + ~WithAsyncMethod_GenerateLineTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateLineTests(::grpc::ServerContext* context, ::testsgen::LineRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(14, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateAssertionFailTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateAssertionFailTests() { + ::grpc::Service::MarkMethodAsync(15); + } + ~WithAsyncMethod_GenerateAssertionFailTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateAssertionFailTests(::grpc::ServerContext* context, ::testsgen::AssertionRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(15, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GeneratePredicateTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GeneratePredicateTests() { + ::grpc::Service::MarkMethodAsync(16); + } + ~WithAsyncMethod_GeneratePredicateTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGeneratePredicateTests(::grpc::ServerContext* context, ::testsgen::PredicateRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(16, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_CreateTestsCoverageAndResult : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_CreateTestsCoverageAndResult() { + ::grpc::Service::MarkMethodAsync(17); + } + ~WithAsyncMethod_CreateTestsCoverageAndResult() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCreateTestsCoverageAndResult(::grpc::ServerContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::CoverageAndResultsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(17, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GenerateProjectStubs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GenerateProjectStubs() { + ::grpc::Service::MarkMethodAsync(18); + } + ~WithAsyncMethod_GenerateProjectStubs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateProjectStubs(::grpc::ServerContext* context, ::testsgen::ProjectRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::StubsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(18, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_PrintModulesContent : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_PrintModulesContent() { + ::grpc::Service::MarkMethodAsync(19); + } + ~WithAsyncMethod_PrintModulesContent() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestPrintModulesContent(::grpc::ServerContext* context, ::testsgen::ProjectContext* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_ConfigureProject : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_ConfigureProject() { + ::grpc::Service::MarkMethodAsync(20); + } + ~WithAsyncMethod_ConfigureProject() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestConfigureProject(::grpc::ServerContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::ProjectConfigResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(20, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GetSourceCode : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GetSourceCode() { + ::grpc::Service::MarkMethodAsync(21); + } + ~WithAsyncMethod_GetSourceCode() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetSourceCode(::grpc::ServerContext* context, ::testsgen::SourceInfo* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::SourceCode>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GetProjectTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GetProjectTargets() { + ::grpc::Service::MarkMethodAsync(22); + } + ~WithAsyncMethod_GetProjectTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetProjectTargets(::grpc::ServerContext* context, ::testsgen::ProjectTargetsRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::ProjectTargetsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GetFileTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GetFileTargets() { + ::grpc::Service::MarkMethodAsync(23); + } + ~WithAsyncMethod_GetFileTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetFileTargets(::grpc::ServerContext* context, ::testsgen::FileTargetsRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::FileTargetsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); + } + }; + typedef WithAsyncMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > AsyncService; + template + class ExperimentalWithCallbackMethod_Handshake : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_Handshake() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(0, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { return this->Handshake(context, request, response); }));} + void SetMessageAllocatorFor_Handshake( + ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::DummyResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(0); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(0); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_Handshake() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* Handshake( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* Handshake( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_Heartbeat : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_Heartbeat() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(1, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response) { return this->Heartbeat(context, request, response); }));} + void SetMessageAllocatorFor_Heartbeat( + ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(1); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(1); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_Heartbeat() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* Heartbeat( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* Heartbeat( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_OpenLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_OpenLogChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(2, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::LogChannelRequest* request) { return this->OpenLogChannel(context, request); })); + } + ~ExperimentalWithCallbackMethod_OpenLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::LogEntry>* OpenLogChannel( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::LogEntry>* OpenLogChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_CloseLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_CloseLogChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(3, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { return this->CloseLogChannel(context, request, response); }));} + void SetMessageAllocatorFor_CloseLogChannel( + ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::DummyResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(3); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(3); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_CloseLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* CloseLogChannel( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* CloseLogChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_OpenGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_OpenGTestChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(4, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::LogChannelRequest* request) { return this->OpenGTestChannel(context, request); })); + } + ~ExperimentalWithCallbackMethod_OpenGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::LogEntry>* OpenGTestChannel( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::LogEntry>* OpenGTestChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_CloseGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_CloseGTestChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(5, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { return this->CloseGTestChannel(context, request, response); }));} + void SetMessageAllocatorFor_CloseGTestChannel( + ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::DummyResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(5); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(5); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_CloseGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* CloseGTestChannel( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* CloseGTestChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_RegisterClient : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_RegisterClient() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(6, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response) { return this->RegisterClient(context, request, response); }));} + void SetMessageAllocatorFor_RegisterClient( + ::grpc::experimental::MessageAllocator< ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(6); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(6); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_RegisterClient() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* RegisterClient( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* RegisterClient( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GetFunctionReturnType : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GetFunctionReturnType() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(7, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response) { return this->GetFunctionReturnType(context, request, response); }));} + void SetMessageAllocatorFor_GetFunctionReturnType( + ::grpc::experimental::MessageAllocator< ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(7); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(7); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_GetFunctionReturnType() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetFunctionReturnType( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetFunctionReturnType( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateSnippetTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateSnippetTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(8, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::SnippetRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::SnippetRequest* request) { return this->GenerateSnippetTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateSnippetTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateSnippetTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateSnippetTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateProjectTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateProjectTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(9, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ProjectRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::ProjectRequest* request) { return this->GenerateProjectTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateProjectTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateProjectTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateProjectTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateFileTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateFileTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(10, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::FileRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::FileRequest* request) { return this->GenerateFileTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateFileTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFileTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFileTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateFunctionTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateFunctionTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(11, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::FunctionRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::FunctionRequest* request) { return this->GenerateFunctionTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateFunctionTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFunctionTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFunctionTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateClassTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateClassTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(12, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ClassRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::ClassRequest* request) { return this->GenerateClassTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateClassTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateClassTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateClassTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateFolderTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateFolderTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(13, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::FolderRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::FolderRequest* request) { return this->GenerateFolderTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateFolderTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFolderTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFolderTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateLineTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateLineTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(14, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::LineRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::LineRequest* request) { return this->GenerateLineTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateLineTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateLineTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateLineTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateAssertionFailTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateAssertionFailTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(15, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::AssertionRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::AssertionRequest* request) { return this->GenerateAssertionFailTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateAssertionFailTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateAssertionFailTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateAssertionFailTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GeneratePredicateTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GeneratePredicateTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(16, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::PredicateRequest, ::testsgen::TestsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::PredicateRequest* request) { return this->GeneratePredicateTests(context, request); })); + } + ~ExperimentalWithCallbackMethod_GeneratePredicateTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GeneratePredicateTests( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GeneratePredicateTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_CreateTestsCoverageAndResult : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_CreateTestsCoverageAndResult() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(17, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::CoverageAndResultsRequest* request) { return this->CreateTestsCoverageAndResult(context, request); })); + } + ~ExperimentalWithCallbackMethod_CreateTestsCoverageAndResult() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResult( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResult( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GenerateProjectStubs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GenerateProjectStubs() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(18, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ProjectRequest, ::testsgen::StubsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::ProjectRequest* request) { return this->GenerateProjectStubs(context, request); })); + } + ~ExperimentalWithCallbackMethod_GenerateProjectStubs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::StubsResponse>* GenerateProjectStubs( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::StubsResponse>* GenerateProjectStubs( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_PrintModulesContent : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_PrintModulesContent() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(19, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectContext, ::testsgen::DummyResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response) { return this->PrintModulesContent(context, request, response); }));} + void SetMessageAllocatorFor_PrintModulesContent( + ::grpc::experimental::MessageAllocator< ::testsgen::ProjectContext, ::testsgen::DummyResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(19); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(19); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectContext, ::testsgen::DummyResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_PrintModulesContent() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* PrintModulesContent( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* PrintModulesContent( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_ConfigureProject : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_ConfigureProject() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(20, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::ProjectConfigRequest* request) { return this->ConfigureProject(context, request); })); + } + ~ExperimentalWithCallbackMethod_ConfigureProject() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::testsgen::ProjectConfigResponse>* ConfigureProject( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::ProjectConfigResponse>* ConfigureProject( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GetSourceCode : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GetSourceCode() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(21, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::SourceInfo, ::testsgen::SourceCode>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response) { return this->GetSourceCode(context, request, response); }));} + void SetMessageAllocatorFor_GetSourceCode( + ::grpc::experimental::MessageAllocator< ::testsgen::SourceInfo, ::testsgen::SourceCode>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(21); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(21); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::SourceInfo, ::testsgen::SourceCode>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_GetSourceCode() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetSourceCode( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetSourceCode( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GetProjectTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GetProjectTargets() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(22, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response) { return this->GetProjectTargets(context, request, response); }));} + void SetMessageAllocatorFor_GetProjectTargets( + ::grpc::experimental::MessageAllocator< ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(22); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(22); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_GetProjectTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetProjectTargets( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetProjectTargets( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_GetFileTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_GetFileTargets() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(23, + new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response) { return this->GetFileTargets(context, request, response); }));} + void SetMessageAllocatorFor_GetFileTargets( + ::grpc::experimental::MessageAllocator< ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(23); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(23); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_GetFileTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetFileTargets( + ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetFileTargets( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) + #endif + { return nullptr; } + }; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + typedef ExperimentalWithCallbackMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > CallbackService; + #endif + + typedef ExperimentalWithCallbackMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; + template + class WithGenericMethod_Handshake : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_Handshake() { + ::grpc::Service::MarkMethodGeneric(0); + } + ~WithGenericMethod_Handshake() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_Heartbeat : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_Heartbeat() { + ::grpc::Service::MarkMethodGeneric(1); + } + ~WithGenericMethod_Heartbeat() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_OpenLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_OpenLogChannel() { + ::grpc::Service::MarkMethodGeneric(2); + } + ~WithGenericMethod_OpenLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_CloseLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_CloseLogChannel() { + ::grpc::Service::MarkMethodGeneric(3); + } + ~WithGenericMethod_CloseLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_OpenGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_OpenGTestChannel() { + ::grpc::Service::MarkMethodGeneric(4); + } + ~WithGenericMethod_OpenGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_CloseGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_CloseGTestChannel() { + ::grpc::Service::MarkMethodGeneric(5); + } + ~WithGenericMethod_CloseGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_RegisterClient : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_RegisterClient() { + ::grpc::Service::MarkMethodGeneric(6); + } + ~WithGenericMethod_RegisterClient() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GetFunctionReturnType : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GetFunctionReturnType() { + ::grpc::Service::MarkMethodGeneric(7); + } + ~WithGenericMethod_GetFunctionReturnType() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateSnippetTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateSnippetTests() { + ::grpc::Service::MarkMethodGeneric(8); + } + ~WithGenericMethod_GenerateSnippetTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateProjectTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateProjectTests() { + ::grpc::Service::MarkMethodGeneric(9); + } + ~WithGenericMethod_GenerateProjectTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateFileTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateFileTests() { + ::grpc::Service::MarkMethodGeneric(10); + } + ~WithGenericMethod_GenerateFileTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateFunctionTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateFunctionTests() { + ::grpc::Service::MarkMethodGeneric(11); + } + ~WithGenericMethod_GenerateFunctionTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateClassTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateClassTests() { + ::grpc::Service::MarkMethodGeneric(12); + } + ~WithGenericMethod_GenerateClassTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateFolderTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateFolderTests() { + ::grpc::Service::MarkMethodGeneric(13); + } + ~WithGenericMethod_GenerateFolderTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateLineTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateLineTests() { + ::grpc::Service::MarkMethodGeneric(14); + } + ~WithGenericMethod_GenerateLineTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateAssertionFailTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateAssertionFailTests() { + ::grpc::Service::MarkMethodGeneric(15); + } + ~WithGenericMethod_GenerateAssertionFailTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GeneratePredicateTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GeneratePredicateTests() { + ::grpc::Service::MarkMethodGeneric(16); + } + ~WithGenericMethod_GeneratePredicateTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_CreateTestsCoverageAndResult : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_CreateTestsCoverageAndResult() { + ::grpc::Service::MarkMethodGeneric(17); + } + ~WithGenericMethod_CreateTestsCoverageAndResult() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GenerateProjectStubs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GenerateProjectStubs() { + ::grpc::Service::MarkMethodGeneric(18); + } + ~WithGenericMethod_GenerateProjectStubs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_PrintModulesContent : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_PrintModulesContent() { + ::grpc::Service::MarkMethodGeneric(19); + } + ~WithGenericMethod_PrintModulesContent() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_ConfigureProject : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_ConfigureProject() { + ::grpc::Service::MarkMethodGeneric(20); + } + ~WithGenericMethod_ConfigureProject() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GetSourceCode : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GetSourceCode() { + ::grpc::Service::MarkMethodGeneric(21); + } + ~WithGenericMethod_GetSourceCode() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GetProjectTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GetProjectTargets() { + ::grpc::Service::MarkMethodGeneric(22); + } + ~WithGenericMethod_GetProjectTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GetFileTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GetFileTargets() { + ::grpc::Service::MarkMethodGeneric(23); + } + ~WithGenericMethod_GetFileTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithRawMethod_Handshake : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_Handshake() { + ::grpc::Service::MarkMethodRaw(0); + } + ~WithRawMethod_Handshake() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestHandshake(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_Heartbeat : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_Heartbeat() { + ::grpc::Service::MarkMethodRaw(1); + } + ~WithRawMethod_Heartbeat() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestHeartbeat(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(1, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_OpenLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_OpenLogChannel() { + ::grpc::Service::MarkMethodRaw(2); + } + ~WithRawMethod_OpenLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestOpenLogChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_CloseLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_CloseLogChannel() { + ::grpc::Service::MarkMethodRaw(3); + } + ~WithRawMethod_CloseLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCloseLogChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(3, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_OpenGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_OpenGTestChannel() { + ::grpc::Service::MarkMethodRaw(4); + } + ~WithRawMethod_OpenGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestOpenGTestChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(4, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_CloseGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_CloseGTestChannel() { + ::grpc::Service::MarkMethodRaw(5); + } + ~WithRawMethod_CloseGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCloseGTestChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(5, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_RegisterClient : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_RegisterClient() { + ::grpc::Service::MarkMethodRaw(6); + } + ~WithRawMethod_RegisterClient() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestRegisterClient(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(6, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GetFunctionReturnType : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GetFunctionReturnType() { + ::grpc::Service::MarkMethodRaw(7); + } + ~WithRawMethod_GetFunctionReturnType() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetFunctionReturnType(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(7, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateSnippetTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateSnippetTests() { + ::grpc::Service::MarkMethodRaw(8); + } + ~WithRawMethod_GenerateSnippetTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateSnippetTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(8, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateProjectTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateProjectTests() { + ::grpc::Service::MarkMethodRaw(9); + } + ~WithRawMethod_GenerateProjectTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateProjectTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(9, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateFileTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateFileTests() { + ::grpc::Service::MarkMethodRaw(10); + } + ~WithRawMethod_GenerateFileTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateFileTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(10, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateFunctionTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateFunctionTests() { + ::grpc::Service::MarkMethodRaw(11); + } + ~WithRawMethod_GenerateFunctionTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateFunctionTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(11, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateClassTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateClassTests() { + ::grpc::Service::MarkMethodRaw(12); + } + ~WithRawMethod_GenerateClassTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateClassTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(12, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateFolderTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateFolderTests() { + ::grpc::Service::MarkMethodRaw(13); + } + ~WithRawMethod_GenerateFolderTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateFolderTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(13, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateLineTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateLineTests() { + ::grpc::Service::MarkMethodRaw(14); + } + ~WithRawMethod_GenerateLineTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateLineTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(14, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateAssertionFailTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateAssertionFailTests() { + ::grpc::Service::MarkMethodRaw(15); + } + ~WithRawMethod_GenerateAssertionFailTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateAssertionFailTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(15, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GeneratePredicateTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GeneratePredicateTests() { + ::grpc::Service::MarkMethodRaw(16); + } + ~WithRawMethod_GeneratePredicateTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGeneratePredicateTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(16, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_CreateTestsCoverageAndResult : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_CreateTestsCoverageAndResult() { + ::grpc::Service::MarkMethodRaw(17); + } + ~WithRawMethod_CreateTestsCoverageAndResult() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCreateTestsCoverageAndResult(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(17, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GenerateProjectStubs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GenerateProjectStubs() { + ::grpc::Service::MarkMethodRaw(18); + } + ~WithRawMethod_GenerateProjectStubs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGenerateProjectStubs(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(18, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_PrintModulesContent : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_PrintModulesContent() { + ::grpc::Service::MarkMethodRaw(19); + } + ~WithRawMethod_PrintModulesContent() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestPrintModulesContent(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_ConfigureProject : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_ConfigureProject() { + ::grpc::Service::MarkMethodRaw(20); + } + ~WithRawMethod_ConfigureProject() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestConfigureProject(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncServerStreaming(20, context, request, writer, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GetSourceCode : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GetSourceCode() { + ::grpc::Service::MarkMethodRaw(21); + } + ~WithRawMethod_GetSourceCode() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetSourceCode(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GetProjectTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GetProjectTargets() { + ::grpc::Service::MarkMethodRaw(22); + } + ~WithRawMethod_GetProjectTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetProjectTargets(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GetFileTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GetFileTargets() { + ::grpc::Service::MarkMethodRaw(23); + } + ~WithRawMethod_GetFileTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetFileTargets(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class ExperimentalWithRawCallbackMethod_Handshake : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_Handshake() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(0, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->Handshake(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_Handshake() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* Handshake( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* Handshake( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_Heartbeat : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_Heartbeat() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(1, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->Heartbeat(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_Heartbeat() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* Heartbeat( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* Heartbeat( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_OpenLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_OpenLogChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(2, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->OpenLogChannel(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_OpenLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* OpenLogChannel( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* OpenLogChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_CloseLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_CloseLogChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(3, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CloseLogChannel(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_CloseLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* CloseLogChannel( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* CloseLogChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_OpenGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_OpenGTestChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(4, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->OpenGTestChannel(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_OpenGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* OpenGTestChannel( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* OpenGTestChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_CloseGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_CloseGTestChannel() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(5, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CloseGTestChannel(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_CloseGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* CloseGTestChannel( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* CloseGTestChannel( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_RegisterClient : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_RegisterClient() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(6, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->RegisterClient(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_RegisterClient() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* RegisterClient( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* RegisterClient( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GetFunctionReturnType : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GetFunctionReturnType() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(7, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetFunctionReturnType(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_GetFunctionReturnType() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetFunctionReturnType( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetFunctionReturnType( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateSnippetTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateSnippetTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(8, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateSnippetTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateSnippetTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateSnippetTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateSnippetTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateProjectTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateProjectTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(9, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateProjectTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateProjectTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateFileTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateFileTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(10, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateFileTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateFileTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFileTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFileTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateFunctionTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateFunctionTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(11, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateFunctionTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateFunctionTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFunctionTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFunctionTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateClassTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateClassTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(12, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateClassTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateClassTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateClassTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateClassTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateFolderTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateFolderTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(13, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateFolderTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateFolderTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFolderTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFolderTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateLineTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateLineTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(14, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateLineTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateLineTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateLineTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateLineTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateAssertionFailTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateAssertionFailTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(15, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateAssertionFailTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateAssertionFailTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateAssertionFailTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateAssertionFailTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GeneratePredicateTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GeneratePredicateTests() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(16, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GeneratePredicateTests(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GeneratePredicateTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GeneratePredicateTests( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GeneratePredicateTests( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_CreateTestsCoverageAndResult : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_CreateTestsCoverageAndResult() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(17, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->CreateTestsCoverageAndResult(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_CreateTestsCoverageAndResult() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* CreateTestsCoverageAndResult( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* CreateTestsCoverageAndResult( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GenerateProjectStubs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GenerateProjectStubs() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(18, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->GenerateProjectStubs(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_GenerateProjectStubs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectStubs( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectStubs( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_PrintModulesContent : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_PrintModulesContent() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(19, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->PrintModulesContent(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_PrintModulesContent() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* PrintModulesContent( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* PrintModulesContent( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_ConfigureProject : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_ConfigureProject() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(20, + new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const::grpc::ByteBuffer* request) { return this->ConfigureProject(context, request); })); + } + ~ExperimentalWithRawCallbackMethod_ConfigureProject() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* ConfigureProject( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #else + virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* ConfigureProject( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GetSourceCode : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GetSourceCode() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(21, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetSourceCode(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_GetSourceCode() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetSourceCode( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetSourceCode( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GetProjectTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GetProjectTargets() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(22, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetProjectTargets(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_GetProjectTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetProjectTargets( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetProjectTargets( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_GetFileTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GetFileTargets() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(23, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetFileTargets(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_GetFileTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetFileTargets( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetFileTargets( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class WithStreamedUnaryMethod_Handshake : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_Handshake() { + ::grpc::Service::MarkMethodStreamed(0, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::DummyRequest, ::testsgen::DummyResponse>* streamer) { + return this->StreamedHandshake(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_Handshake() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedHandshake(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_Heartbeat : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_Heartbeat() { + ::grpc::Service::MarkMethodStreamed(1, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>* streamer) { + return this->StreamedHeartbeat(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_Heartbeat() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedHeartbeat(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::HeartbeatResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_CloseLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_CloseLogChannel() { + ::grpc::Service::MarkMethodStreamed(3, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::DummyRequest, ::testsgen::DummyResponse>* streamer) { + return this->StreamedCloseLogChannel(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_CloseLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedCloseLogChannel(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_CloseGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_CloseGTestChannel() { + ::grpc::Service::MarkMethodStreamed(5, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::DummyRequest, ::testsgen::DummyResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::DummyRequest, ::testsgen::DummyResponse>* streamer) { + return this->StreamedCloseGTestChannel(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_CloseGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedCloseGTestChannel(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_RegisterClient : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_RegisterClient() { + ::grpc::Service::MarkMethodStreamed(6, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>* streamer) { + return this->StreamedRegisterClient(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_RegisterClient() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedRegisterClient(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::RegisterClientRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_GetFunctionReturnType : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_GetFunctionReturnType() { + ::grpc::Service::MarkMethodStreamed(7, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>* streamer) { + return this->StreamedGetFunctionReturnType(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_GetFunctionReturnType() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetFunctionReturnType(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::FunctionRequest,::testsgen::FunctionTypeResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_PrintModulesContent : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_PrintModulesContent() { + ::grpc::Service::MarkMethodStreamed(19, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::ProjectContext, ::testsgen::DummyResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::ProjectContext, ::testsgen::DummyResponse>* streamer) { + return this->StreamedPrintModulesContent(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_PrintModulesContent() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedPrintModulesContent(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::ProjectContext,::testsgen::DummyResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_GetSourceCode : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_GetSourceCode() { + ::grpc::Service::MarkMethodStreamed(21, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::SourceInfo, ::testsgen::SourceCode>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::SourceInfo, ::testsgen::SourceCode>* streamer) { + return this->StreamedGetSourceCode(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_GetSourceCode() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetSourceCode(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::SourceInfo,::testsgen::SourceCode>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_GetProjectTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_GetProjectTargets() { + ::grpc::Service::MarkMethodStreamed(22, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>* streamer) { + return this->StreamedGetProjectTargets(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_GetProjectTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetProjectTargets(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::ProjectTargetsRequest,::testsgen::ProjectTargetsResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_GetFileTargets : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_GetFileTargets() { + ::grpc::Service::MarkMethodStreamed(23, + new ::grpc::internal::StreamedUnaryHandler< + ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>* streamer) { + return this->StreamedGetFileTargets(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_GetFileTargets() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetFileTargets(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::FileTargetsRequest,::testsgen::FileTargetsResponse>* server_unary_streamer) = 0; + }; + typedef WithStreamedUnaryMethod_Handshake > > > > > > > > > StreamedUnaryService; + template + class WithSplitStreamingMethod_OpenLogChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_OpenLogChannel() { + ::grpc::Service::MarkMethodStreamed(2, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::LogChannelRequest, ::testsgen::LogEntry>* streamer) { + return this->StreamedOpenLogChannel(context, + streamer); + })); + } + ~WithSplitStreamingMethod_OpenLogChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedOpenLogChannel(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::LogChannelRequest,::testsgen::LogEntry>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_OpenGTestChannel : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_OpenGTestChannel() { + ::grpc::Service::MarkMethodStreamed(4, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::LogChannelRequest, ::testsgen::LogEntry>* streamer) { + return this->StreamedOpenGTestChannel(context, + streamer); + })); + } + ~WithSplitStreamingMethod_OpenGTestChannel() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedOpenGTestChannel(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::LogChannelRequest,::testsgen::LogEntry>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateSnippetTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateSnippetTests() { + ::grpc::Service::MarkMethodStreamed(8, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::SnippetRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::SnippetRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateSnippetTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateSnippetTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateSnippetTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::SnippetRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateProjectTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateProjectTests() { + ::grpc::Service::MarkMethodStreamed(9, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::ProjectRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::ProjectRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateProjectTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateProjectTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateProjectTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ProjectRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateFileTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateFileTests() { + ::grpc::Service::MarkMethodStreamed(10, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::FileRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::FileRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateFileTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateFileTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateFileTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::FileRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateFunctionTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateFunctionTests() { + ::grpc::Service::MarkMethodStreamed(11, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::FunctionRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::FunctionRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateFunctionTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateFunctionTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateFunctionTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::FunctionRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateClassTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateClassTests() { + ::grpc::Service::MarkMethodStreamed(12, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::ClassRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::ClassRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateClassTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateClassTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateClassTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ClassRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateFolderTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateFolderTests() { + ::grpc::Service::MarkMethodStreamed(13, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::FolderRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::FolderRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateFolderTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateFolderTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateFolderTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::FolderRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateLineTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateLineTests() { + ::grpc::Service::MarkMethodStreamed(14, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::LineRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::LineRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateLineTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateLineTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateLineTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::LineRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateAssertionFailTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateAssertionFailTests() { + ::grpc::Service::MarkMethodStreamed(15, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::AssertionRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::AssertionRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGenerateAssertionFailTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateAssertionFailTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateAssertionFailTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::AssertionRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GeneratePredicateTests : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GeneratePredicateTests() { + ::grpc::Service::MarkMethodStreamed(16, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::PredicateRequest, ::testsgen::TestsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::PredicateRequest, ::testsgen::TestsResponse>* streamer) { + return this->StreamedGeneratePredicateTests(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GeneratePredicateTests() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGeneratePredicateTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::PredicateRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_CreateTestsCoverageAndResult : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_CreateTestsCoverageAndResult() { + ::grpc::Service::MarkMethodStreamed(17, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>* streamer) { + return this->StreamedCreateTestsCoverageAndResult(context, + streamer); + })); + } + ~WithSplitStreamingMethod_CreateTestsCoverageAndResult() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedCreateTestsCoverageAndResult(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::CoverageAndResultsRequest,::testsgen::CoverageAndResultsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_GenerateProjectStubs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_GenerateProjectStubs() { + ::grpc::Service::MarkMethodStreamed(18, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::ProjectRequest, ::testsgen::StubsResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::ProjectRequest, ::testsgen::StubsResponse>* streamer) { + return this->StreamedGenerateProjectStubs(context, + streamer); + })); + } + ~WithSplitStreamingMethod_GenerateProjectStubs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedGenerateProjectStubs(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ProjectRequest,::testsgen::StubsResponse>* server_split_streamer) = 0; + }; + template + class WithSplitStreamingMethod_ConfigureProject : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithSplitStreamingMethod_ConfigureProject() { + ::grpc::Service::MarkMethodStreamed(20, + new ::grpc::internal::SplitServerStreamingHandler< + ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerSplitStreamer< + ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>* streamer) { + return this->StreamedConfigureProject(context, + streamer); + })); + } + ~WithSplitStreamingMethod_ConfigureProject() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with split streamed + virtual ::grpc::Status StreamedConfigureProject(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ProjectConfigRequest,::testsgen::ProjectConfigResponse>* server_split_streamer) = 0; + }; + typedef WithSplitStreamingMethod_OpenLogChannel > > > > > > > > > > > > > SplitStreamedService; + typedef WithStreamedUnaryMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > StreamedService; +}; + +} // namespace testsgen + + +#endif // GRPC_testgen_2eproto__INCLUDED diff --git a/server/cmake-build-debug/protobuf/testgen.pb.cc b/server/cmake-build-debug/protobuf/testgen.pb.cc new file mode 100644 index 000000000..aab66a3da --- /dev/null +++ b/server/cmake-build-debug/protobuf/testgen.pb.cc @@ -0,0 +1,9635 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: testgen.proto + +#include "testgen.pb.h" + +#include + +#include +#include +#include +#include +#include +#include +#include +// @@protoc_insertion_point(includes) +#include +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileCoverageSimplified_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_LineRequest_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_PredicateInfo_util_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Progress_util_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectContext_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_ProjectRequest_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectTarget_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SettingsContext_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceCode_util_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceInfo_util_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceLine_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_StubsResponse_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestFilter_testgen_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestResultObject_testgen_2eproto; +namespace testsgen { +class DummyRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _DummyRequest_default_instance_; +class DummyResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _DummyResponse_default_instance_; +class RegisterClientRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _RegisterClientRequest_default_instance_; +class RegisterClientResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _RegisterClientResponse_default_instance_; +class FunctionTypeResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FunctionTypeResponse_default_instance_; +class LogChannelRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _LogChannelRequest_default_instance_; +class LogEntryDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _LogEntry_default_instance_; +class ProjectContextDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectContext_default_instance_; +class SettingsContextDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _SettingsContext_default_instance_; +class SnippetRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _SnippetRequest_default_instance_; +class ProjectRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectRequest_default_instance_; +class FileRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FileRequest_default_instance_; +class FolderRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FolderRequest_default_instance_; +class LineRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _LineRequest_default_instance_; +class FunctionRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FunctionRequest_default_instance_; +class ClassRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ClassRequest_default_instance_; +class AssertionRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _AssertionRequest_default_instance_; +class PredicateRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _PredicateRequest_default_instance_; +class StubsResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _StubsResponse_default_instance_; +class TestsResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _TestsResponse_default_instance_; +class SourceLineDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _SourceLine_default_instance_; +class FileCoverageSimplifiedDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FileCoverageSimplified_default_instance_; +class TestFilterDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _TestFilter_default_instance_; +class CoverageAndResultsRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _CoverageAndResultsRequest_default_instance_; +class TestResultObjectDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _TestResultObject_default_instance_; +class CoverageAndResultsResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _CoverageAndResultsResponse_default_instance_; +class HeartbeatResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _HeartbeatResponse_default_instance_; +class ProjectConfigRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectConfigRequest_default_instance_; +class ProjectConfigResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectConfigResponse_default_instance_; +class ProjectTargetDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectTarget_default_instance_; +class ProjectTargetsRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectTargetsRequest_default_instance_; +class ProjectTargetsResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _ProjectTargetsResponse_default_instance_; +class FileTargetsRequestDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FileTargetsRequest_default_instance_; +class FileTargetsResponseDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _FileTargetsResponse_default_instance_; +} // namespace testsgen +static void InitDefaultsscc_info_AssertionRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_AssertionRequest_default_instance_; + new (ptr) ::testsgen::AssertionRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::AssertionRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_AssertionRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_AssertionRequest_testgen_2eproto}, { + &scc_info_LineRequest_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_ClassRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ClassRequest_default_instance_; + new (ptr) ::testsgen::ClassRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ClassRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ClassRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ClassRequest_testgen_2eproto}, { + &scc_info_LineRequest_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_CoverageAndResultsRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_CoverageAndResultsRequest_default_instance_; + new (ptr) ::testsgen::CoverageAndResultsRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::CoverageAndResultsRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<3> scc_info_CoverageAndResultsRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 3, 0, InitDefaultsscc_info_CoverageAndResultsRequest_testgen_2eproto}, { + &scc_info_ProjectContext_testgen_2eproto.base, + &scc_info_SettingsContext_testgen_2eproto.base, + &scc_info_TestFilter_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_CoverageAndResultsResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_CoverageAndResultsResponse_default_instance_; + new (ptr) ::testsgen::CoverageAndResultsResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::CoverageAndResultsResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<3> scc_info_CoverageAndResultsResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 3, 0, InitDefaultsscc_info_CoverageAndResultsResponse_testgen_2eproto}, { + &scc_info_TestResultObject_testgen_2eproto.base, + &scc_info_FileCoverageSimplified_testgen_2eproto.base, + &scc_info_Progress_util_2eproto.base,}}; + +static void InitDefaultsscc_info_DummyRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_DummyRequest_default_instance_; + new (ptr) ::testsgen::DummyRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::DummyRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_DummyRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_DummyRequest_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_DummyResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_DummyResponse_default_instance_; + new (ptr) ::testsgen::DummyResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::DummyResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_DummyResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_DummyResponse_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_FileCoverageSimplified_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FileCoverageSimplified_default_instance_; + new (ptr) ::testsgen::FileCoverageSimplified(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FileCoverageSimplified::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileCoverageSimplified_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileCoverageSimplified_testgen_2eproto}, { + &scc_info_SourceLine_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_FileRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FileRequest_default_instance_; + new (ptr) ::testsgen::FileRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FileRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileRequest_testgen_2eproto}, { + &scc_info_ProjectRequest_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_FileTargetsRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FileTargetsRequest_default_instance_; + new (ptr) ::testsgen::FileTargetsRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FileTargetsRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileTargetsRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileTargetsRequest_testgen_2eproto}, { + &scc_info_ProjectContext_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_FileTargetsResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FileTargetsResponse_default_instance_; + new (ptr) ::testsgen::FileTargetsResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FileTargetsResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileTargetsResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileTargetsResponse_testgen_2eproto}, { + &scc_info_ProjectTarget_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_FolderRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FolderRequest_default_instance_; + new (ptr) ::testsgen::FolderRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FolderRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FolderRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FolderRequest_testgen_2eproto}, { + &scc_info_ProjectRequest_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_FunctionRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FunctionRequest_default_instance_; + new (ptr) ::testsgen::FunctionRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FunctionRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FunctionRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FunctionRequest_testgen_2eproto}, { + &scc_info_LineRequest_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_FunctionTypeResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_FunctionTypeResponse_default_instance_; + new (ptr) ::testsgen::FunctionTypeResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::FunctionTypeResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_FunctionTypeResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_FunctionTypeResponse_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_HeartbeatResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_HeartbeatResponse_default_instance_; + new (ptr) ::testsgen::HeartbeatResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::HeartbeatResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_HeartbeatResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_HeartbeatResponse_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_LineRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_LineRequest_default_instance_; + new (ptr) ::testsgen::LineRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::LineRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_LineRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_LineRequest_testgen_2eproto}, { + &scc_info_ProjectRequest_testgen_2eproto.base, + &scc_info_SourceInfo_util_2eproto.base,}}; + +static void InitDefaultsscc_info_LogChannelRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_LogChannelRequest_default_instance_; + new (ptr) ::testsgen::LogChannelRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::LogChannelRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_LogChannelRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_LogChannelRequest_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_LogEntry_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_LogEntry_default_instance_; + new (ptr) ::testsgen::LogEntry(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::LogEntry::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_LogEntry_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_LogEntry_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_PredicateRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_PredicateRequest_default_instance_; + new (ptr) ::testsgen::PredicateRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::PredicateRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_PredicateRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_PredicateRequest_testgen_2eproto}, { + &scc_info_LineRequest_testgen_2eproto.base, + &scc_info_PredicateInfo_util_2eproto.base,}}; + +static void InitDefaultsscc_info_ProjectConfigRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectConfigRequest_default_instance_; + new (ptr) ::testsgen::ProjectConfigRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectConfigRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectConfigRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectConfigRequest_testgen_2eproto}, { + &scc_info_ProjectContext_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_ProjectConfigResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectConfigResponse_default_instance_; + new (ptr) ::testsgen::ProjectConfigResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectConfigResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectConfigResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectConfigResponse_testgen_2eproto}, { + &scc_info_Progress_util_2eproto.base,}}; + +static void InitDefaultsscc_info_ProjectContext_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectContext_default_instance_; + new (ptr) ::testsgen::ProjectContext(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectContext::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectContext_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_ProjectContext_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_ProjectRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectRequest_default_instance_; + new (ptr) ::testsgen::ProjectRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_ProjectRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_ProjectRequest_testgen_2eproto}, { + &scc_info_ProjectContext_testgen_2eproto.base, + &scc_info_SettingsContext_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_ProjectTarget_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectTarget_default_instance_; + new (ptr) ::testsgen::ProjectTarget(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectTarget::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectTarget_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_ProjectTarget_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_ProjectTargetsRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectTargetsRequest_default_instance_; + new (ptr) ::testsgen::ProjectTargetsRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectTargetsRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectTargetsRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectTargetsRequest_testgen_2eproto}, { + &scc_info_ProjectContext_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_ProjectTargetsResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_ProjectTargetsResponse_default_instance_; + new (ptr) ::testsgen::ProjectTargetsResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::ProjectTargetsResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectTargetsResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectTargetsResponse_testgen_2eproto}, { + &scc_info_ProjectTarget_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_RegisterClientRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_RegisterClientRequest_default_instance_; + new (ptr) ::testsgen::RegisterClientRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::RegisterClientRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_RegisterClientRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_RegisterClientRequest_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_RegisterClientResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_RegisterClientResponse_default_instance_; + new (ptr) ::testsgen::RegisterClientResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::RegisterClientResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_RegisterClientResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_RegisterClientResponse_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_SettingsContext_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_SettingsContext_default_instance_; + new (ptr) ::testsgen::SettingsContext(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::SettingsContext::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SettingsContext_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SettingsContext_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_SnippetRequest_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_SnippetRequest_default_instance_; + new (ptr) ::testsgen::SnippetRequest(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::SnippetRequest::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_SnippetRequest_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_SnippetRequest_testgen_2eproto}, { + &scc_info_ProjectContext_testgen_2eproto.base, + &scc_info_SettingsContext_testgen_2eproto.base,}}; + +static void InitDefaultsscc_info_SourceLine_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_SourceLine_default_instance_; + new (ptr) ::testsgen::SourceLine(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::SourceLine::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceLine_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SourceLine_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_StubsResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_StubsResponse_default_instance_; + new (ptr) ::testsgen::StubsResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::StubsResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_StubsResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_StubsResponse_testgen_2eproto}, { + &scc_info_SourceCode_util_2eproto.base, + &scc_info_Progress_util_2eproto.base,}}; + +static void InitDefaultsscc_info_TestFilter_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_TestFilter_default_instance_; + new (ptr) ::testsgen::TestFilter(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::TestFilter::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestFilter_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_TestFilter_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_TestResultObject_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_TestResultObject_default_instance_; + new (ptr) ::testsgen::TestResultObject(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::TestResultObject::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestResultObject_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_TestResultObject_testgen_2eproto}, {}}; + +static void InitDefaultsscc_info_TestsResponse_testgen_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_TestsResponse_default_instance_; + new (ptr) ::testsgen::TestsResponse(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::TestsResponse::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<3> scc_info_TestsResponse_testgen_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 3, 0, InitDefaultsscc_info_TestsResponse_testgen_2eproto}, { + &scc_info_SourceCode_util_2eproto.base, + &scc_info_StubsResponse_testgen_2eproto.base, + &scc_info_Progress_util_2eproto.base,}}; + +static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_testgen_2eproto[34]; +static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_testgen_2eproto[3]; +static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_testgen_2eproto = nullptr; + +const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_testgen_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::DummyRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::DummyResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientRequest, clientid_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientResponse, isduplicate_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FunctionTypeResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FunctionTypeResponse, validationtype_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::LogChannelRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::LogChannelRequest, loglevel_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::LogEntry, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::LogEntry, message_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, projectname_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, projectpath_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, testdirpath_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, builddirrelativepath_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, resultsdirrelativepath_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, generateforstaticfunctions_), + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, verbose_), + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, timeoutperfunction_), + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, timeoutpertest_), + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, usedeterministicsearcher_), + PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, usestubs_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, projectcontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, settingscontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, filepath_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, projectcontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, settingscontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, sourcepaths_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, synchronizecode_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, targetpath_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileRequest, projectrequest_), + PROTOBUF_FIELD_OFFSET(::testsgen::FileRequest, filepath_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FolderRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FolderRequest, projectrequest_), + PROTOBUF_FIELD_OFFSET(::testsgen::FolderRequest, folderpath_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::LineRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::LineRequest, projectrequest_), + PROTOBUF_FIELD_OFFSET(::testsgen::LineRequest, sourceinfo_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FunctionRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FunctionRequest, linerequest_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ClassRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ClassRequest, linerequest_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::AssertionRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::AssertionRequest, linerequest_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateRequest, linerequest_), + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateRequest, predicateinfo_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::StubsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::StubsResponse, stubsources_), + PROTOBUF_FIELD_OFFSET(::testsgen::StubsResponse, progress_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, testsources_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, stubs_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, progress_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::SourceLine, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::SourceLine, line_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, filepath_), + PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, fullcoveragelines_), + PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, partialcoveragelines_), + PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, nocoveragelines_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, testfilepath_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, testname_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, testsuite_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, projectcontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, settingscontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, testfilter_), + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, coverage_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, testfilepath_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, testname_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, status_), + PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, output_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, testrunresults_), + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, coverages_), + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, progress_), + PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, errormessage_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::HeartbeatResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::HeartbeatResponse, linked_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, projectcontext_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, configmode_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, cmakeoptions_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, type_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, message_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, progress_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, name_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, path_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, description_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsRequest, projectcontext_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsResponse, targets_), + PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsResponse, prioritytarget_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsRequest, path_), + PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsRequest, projectcontext_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsResponse, targets_), +}; +static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { + { 0, -1, sizeof(::testsgen::DummyRequest)}, + { 5, -1, sizeof(::testsgen::DummyResponse)}, + { 10, -1, sizeof(::testsgen::RegisterClientRequest)}, + { 16, -1, sizeof(::testsgen::RegisterClientResponse)}, + { 22, -1, sizeof(::testsgen::FunctionTypeResponse)}, + { 28, -1, sizeof(::testsgen::LogChannelRequest)}, + { 34, -1, sizeof(::testsgen::LogEntry)}, + { 40, -1, sizeof(::testsgen::ProjectContext)}, + { 50, -1, sizeof(::testsgen::SettingsContext)}, + { 61, -1, sizeof(::testsgen::SnippetRequest)}, + { 69, -1, sizeof(::testsgen::ProjectRequest)}, + { 79, -1, sizeof(::testsgen::FileRequest)}, + { 86, -1, sizeof(::testsgen::FolderRequest)}, + { 93, -1, sizeof(::testsgen::LineRequest)}, + { 100, -1, sizeof(::testsgen::FunctionRequest)}, + { 106, -1, sizeof(::testsgen::ClassRequest)}, + { 112, -1, sizeof(::testsgen::AssertionRequest)}, + { 118, -1, sizeof(::testsgen::PredicateRequest)}, + { 125, -1, sizeof(::testsgen::StubsResponse)}, + { 132, -1, sizeof(::testsgen::TestsResponse)}, + { 140, -1, sizeof(::testsgen::SourceLine)}, + { 146, -1, sizeof(::testsgen::FileCoverageSimplified)}, + { 155, -1, sizeof(::testsgen::TestFilter)}, + { 163, -1, sizeof(::testsgen::CoverageAndResultsRequest)}, + { 172, -1, sizeof(::testsgen::TestResultObject)}, + { 181, -1, sizeof(::testsgen::CoverageAndResultsResponse)}, + { 190, -1, sizeof(::testsgen::HeartbeatResponse)}, + { 196, -1, sizeof(::testsgen::ProjectConfigRequest)}, + { 204, -1, sizeof(::testsgen::ProjectConfigResponse)}, + { 212, -1, sizeof(::testsgen::ProjectTarget)}, + { 220, -1, sizeof(::testsgen::ProjectTargetsRequest)}, + { 226, -1, sizeof(::testsgen::ProjectTargetsResponse)}, + { 233, -1, sizeof(::testsgen::FileTargetsRequest)}, + { 240, -1, sizeof(::testsgen::FileTargetsResponse)}, +}; + +static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = { + reinterpret_cast(&::testsgen::_DummyRequest_default_instance_), + reinterpret_cast(&::testsgen::_DummyResponse_default_instance_), + reinterpret_cast(&::testsgen::_RegisterClientRequest_default_instance_), + reinterpret_cast(&::testsgen::_RegisterClientResponse_default_instance_), + reinterpret_cast(&::testsgen::_FunctionTypeResponse_default_instance_), + reinterpret_cast(&::testsgen::_LogChannelRequest_default_instance_), + reinterpret_cast(&::testsgen::_LogEntry_default_instance_), + reinterpret_cast(&::testsgen::_ProjectContext_default_instance_), + reinterpret_cast(&::testsgen::_SettingsContext_default_instance_), + reinterpret_cast(&::testsgen::_SnippetRequest_default_instance_), + reinterpret_cast(&::testsgen::_ProjectRequest_default_instance_), + reinterpret_cast(&::testsgen::_FileRequest_default_instance_), + reinterpret_cast(&::testsgen::_FolderRequest_default_instance_), + reinterpret_cast(&::testsgen::_LineRequest_default_instance_), + reinterpret_cast(&::testsgen::_FunctionRequest_default_instance_), + reinterpret_cast(&::testsgen::_ClassRequest_default_instance_), + reinterpret_cast(&::testsgen::_AssertionRequest_default_instance_), + reinterpret_cast(&::testsgen::_PredicateRequest_default_instance_), + reinterpret_cast(&::testsgen::_StubsResponse_default_instance_), + reinterpret_cast(&::testsgen::_TestsResponse_default_instance_), + reinterpret_cast(&::testsgen::_SourceLine_default_instance_), + reinterpret_cast(&::testsgen::_FileCoverageSimplified_default_instance_), + reinterpret_cast(&::testsgen::_TestFilter_default_instance_), + reinterpret_cast(&::testsgen::_CoverageAndResultsRequest_default_instance_), + reinterpret_cast(&::testsgen::_TestResultObject_default_instance_), + reinterpret_cast(&::testsgen::_CoverageAndResultsResponse_default_instance_), + reinterpret_cast(&::testsgen::_HeartbeatResponse_default_instance_), + reinterpret_cast(&::testsgen::_ProjectConfigRequest_default_instance_), + reinterpret_cast(&::testsgen::_ProjectConfigResponse_default_instance_), + reinterpret_cast(&::testsgen::_ProjectTarget_default_instance_), + reinterpret_cast(&::testsgen::_ProjectTargetsRequest_default_instance_), + reinterpret_cast(&::testsgen::_ProjectTargetsResponse_default_instance_), + reinterpret_cast(&::testsgen::_FileTargetsRequest_default_instance_), + reinterpret_cast(&::testsgen::_FileTargetsResponse_default_instance_), +}; + +const char descriptor_table_protodef_testgen_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = + "\n\rtestgen.proto\022\010testsgen\032\nutil.proto\"\016\n" + "\014DummyRequest\"\017\n\rDummyResponse\")\n\025Regist" + "erClientRequest\022\020\n\010clientId\030\001 \001(\t\"-\n\026Reg" + "isterClientResponse\022\023\n\013isDuplicate\030\001 \001(\010" + "\"H\n\024FunctionTypeResponse\0220\n\016validationTy" + "pe\030\001 \001(\0162\030.testsgen.ValidationType\"%\n\021Lo" + "gChannelRequest\022\020\n\010logLevel\030\002 \001(\t\"\033\n\010Log" + "Entry\022\017\n\007message\030\001 \001(\t\"\215\001\n\016ProjectContex" + "t\022\023\n\013projectName\030\001 \001(\t\022\023\n\013projectPath\030\002 " + "\001(\t\022\023\n\013testDirPath\030\003 \001(\t\022\034\n\024buildDirRela" + "tivePath\030\004 \001(\t\022\036\n\026resultsDirRelativePath" + "\030\005 \001(\t\"\256\001\n\017SettingsContext\022\"\n\032generateFo" + "rStaticFunctions\030\001 \001(\010\022\017\n\007verbose\030\002 \001(\010\022" + "\032\n\022timeoutPerFunction\030\003 \001(\005\022\026\n\016timeoutPe" + "rTest\030\004 \001(\005\022 \n\030useDeterministicSearcher\030" + "\005 \001(\010\022\020\n\010useStubs\030\006 \001(\010\"\210\001\n\016SnippetReque" + "st\0220\n\016projectContext\030\001 \001(\0132\030.testsgen.Pr" + "ojectContext\0222\n\017settingsContext\030\002 \001(\0132\031." + "testsgen.SettingsContext\022\020\n\010filePath\030\003 \001" + "(\t\"\270\001\n\016ProjectRequest\0220\n\016projectContext\030" + "\001 \001(\0132\030.testsgen.ProjectContext\0222\n\017setti" + "ngsContext\030\002 \001(\0132\031.testsgen.SettingsCont" + "ext\022\023\n\013sourcePaths\030\003 \003(\t\022\027\n\017synchronizeC" + "ode\030\004 \001(\010\022\022\n\ntargetPath\030\005 \001(\t\"Q\n\013FileReq" + "uest\0220\n\016projectRequest\030\001 \001(\0132\030.testsgen." + "ProjectRequest\022\020\n\010filePath\030\002 \001(\t\"U\n\rFold" + "erRequest\0220\n\016projectRequest\030\001 \001(\0132\030.test" + "sgen.ProjectRequest\022\022\n\nfolderPath\030\002 \001(\t\"" + "i\n\013LineRequest\0220\n\016projectRequest\030\001 \001(\0132\030" + ".testsgen.ProjectRequest\022(\n\nsourceInfo\030\002" + " \001(\0132\024.testsgen.SourceInfo\"=\n\017FunctionRe" + "quest\022*\n\013lineRequest\030\001 \001(\0132\025.testsgen.Li" + "neRequest\":\n\014ClassRequest\022*\n\013lineRequest" + "\030\001 \001(\0132\025.testsgen.LineRequest\">\n\020Asserti" + "onRequest\022*\n\013lineRequest\030\001 \001(\0132\025.testsge" + "n.LineRequest\"n\n\020PredicateRequest\022*\n\013lin" + "eRequest\030\001 \001(\0132\025.testsgen.LineRequest\022.\n" + "\rpredicateInfo\030\002 \001(\0132\027.testsgen.Predicat" + "eInfo\"`\n\rStubsResponse\022)\n\013stubSources\030\001 " + "\003(\0132\024.testsgen.SourceCode\022$\n\010progress\030\002 " + "\001(\0132\022.testsgen.Progress\"\210\001\n\rTestsRespons" + "e\022)\n\013testSources\030\001 \003(\0132\024.testsgen.Source" + "Code\022&\n\005stubs\030\002 \001(\0132\027.testsgen.StubsResp" + "onse\022$\n\010progress\030\003 \001(\0132\022.testsgen.Progre" + "ss\"\032\n\nSourceLine\022\014\n\004line\030\001 \001(\r\"\276\001\n\026FileC" + "overageSimplified\022\020\n\010filePath\030\001 \001(\t\022/\n\021f" + "ullCoverageLines\030\002 \003(\0132\024.testsgen.Source" + "Line\0222\n\024partialCoverageLines\030\003 \003(\0132\024.tes" + "tsgen.SourceLine\022-\n\017noCoverageLines\030\004 \003(" + "\0132\024.testsgen.SourceLine\"G\n\nTestFilter\022\024\n" + "\014testFilePath\030\001 \001(\t\022\020\n\010testName\030\002 \001(\t\022\021\n" + "\ttestSuite\030\003 \001(\t\"\275\001\n\031CoverageAndResultsR" + "equest\0220\n\016projectContext\030\001 \001(\0132\030.testsge" + "n.ProjectContext\0222\n\017settingsContext\030\002 \001(" + "\0132\031.testsgen.SettingsContext\022(\n\ntestFilt" + "er\030\003 \001(\0132\024.testsgen.TestFilter\022\020\n\010covera" + "ge\030\004 \001(\010\"p\n\020TestResultObject\022\024\n\014testFile" + "Path\030\001 \001(\t\022\020\n\010testname\030\002 \001(\t\022$\n\006status\030\003" + " \001(\0162\024.testsgen.TestStatus\022\016\n\006output\030\004 \001" + "(\t\"\301\001\n\032CoverageAndResultsResponse\0222\n\016tes" + "tRunResults\030\001 \003(\0132\032.testsgen.TestResultO" + "bject\0223\n\tcoverages\030\002 \003(\0132 .testsgen.File" + "CoverageSimplified\022$\n\010progress\030\003 \001(\0132\022.t" + "estsgen.Progress\022\024\n\014errorMessage\030\004 \001(\t\"#" + "\n\021HeartbeatResponse\022\016\n\006linked\030\001 \001(\010\"\210\001\n\024" + "ProjectConfigRequest\0220\n\016projectContext\030\001" + " \001(\0132\030.testsgen.ProjectContext\022(\n\nconfig" + "Mode\030\002 \001(\0162\024.testsgen.ConfigMode\022\024\n\014cmak" + "eOptions\030\003 \003(\t\"{\n\025ProjectConfigResponse\022" + "+\n\004type\030\001 \001(\0162\035.testsgen.ProjectConfigSt" + "atus\022\017\n\007message\030\002 \001(\t\022$\n\010progress\030\003 \001(\0132" + "\022.testsgen.Progress\"@\n\rProjectTarget\022\014\n\004" + "name\030\001 \001(\t\022\014\n\004path\030\002 \001(\t\022\023\n\013description\030" + "\003 \001(\t\"I\n\025ProjectTargetsRequest\0220\n\016projec" + "tContext\030\001 \001(\0132\030.testsgen.ProjectContext" + "\"s\n\026ProjectTargetsResponse\022(\n\007targets\030\001 " + "\003(\0132\027.testsgen.ProjectTarget\022/\n\016priority" + "Target\030\002 \001(\0132\027.testsgen.ProjectTarget\"T\n" + "\022FileTargetsRequest\022\014\n\004path\030\001 \001(\t\0220\n\016pro" + "jectContext\030\002 \001(\0132\030.testsgen.ProjectCont" + "ext\"\?\n\023FileTargetsResponse\022(\n\007targets\030\001 " + "\003(\0132\027.testsgen.ProjectTarget*T\n\nTestStat" + "us\022\017\n\013TEST_PASSED\020\000\022\017\n\013TEST_FAILED\020\001\022\016\n\n" + "TEST_DEATH\020\002\022\024\n\020TEST_INTERRUPTED\020\003*O\n\nCo" + "nfigMode\022\t\n\005CHECK\020\000\022\024\n\020CREATE_BUILD_DIR\020" + "\001\022\027\n\023GENERATE_JSON_FILES\020\002\022\007\n\003ALL\020\003*\336\001\n\023" + "ProjectConfigStatus\022\t\n\005IS_OK\020\000\022\027\n\023BUILD_" + "DIR_NOT_FOUND\020\001\022#\n\037COMPILE_COMMANDS_JSON" + "_NOT_FOUND\020\002\022 \n\034LINK_COMMANDS_JSON_NOT_F" + "OUND\020\003\022\035\n\031BUILD_DIR_CREATION_FAILED\020\004\022\036\n" + "\032RUN_JSON_GENERATION_FAILED\020\005\022\035\n\031BUILD_D" + "IR_SAME_AS_PROJECT\020\0062\347\016\n\017TestsGenService" + "\022>\n\tHandshake\022\026.testsgen.DummyRequest\032\027." + "testsgen.DummyResponse\"\000\022B\n\tHeartbeat\022\026." + "testsgen.DummyRequest\032\033.testsgen.Heartbe" + "atResponse\"\000\022E\n\016OpenLogChannel\022\033.testsge" + "n.LogChannelRequest\032\022.testsgen.LogEntry\"" + "\0000\001\022D\n\017CloseLogChannel\022\026.testsgen.DummyR" + "equest\032\027.testsgen.DummyResponse\"\000\022G\n\020Ope" + "nGTestChannel\022\033.testsgen.LogChannelReque" + "st\032\022.testsgen.LogEntry\"\0000\001\022F\n\021CloseGTest" + "Channel\022\026.testsgen.DummyRequest\032\027.testsg" + "en.DummyResponse\"\000\022L\n\016RegisterClient\022\037.t" + "estsgen.RegisterClientRequest\032\027.testsgen" + ".DummyResponse\"\000\022T\n\025GetFunctionReturnTyp" + "e\022\031.testsgen.FunctionRequest\032\036.testsgen." + "FunctionTypeResponse\"\000\022M\n\024GenerateSnippe" + "tTests\022\030.testsgen.SnippetRequest\032\027.tests" + "gen.TestsResponse\"\0000\001\022M\n\024GenerateProject" + "Tests\022\030.testsgen.ProjectRequest\032\027.testsg" + "en.TestsResponse\"\0000\001\022G\n\021GenerateFileTest" + "s\022\025.testsgen.FileRequest\032\027.testsgen.Test" + "sResponse\"\0000\001\022O\n\025GenerateFunctionTests\022\031" + ".testsgen.FunctionRequest\032\027.testsgen.Tes" + "tsResponse\"\0000\001\022I\n\022GenerateClassTests\022\026.t" + "estsgen.ClassRequest\032\027.testsgen.TestsRes" + "ponse\"\0000\001\022K\n\023GenerateFolderTests\022\027.tests" + "gen.FolderRequest\032\027.testsgen.TestsRespon" + "se\"\0000\001\022G\n\021GenerateLineTests\022\025.testsgen.L" + "ineRequest\032\027.testsgen.TestsResponse\"\0000\001\022" + "U\n\032GenerateAssertionFailTests\022\032.testsgen" + ".AssertionRequest\032\027.testsgen.TestsRespon" + "se\"\0000\001\022Q\n\026GeneratePredicateTests\022\032.tests" + "gen.PredicateRequest\032\027.testsgen.TestsRes" + "ponse\"\0000\001\022m\n\034CreateTestsCoverageAndResul" + "t\022#.testsgen.CoverageAndResultsRequest\032$" + ".testsgen.CoverageAndResultsResponse\"\0000\001" + "\022M\n\024GenerateProjectStubs\022\030.testsgen.Proj" + "ectRequest\032\027.testsgen.StubsResponse\"\0000\001\022" + "J\n\023PrintModulesContent\022\030.testsgen.Projec" + "tContext\032\027.testsgen.DummyResponse\"\000\022W\n\020C" + "onfigureProject\022\036.testsgen.ProjectConfig" + "Request\032\037.testsgen.ProjectConfigResponse" + "\"\0000\001\022=\n\rGetSourceCode\022\024.testsgen.SourceI" + "nfo\032\024.testsgen.SourceCode\"\000\022X\n\021GetProjec" + "tTargets\022\037.testsgen.ProjectTargetsReques" + "t\032 .testsgen.ProjectTargetsResponse\"\000\022O\n" + "\016GetFileTargets\022\034.testsgen.FileTargetsRe" + "quest\032\035.testsgen.FileTargetsResponse\"\000b\006" + "proto3" + ; +static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_testgen_2eproto_deps[1] = { + &::descriptor_table_util_2eproto, +}; +static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_testgen_2eproto_sccs[34] = { + &scc_info_AssertionRequest_testgen_2eproto.base, + &scc_info_ClassRequest_testgen_2eproto.base, + &scc_info_CoverageAndResultsRequest_testgen_2eproto.base, + &scc_info_CoverageAndResultsResponse_testgen_2eproto.base, + &scc_info_DummyRequest_testgen_2eproto.base, + &scc_info_DummyResponse_testgen_2eproto.base, + &scc_info_FileCoverageSimplified_testgen_2eproto.base, + &scc_info_FileRequest_testgen_2eproto.base, + &scc_info_FileTargetsRequest_testgen_2eproto.base, + &scc_info_FileTargetsResponse_testgen_2eproto.base, + &scc_info_FolderRequest_testgen_2eproto.base, + &scc_info_FunctionRequest_testgen_2eproto.base, + &scc_info_FunctionTypeResponse_testgen_2eproto.base, + &scc_info_HeartbeatResponse_testgen_2eproto.base, + &scc_info_LineRequest_testgen_2eproto.base, + &scc_info_LogChannelRequest_testgen_2eproto.base, + &scc_info_LogEntry_testgen_2eproto.base, + &scc_info_PredicateRequest_testgen_2eproto.base, + &scc_info_ProjectConfigRequest_testgen_2eproto.base, + &scc_info_ProjectConfigResponse_testgen_2eproto.base, + &scc_info_ProjectContext_testgen_2eproto.base, + &scc_info_ProjectRequest_testgen_2eproto.base, + &scc_info_ProjectTarget_testgen_2eproto.base, + &scc_info_ProjectTargetsRequest_testgen_2eproto.base, + &scc_info_ProjectTargetsResponse_testgen_2eproto.base, + &scc_info_RegisterClientRequest_testgen_2eproto.base, + &scc_info_RegisterClientResponse_testgen_2eproto.base, + &scc_info_SettingsContext_testgen_2eproto.base, + &scc_info_SnippetRequest_testgen_2eproto.base, + &scc_info_SourceLine_testgen_2eproto.base, + &scc_info_StubsResponse_testgen_2eproto.base, + &scc_info_TestFilter_testgen_2eproto.base, + &scc_info_TestResultObject_testgen_2eproto.base, + &scc_info_TestsResponse_testgen_2eproto.base, +}; +static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_testgen_2eproto_once; +static bool descriptor_table_testgen_2eproto_initialized = false; +const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_testgen_2eproto = { + &descriptor_table_testgen_2eproto_initialized, descriptor_table_protodef_testgen_2eproto, "testgen.proto", 5566, + &descriptor_table_testgen_2eproto_once, descriptor_table_testgen_2eproto_sccs, descriptor_table_testgen_2eproto_deps, 34, 1, + schemas, file_default_instances, TableStruct_testgen_2eproto::offsets, + file_level_metadata_testgen_2eproto, 34, file_level_enum_descriptors_testgen_2eproto, file_level_service_descriptors_testgen_2eproto, +}; + +// Force running AddDescriptors() at dynamic initialization time. +static bool dynamic_init_dummy_testgen_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_testgen_2eproto), true); +namespace testsgen { +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TestStatus_descriptor() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_testgen_2eproto); + return file_level_enum_descriptors_testgen_2eproto[0]; +} +bool TestStatus_IsValid(int value) { + switch (value) { + case 0: + case 1: + case 2: + case 3: + return true; + default: + return false; + } +} + +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ConfigMode_descriptor() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_testgen_2eproto); + return file_level_enum_descriptors_testgen_2eproto[1]; +} +bool ConfigMode_IsValid(int value) { + switch (value) { + case 0: + case 1: + case 2: + case 3: + return true; + default: + return false; + } +} + +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ProjectConfigStatus_descriptor() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_testgen_2eproto); + return file_level_enum_descriptors_testgen_2eproto[2]; +} +bool ProjectConfigStatus_IsValid(int value) { + switch (value) { + case 0: + case 1: + case 2: + case 3: + case 4: + case 5: + case 6: + return true; + default: + return false; + } +} + + +// =================================================================== + +void DummyRequest::InitAsDefaultInstance() { +} +class DummyRequest::_Internal { + public: +}; + +DummyRequest::DummyRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.DummyRequest) +} +DummyRequest::DummyRequest(const DummyRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:testsgen.DummyRequest) +} + +void DummyRequest::SharedCtor() { +} + +DummyRequest::~DummyRequest() { + // @@protoc_insertion_point(destructor:testsgen.DummyRequest) + SharedDtor(); +} + +void DummyRequest::SharedDtor() { +} + +void DummyRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const DummyRequest& DummyRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_DummyRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void DummyRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.DummyRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _internal_metadata_.Clear(); +} + +const char* DummyRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* DummyRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.DummyRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.DummyRequest) + return target; +} + +size_t DummyRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.DummyRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void DummyRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.DummyRequest) + GOOGLE_DCHECK_NE(&from, this); + const DummyRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.DummyRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.DummyRequest) + MergeFrom(*source); + } +} + +void DummyRequest::MergeFrom(const DummyRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.DummyRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + +} + +void DummyRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.DummyRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void DummyRequest::CopyFrom(const DummyRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.DummyRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool DummyRequest::IsInitialized() const { + return true; +} + +void DummyRequest::InternalSwap(DummyRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata DummyRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void DummyResponse::InitAsDefaultInstance() { +} +class DummyResponse::_Internal { + public: +}; + +DummyResponse::DummyResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.DummyResponse) +} +DummyResponse::DummyResponse(const DummyResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:testsgen.DummyResponse) +} + +void DummyResponse::SharedCtor() { +} + +DummyResponse::~DummyResponse() { + // @@protoc_insertion_point(destructor:testsgen.DummyResponse) + SharedDtor(); +} + +void DummyResponse::SharedDtor() { +} + +void DummyResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const DummyResponse& DummyResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_DummyResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void DummyResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.DummyResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _internal_metadata_.Clear(); +} + +const char* DummyResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* DummyResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.DummyResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.DummyResponse) + return target; +} + +size_t DummyResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.DummyResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void DummyResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.DummyResponse) + GOOGLE_DCHECK_NE(&from, this); + const DummyResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.DummyResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.DummyResponse) + MergeFrom(*source); + } +} + +void DummyResponse::MergeFrom(const DummyResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.DummyResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + +} + +void DummyResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.DummyResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void DummyResponse::CopyFrom(const DummyResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.DummyResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool DummyResponse::IsInitialized() const { + return true; +} + +void DummyResponse::InternalSwap(DummyResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata DummyResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void RegisterClientRequest::InitAsDefaultInstance() { +} +class RegisterClientRequest::_Internal { + public: +}; + +RegisterClientRequest::RegisterClientRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.RegisterClientRequest) +} +RegisterClientRequest::RegisterClientRequest(const RegisterClientRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + clientid_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_clientid().empty()) { + clientid_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.clientid_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.RegisterClientRequest) +} + +void RegisterClientRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_RegisterClientRequest_testgen_2eproto.base); + clientid_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +RegisterClientRequest::~RegisterClientRequest() { + // @@protoc_insertion_point(destructor:testsgen.RegisterClientRequest) + SharedDtor(); +} + +void RegisterClientRequest::SharedDtor() { + clientid_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void RegisterClientRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const RegisterClientRequest& RegisterClientRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_RegisterClientRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void RegisterClientRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.RegisterClientRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + clientid_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* RegisterClientRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string clientId = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_clientid(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.RegisterClientRequest.clientId")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* RegisterClientRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.RegisterClientRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string clientId = 1; + if (this->clientid().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_clientid().data(), static_cast(this->_internal_clientid().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.RegisterClientRequest.clientId"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_clientid(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.RegisterClientRequest) + return target; +} + +size_t RegisterClientRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.RegisterClientRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string clientId = 1; + if (this->clientid().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_clientid()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void RegisterClientRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.RegisterClientRequest) + GOOGLE_DCHECK_NE(&from, this); + const RegisterClientRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.RegisterClientRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.RegisterClientRequest) + MergeFrom(*source); + } +} + +void RegisterClientRequest::MergeFrom(const RegisterClientRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.RegisterClientRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.clientid().size() > 0) { + + clientid_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.clientid_); + } +} + +void RegisterClientRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.RegisterClientRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void RegisterClientRequest::CopyFrom(const RegisterClientRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.RegisterClientRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool RegisterClientRequest::IsInitialized() const { + return true; +} + +void RegisterClientRequest::InternalSwap(RegisterClientRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + clientid_.Swap(&other->clientid_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata RegisterClientRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void RegisterClientResponse::InitAsDefaultInstance() { +} +class RegisterClientResponse::_Internal { + public: +}; + +RegisterClientResponse::RegisterClientResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.RegisterClientResponse) +} +RegisterClientResponse::RegisterClientResponse(const RegisterClientResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + isduplicate_ = from.isduplicate_; + // @@protoc_insertion_point(copy_constructor:testsgen.RegisterClientResponse) +} + +void RegisterClientResponse::SharedCtor() { + isduplicate_ = false; +} + +RegisterClientResponse::~RegisterClientResponse() { + // @@protoc_insertion_point(destructor:testsgen.RegisterClientResponse) + SharedDtor(); +} + +void RegisterClientResponse::SharedDtor() { +} + +void RegisterClientResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const RegisterClientResponse& RegisterClientResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_RegisterClientResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void RegisterClientResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.RegisterClientResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + isduplicate_ = false; + _internal_metadata_.Clear(); +} + +const char* RegisterClientResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // bool isDuplicate = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + isduplicate_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* RegisterClientResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.RegisterClientResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // bool isDuplicate = 1; + if (this->isduplicate() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_isduplicate(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.RegisterClientResponse) + return target; +} + +size_t RegisterClientResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.RegisterClientResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // bool isDuplicate = 1; + if (this->isduplicate() != 0) { + total_size += 1 + 1; + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void RegisterClientResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.RegisterClientResponse) + GOOGLE_DCHECK_NE(&from, this); + const RegisterClientResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.RegisterClientResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.RegisterClientResponse) + MergeFrom(*source); + } +} + +void RegisterClientResponse::MergeFrom(const RegisterClientResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.RegisterClientResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.isduplicate() != 0) { + _internal_set_isduplicate(from._internal_isduplicate()); + } +} + +void RegisterClientResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.RegisterClientResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void RegisterClientResponse::CopyFrom(const RegisterClientResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.RegisterClientResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool RegisterClientResponse::IsInitialized() const { + return true; +} + +void RegisterClientResponse::InternalSwap(RegisterClientResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(isduplicate_, other->isduplicate_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata RegisterClientResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FunctionTypeResponse::InitAsDefaultInstance() { +} +class FunctionTypeResponse::_Internal { + public: +}; + +FunctionTypeResponse::FunctionTypeResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FunctionTypeResponse) +} +FunctionTypeResponse::FunctionTypeResponse(const FunctionTypeResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + validationtype_ = from.validationtype_; + // @@protoc_insertion_point(copy_constructor:testsgen.FunctionTypeResponse) +} + +void FunctionTypeResponse::SharedCtor() { + validationtype_ = 0; +} + +FunctionTypeResponse::~FunctionTypeResponse() { + // @@protoc_insertion_point(destructor:testsgen.FunctionTypeResponse) + SharedDtor(); +} + +void FunctionTypeResponse::SharedDtor() { +} + +void FunctionTypeResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FunctionTypeResponse& FunctionTypeResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FunctionTypeResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FunctionTypeResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FunctionTypeResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + validationtype_ = 0; + _internal_metadata_.Clear(); +} + +const char* FunctionTypeResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ValidationType validationType = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + _internal_set_validationtype(static_cast<::testsgen::ValidationType>(val)); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FunctionTypeResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FunctionTypeResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ValidationType validationType = 1; + if (this->validationtype() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( + 1, this->_internal_validationtype(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FunctionTypeResponse) + return target; +} + +size_t FunctionTypeResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FunctionTypeResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.ValidationType validationType = 1; + if (this->validationtype() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_validationtype()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FunctionTypeResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FunctionTypeResponse) + GOOGLE_DCHECK_NE(&from, this); + const FunctionTypeResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FunctionTypeResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FunctionTypeResponse) + MergeFrom(*source); + } +} + +void FunctionTypeResponse::MergeFrom(const FunctionTypeResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FunctionTypeResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.validationtype() != 0) { + _internal_set_validationtype(from._internal_validationtype()); + } +} + +void FunctionTypeResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FunctionTypeResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FunctionTypeResponse::CopyFrom(const FunctionTypeResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FunctionTypeResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FunctionTypeResponse::IsInitialized() const { + return true; +} + +void FunctionTypeResponse::InternalSwap(FunctionTypeResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(validationtype_, other->validationtype_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FunctionTypeResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void LogChannelRequest::InitAsDefaultInstance() { +} +class LogChannelRequest::_Internal { + public: +}; + +LogChannelRequest::LogChannelRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.LogChannelRequest) +} +LogChannelRequest::LogChannelRequest(const LogChannelRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + loglevel_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_loglevel().empty()) { + loglevel_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.loglevel_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.LogChannelRequest) +} + +void LogChannelRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LogChannelRequest_testgen_2eproto.base); + loglevel_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +LogChannelRequest::~LogChannelRequest() { + // @@protoc_insertion_point(destructor:testsgen.LogChannelRequest) + SharedDtor(); +} + +void LogChannelRequest::SharedDtor() { + loglevel_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void LogChannelRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const LogChannelRequest& LogChannelRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LogChannelRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void LogChannelRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.LogChannelRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + loglevel_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* LogChannelRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string logLevel = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_loglevel(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.LogChannelRequest.logLevel")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* LogChannelRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.LogChannelRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string logLevel = 2; + if (this->loglevel().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_loglevel().data(), static_cast(this->_internal_loglevel().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.LogChannelRequest.logLevel"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_loglevel(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.LogChannelRequest) + return target; +} + +size_t LogChannelRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.LogChannelRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string logLevel = 2; + if (this->loglevel().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_loglevel()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void LogChannelRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.LogChannelRequest) + GOOGLE_DCHECK_NE(&from, this); + const LogChannelRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.LogChannelRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.LogChannelRequest) + MergeFrom(*source); + } +} + +void LogChannelRequest::MergeFrom(const LogChannelRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.LogChannelRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.loglevel().size() > 0) { + + loglevel_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.loglevel_); + } +} + +void LogChannelRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.LogChannelRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void LogChannelRequest::CopyFrom(const LogChannelRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.LogChannelRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool LogChannelRequest::IsInitialized() const { + return true; +} + +void LogChannelRequest::InternalSwap(LogChannelRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + loglevel_.Swap(&other->loglevel_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata LogChannelRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void LogEntry::InitAsDefaultInstance() { +} +class LogEntry::_Internal { + public: +}; + +LogEntry::LogEntry() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.LogEntry) +} +LogEntry::LogEntry(const LogEntry& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_message().empty()) { + message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.LogEntry) +} + +void LogEntry::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LogEntry_testgen_2eproto.base); + message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +LogEntry::~LogEntry() { + // @@protoc_insertion_point(destructor:testsgen.LogEntry) + SharedDtor(); +} + +void LogEntry::SharedDtor() { + message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void LogEntry::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const LogEntry& LogEntry::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LogEntry_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void LogEntry::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.LogEntry) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* LogEntry::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string message = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_message(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.LogEntry.message")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* LogEntry::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.LogEntry) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string message = 1; + if (this->message().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_message().data(), static_cast(this->_internal_message().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.LogEntry.message"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_message(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.LogEntry) + return target; +} + +size_t LogEntry::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.LogEntry) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string message = 1; + if (this->message().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_message()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void LogEntry::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.LogEntry) + GOOGLE_DCHECK_NE(&from, this); + const LogEntry* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.LogEntry) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.LogEntry) + MergeFrom(*source); + } +} + +void LogEntry::MergeFrom(const LogEntry& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.LogEntry) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.message().size() > 0) { + + message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); + } +} + +void LogEntry::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.LogEntry) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void LogEntry::CopyFrom(const LogEntry& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.LogEntry) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool LogEntry::IsInitialized() const { + return true; +} + +void LogEntry::InternalSwap(LogEntry* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata LogEntry::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectContext::InitAsDefaultInstance() { +} +class ProjectContext::_Internal { + public: +}; + +ProjectContext::ProjectContext() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectContext) +} +ProjectContext::ProjectContext(const ProjectContext& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + projectname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_projectname().empty()) { + projectname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectname_); + } + projectpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_projectpath().empty()) { + projectpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectpath_); + } + testdirpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_testdirpath().empty()) { + testdirpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testdirpath_); + } + builddirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_builddirrelativepath().empty()) { + builddirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.builddirrelativepath_); + } + resultsdirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_resultsdirrelativepath().empty()) { + resultsdirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.resultsdirrelativepath_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectContext) +} + +void ProjectContext::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectContext_testgen_2eproto.base); + projectname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + projectpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testdirpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + builddirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + resultsdirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +ProjectContext::~ProjectContext() { + // @@protoc_insertion_point(destructor:testsgen.ProjectContext) + SharedDtor(); +} + +void ProjectContext::SharedDtor() { + projectname_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + projectpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testdirpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + builddirrelativepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + resultsdirrelativepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void ProjectContext::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectContext& ProjectContext::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectContext_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectContext::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectContext) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + projectname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + projectpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testdirpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + builddirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + resultsdirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* ProjectContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string projectName = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_projectname(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.projectName")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string projectPath = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_projectpath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.projectPath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string testDirPath = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + auto str = _internal_mutable_testdirpath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.testDirPath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string buildDirRelativePath = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { + auto str = _internal_mutable_builddirrelativepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.buildDirRelativePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string resultsDirRelativePath = 5; + case 5: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) { + auto str = _internal_mutable_resultsdirrelativepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.resultsDirRelativePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectContext::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectContext) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string projectName = 1; + if (this->projectname().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_projectname().data(), static_cast(this->_internal_projectname().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectContext.projectName"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_projectname(), target); + } + + // string projectPath = 2; + if (this->projectpath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_projectpath().data(), static_cast(this->_internal_projectpath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectContext.projectPath"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_projectpath(), target); + } + + // string testDirPath = 3; + if (this->testdirpath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_testdirpath().data(), static_cast(this->_internal_testdirpath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectContext.testDirPath"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_testdirpath(), target); + } + + // string buildDirRelativePath = 4; + if (this->builddirrelativepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_builddirrelativepath().data(), static_cast(this->_internal_builddirrelativepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectContext.buildDirRelativePath"); + target = stream->WriteStringMaybeAliased( + 4, this->_internal_builddirrelativepath(), target); + } + + // string resultsDirRelativePath = 5; + if (this->resultsdirrelativepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_resultsdirrelativepath().data(), static_cast(this->_internal_resultsdirrelativepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectContext.resultsDirRelativePath"); + target = stream->WriteStringMaybeAliased( + 5, this->_internal_resultsdirrelativepath(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectContext) + return target; +} + +size_t ProjectContext::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectContext) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string projectName = 1; + if (this->projectname().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_projectname()); + } + + // string projectPath = 2; + if (this->projectpath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_projectpath()); + } + + // string testDirPath = 3; + if (this->testdirpath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_testdirpath()); + } + + // string buildDirRelativePath = 4; + if (this->builddirrelativepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_builddirrelativepath()); + } + + // string resultsDirRelativePath = 5; + if (this->resultsdirrelativepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_resultsdirrelativepath()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectContext) + GOOGLE_DCHECK_NE(&from, this); + const ProjectContext* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectContext) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectContext) + MergeFrom(*source); + } +} + +void ProjectContext::MergeFrom(const ProjectContext& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectContext) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.projectname().size() > 0) { + + projectname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectname_); + } + if (from.projectpath().size() > 0) { + + projectpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectpath_); + } + if (from.testdirpath().size() > 0) { + + testdirpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testdirpath_); + } + if (from.builddirrelativepath().size() > 0) { + + builddirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.builddirrelativepath_); + } + if (from.resultsdirrelativepath().size() > 0) { + + resultsdirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.resultsdirrelativepath_); + } +} + +void ProjectContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectContext) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectContext::CopyFrom(const ProjectContext& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectContext) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectContext::IsInitialized() const { + return true; +} + +void ProjectContext::InternalSwap(ProjectContext* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + projectname_.Swap(&other->projectname_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + projectpath_.Swap(&other->projectpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + testdirpath_.Swap(&other->testdirpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + builddirrelativepath_.Swap(&other->builddirrelativepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + resultsdirrelativepath_.Swap(&other->resultsdirrelativepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectContext::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void SettingsContext::InitAsDefaultInstance() { +} +class SettingsContext::_Internal { + public: +}; + +SettingsContext::SettingsContext() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.SettingsContext) +} +SettingsContext::SettingsContext(const SettingsContext& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::memcpy(&timeoutperfunction_, &from.timeoutperfunction_, + static_cast(reinterpret_cast(&timeoutpertest_) - + reinterpret_cast(&timeoutperfunction_)) + sizeof(timeoutpertest_)); + // @@protoc_insertion_point(copy_constructor:testsgen.SettingsContext) +} + +void SettingsContext::SharedCtor() { + ::memset(&timeoutperfunction_, 0, static_cast( + reinterpret_cast(&timeoutpertest_) - + reinterpret_cast(&timeoutperfunction_)) + sizeof(timeoutpertest_)); +} + +SettingsContext::~SettingsContext() { + // @@protoc_insertion_point(destructor:testsgen.SettingsContext) + SharedDtor(); +} + +void SettingsContext::SharedDtor() { +} + +void SettingsContext::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const SettingsContext& SettingsContext::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SettingsContext_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void SettingsContext::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.SettingsContext) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + ::memset(&timeoutperfunction_, 0, static_cast( + reinterpret_cast(&timeoutpertest_) - + reinterpret_cast(&timeoutperfunction_)) + sizeof(timeoutpertest_)); + _internal_metadata_.Clear(); +} + +const char* SettingsContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // bool generateForStaticFunctions = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + generateforstaticfunctions_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // bool verbose = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { + verbose_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // int32 timeoutPerFunction = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { + timeoutperfunction_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // int32 timeoutPerTest = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { + timeoutpertest_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // bool useDeterministicSearcher = 5; + case 5: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) { + usedeterministicsearcher_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // bool useStubs = 6; + case 6: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) { + usestubs_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* SettingsContext::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.SettingsContext) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // bool generateForStaticFunctions = 1; + if (this->generateforstaticfunctions() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_generateforstaticfunctions(), target); + } + + // bool verbose = 2; + if (this->verbose() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->_internal_verbose(), target); + } + + // int32 timeoutPerFunction = 3; + if (this->timeoutperfunction() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(3, this->_internal_timeoutperfunction(), target); + } + + // int32 timeoutPerTest = 4; + if (this->timeoutpertest() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(4, this->_internal_timeoutpertest(), target); + } + + // bool useDeterministicSearcher = 5; + if (this->usedeterministicsearcher() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(5, this->_internal_usedeterministicsearcher(), target); + } + + // bool useStubs = 6; + if (this->usestubs() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(6, this->_internal_usestubs(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.SettingsContext) + return target; +} + +size_t SettingsContext::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.SettingsContext) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // int32 timeoutPerFunction = 3; + if (this->timeoutperfunction() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size( + this->_internal_timeoutperfunction()); + } + + // bool generateForStaticFunctions = 1; + if (this->generateforstaticfunctions() != 0) { + total_size += 1 + 1; + } + + // bool verbose = 2; + if (this->verbose() != 0) { + total_size += 1 + 1; + } + + // bool useDeterministicSearcher = 5; + if (this->usedeterministicsearcher() != 0) { + total_size += 1 + 1; + } + + // bool useStubs = 6; + if (this->usestubs() != 0) { + total_size += 1 + 1; + } + + // int32 timeoutPerTest = 4; + if (this->timeoutpertest() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size( + this->_internal_timeoutpertest()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void SettingsContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SettingsContext) + GOOGLE_DCHECK_NE(&from, this); + const SettingsContext* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SettingsContext) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SettingsContext) + MergeFrom(*source); + } +} + +void SettingsContext::MergeFrom(const SettingsContext& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SettingsContext) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.timeoutperfunction() != 0) { + _internal_set_timeoutperfunction(from._internal_timeoutperfunction()); + } + if (from.generateforstaticfunctions() != 0) { + _internal_set_generateforstaticfunctions(from._internal_generateforstaticfunctions()); + } + if (from.verbose() != 0) { + _internal_set_verbose(from._internal_verbose()); + } + if (from.usedeterministicsearcher() != 0) { + _internal_set_usedeterministicsearcher(from._internal_usedeterministicsearcher()); + } + if (from.usestubs() != 0) { + _internal_set_usestubs(from._internal_usestubs()); + } + if (from.timeoutpertest() != 0) { + _internal_set_timeoutpertest(from._internal_timeoutpertest()); + } +} + +void SettingsContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SettingsContext) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void SettingsContext::CopyFrom(const SettingsContext& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SettingsContext) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SettingsContext::IsInitialized() const { + return true; +} + +void SettingsContext::InternalSwap(SettingsContext* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(timeoutperfunction_, other->timeoutperfunction_); + swap(generateforstaticfunctions_, other->generateforstaticfunctions_); + swap(verbose_, other->verbose_); + swap(usedeterministicsearcher_, other->usedeterministicsearcher_); + swap(usestubs_, other->usestubs_); + swap(timeoutpertest_, other->timeoutpertest_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SettingsContext::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void SnippetRequest::InitAsDefaultInstance() { + ::testsgen::_SnippetRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( + ::testsgen::ProjectContext::internal_default_instance()); + ::testsgen::_SnippetRequest_default_instance_._instance.get_mutable()->settingscontext_ = const_cast< ::testsgen::SettingsContext*>( + ::testsgen::SettingsContext::internal_default_instance()); +} +class SnippetRequest::_Internal { + public: + static const ::testsgen::ProjectContext& projectcontext(const SnippetRequest* msg); + static const ::testsgen::SettingsContext& settingscontext(const SnippetRequest* msg); +}; + +const ::testsgen::ProjectContext& +SnippetRequest::_Internal::projectcontext(const SnippetRequest* msg) { + return *msg->projectcontext_; +} +const ::testsgen::SettingsContext& +SnippetRequest::_Internal::settingscontext(const SnippetRequest* msg) { + return *msg->settingscontext_; +} +SnippetRequest::SnippetRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.SnippetRequest) +} +SnippetRequest::SnippetRequest(const SnippetRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_filepath().empty()) { + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + if (from._internal_has_projectcontext()) { + projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); + } else { + projectcontext_ = nullptr; + } + if (from._internal_has_settingscontext()) { + settingscontext_ = new ::testsgen::SettingsContext(*from.settingscontext_); + } else { + settingscontext_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.SnippetRequest) +} + +void SnippetRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SnippetRequest_testgen_2eproto.base); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&projectcontext_, 0, static_cast( + reinterpret_cast(&settingscontext_) - + reinterpret_cast(&projectcontext_)) + sizeof(settingscontext_)); +} + +SnippetRequest::~SnippetRequest() { + // @@protoc_insertion_point(destructor:testsgen.SnippetRequest) + SharedDtor(); +} + +void SnippetRequest::SharedDtor() { + filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete projectcontext_; + if (this != internal_default_instance()) delete settingscontext_; +} + +void SnippetRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const SnippetRequest& SnippetRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SnippetRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void SnippetRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.SnippetRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; + if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { + delete settingscontext_; + } + settingscontext_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* SnippetRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectContext projectContext = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.SettingsContext settingsContext = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_settingscontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string filePath = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + auto str = _internal_mutable_filepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SnippetRequest.filePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* SnippetRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.SnippetRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectcontext(this), target, stream); + } + + // .testsgen.SettingsContext settingsContext = 2; + if (this->has_settingscontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::settingscontext(this), target, stream); + } + + // string filePath = 3; + if (this->filepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.SnippetRequest.filePath"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_filepath(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.SnippetRequest) + return target; +} + +size_t SnippetRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.SnippetRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string filePath = 3; + if (this->filepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_filepath()); + } + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectcontext_); + } + + // .testsgen.SettingsContext settingsContext = 2; + if (this->has_settingscontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *settingscontext_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void SnippetRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SnippetRequest) + GOOGLE_DCHECK_NE(&from, this); + const SnippetRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SnippetRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SnippetRequest) + MergeFrom(*source); + } +} + +void SnippetRequest::MergeFrom(const SnippetRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SnippetRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.filepath().size() > 0) { + + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + if (from.has_projectcontext()) { + _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); + } + if (from.has_settingscontext()) { + _internal_mutable_settingscontext()->::testsgen::SettingsContext::MergeFrom(from._internal_settingscontext()); + } +} + +void SnippetRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SnippetRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void SnippetRequest::CopyFrom(const SnippetRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SnippetRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SnippetRequest::IsInitialized() const { + return true; +} + +void SnippetRequest::InternalSwap(SnippetRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(projectcontext_, other->projectcontext_); + swap(settingscontext_, other->settingscontext_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SnippetRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectRequest::InitAsDefaultInstance() { + ::testsgen::_ProjectRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( + ::testsgen::ProjectContext::internal_default_instance()); + ::testsgen::_ProjectRequest_default_instance_._instance.get_mutable()->settingscontext_ = const_cast< ::testsgen::SettingsContext*>( + ::testsgen::SettingsContext::internal_default_instance()); +} +class ProjectRequest::_Internal { + public: + static const ::testsgen::ProjectContext& projectcontext(const ProjectRequest* msg); + static const ::testsgen::SettingsContext& settingscontext(const ProjectRequest* msg); +}; + +const ::testsgen::ProjectContext& +ProjectRequest::_Internal::projectcontext(const ProjectRequest* msg) { + return *msg->projectcontext_; +} +const ::testsgen::SettingsContext& +ProjectRequest::_Internal::settingscontext(const ProjectRequest* msg) { + return *msg->settingscontext_; +} +ProjectRequest::ProjectRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectRequest) +} +ProjectRequest::ProjectRequest(const ProjectRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + sourcepaths_(from.sourcepaths_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + targetpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_targetpath().empty()) { + targetpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.targetpath_); + } + if (from._internal_has_projectcontext()) { + projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); + } else { + projectcontext_ = nullptr; + } + if (from._internal_has_settingscontext()) { + settingscontext_ = new ::testsgen::SettingsContext(*from.settingscontext_); + } else { + settingscontext_ = nullptr; + } + synchronizecode_ = from.synchronizecode_; + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectRequest) +} + +void ProjectRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectRequest_testgen_2eproto.base); + targetpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&projectcontext_, 0, static_cast( + reinterpret_cast(&synchronizecode_) - + reinterpret_cast(&projectcontext_)) + sizeof(synchronizecode_)); +} + +ProjectRequest::~ProjectRequest() { + // @@protoc_insertion_point(destructor:testsgen.ProjectRequest) + SharedDtor(); +} + +void ProjectRequest::SharedDtor() { + targetpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete projectcontext_; + if (this != internal_default_instance()) delete settingscontext_; +} + +void ProjectRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectRequest& ProjectRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + sourcepaths_.Clear(); + targetpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; + if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { + delete settingscontext_; + } + settingscontext_ = nullptr; + synchronizecode_ = false; + _internal_metadata_.Clear(); +} + +const char* ProjectRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectContext projectContext = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.SettingsContext settingsContext = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_settingscontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // repeated string sourcePaths = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr -= 1; + do { + ptr += 1; + auto str = _internal_add_sourcepaths(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectRequest.sourcePaths")); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr)); + } else goto handle_unusual; + continue; + // bool synchronizeCode = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { + synchronizecode_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string targetPath = 5; + case 5: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) { + auto str = _internal_mutable_targetpath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectRequest.targetPath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectcontext(this), target, stream); + } + + // .testsgen.SettingsContext settingsContext = 2; + if (this->has_settingscontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::settingscontext(this), target, stream); + } + + // repeated string sourcePaths = 3; + for (int i = 0, n = this->_internal_sourcepaths_size(); i < n; i++) { + const auto& s = this->_internal_sourcepaths(i); + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + s.data(), static_cast(s.length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectRequest.sourcePaths"); + target = stream->WriteString(3, s, target); + } + + // bool synchronizeCode = 4; + if (this->synchronizecode() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(4, this->_internal_synchronizecode(), target); + } + + // string targetPath = 5; + if (this->targetpath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_targetpath().data(), static_cast(this->_internal_targetpath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectRequest.targetPath"); + target = stream->WriteStringMaybeAliased( + 5, this->_internal_targetpath(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectRequest) + return target; +} + +size_t ProjectRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated string sourcePaths = 3; + total_size += 1 * + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(sourcepaths_.size()); + for (int i = 0, n = sourcepaths_.size(); i < n; i++) { + total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + sourcepaths_.Get(i)); + } + + // string targetPath = 5; + if (this->targetpath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_targetpath()); + } + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectcontext_); + } + + // .testsgen.SettingsContext settingsContext = 2; + if (this->has_settingscontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *settingscontext_); + } + + // bool synchronizeCode = 4; + if (this->synchronizecode() != 0) { + total_size += 1 + 1; + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectRequest) + GOOGLE_DCHECK_NE(&from, this); + const ProjectRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectRequest) + MergeFrom(*source); + } +} + +void ProjectRequest::MergeFrom(const ProjectRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + sourcepaths_.MergeFrom(from.sourcepaths_); + if (from.targetpath().size() > 0) { + + targetpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.targetpath_); + } + if (from.has_projectcontext()) { + _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); + } + if (from.has_settingscontext()) { + _internal_mutable_settingscontext()->::testsgen::SettingsContext::MergeFrom(from._internal_settingscontext()); + } + if (from.synchronizecode() != 0) { + _internal_set_synchronizecode(from._internal_synchronizecode()); + } +} + +void ProjectRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectRequest::CopyFrom(const ProjectRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectRequest::IsInitialized() const { + return true; +} + +void ProjectRequest::InternalSwap(ProjectRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + sourcepaths_.InternalSwap(&other->sourcepaths_); + targetpath_.Swap(&other->targetpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(projectcontext_, other->projectcontext_); + swap(settingscontext_, other->settingscontext_); + swap(synchronizecode_, other->synchronizecode_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FileRequest::InitAsDefaultInstance() { + ::testsgen::_FileRequest_default_instance_._instance.get_mutable()->projectrequest_ = const_cast< ::testsgen::ProjectRequest*>( + ::testsgen::ProjectRequest::internal_default_instance()); +} +class FileRequest::_Internal { + public: + static const ::testsgen::ProjectRequest& projectrequest(const FileRequest* msg); +}; + +const ::testsgen::ProjectRequest& +FileRequest::_Internal::projectrequest(const FileRequest* msg) { + return *msg->projectrequest_; +} +FileRequest::FileRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FileRequest) +} +FileRequest::FileRequest(const FileRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_filepath().empty()) { + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + if (from._internal_has_projectrequest()) { + projectrequest_ = new ::testsgen::ProjectRequest(*from.projectrequest_); + } else { + projectrequest_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.FileRequest) +} + +void FileRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileRequest_testgen_2eproto.base); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + projectrequest_ = nullptr; +} + +FileRequest::~FileRequest() { + // @@protoc_insertion_point(destructor:testsgen.FileRequest) + SharedDtor(); +} + +void FileRequest::SharedDtor() { + filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete projectrequest_; +} + +void FileRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FileRequest& FileRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FileRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FileRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { + delete projectrequest_; + } + projectrequest_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* FileRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectRequest projectRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectrequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string filePath = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_filepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FileRequest.filePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FileRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectRequest projectRequest = 1; + if (this->has_projectrequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectrequest(this), target, stream); + } + + // string filePath = 2; + if (this->filepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.FileRequest.filePath"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_filepath(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileRequest) + return target; +} + +size_t FileRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FileRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string filePath = 2; + if (this->filepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_filepath()); + } + + // .testsgen.ProjectRequest projectRequest = 1; + if (this->has_projectrequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectrequest_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FileRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileRequest) + GOOGLE_DCHECK_NE(&from, this); + const FileRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileRequest) + MergeFrom(*source); + } +} + +void FileRequest::MergeFrom(const FileRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.filepath().size() > 0) { + + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + if (from.has_projectrequest()) { + _internal_mutable_projectrequest()->::testsgen::ProjectRequest::MergeFrom(from._internal_projectrequest()); + } +} + +void FileRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FileRequest::CopyFrom(const FileRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FileRequest::IsInitialized() const { + return true; +} + +void FileRequest::InternalSwap(FileRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(projectrequest_, other->projectrequest_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FileRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FolderRequest::InitAsDefaultInstance() { + ::testsgen::_FolderRequest_default_instance_._instance.get_mutable()->projectrequest_ = const_cast< ::testsgen::ProjectRequest*>( + ::testsgen::ProjectRequest::internal_default_instance()); +} +class FolderRequest::_Internal { + public: + static const ::testsgen::ProjectRequest& projectrequest(const FolderRequest* msg); +}; + +const ::testsgen::ProjectRequest& +FolderRequest::_Internal::projectrequest(const FolderRequest* msg) { + return *msg->projectrequest_; +} +FolderRequest::FolderRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FolderRequest) +} +FolderRequest::FolderRequest(const FolderRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + folderpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_folderpath().empty()) { + folderpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.folderpath_); + } + if (from._internal_has_projectrequest()) { + projectrequest_ = new ::testsgen::ProjectRequest(*from.projectrequest_); + } else { + projectrequest_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.FolderRequest) +} + +void FolderRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FolderRequest_testgen_2eproto.base); + folderpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + projectrequest_ = nullptr; +} + +FolderRequest::~FolderRequest() { + // @@protoc_insertion_point(destructor:testsgen.FolderRequest) + SharedDtor(); +} + +void FolderRequest::SharedDtor() { + folderpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete projectrequest_; +} + +void FolderRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FolderRequest& FolderRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FolderRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FolderRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FolderRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + folderpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { + delete projectrequest_; + } + projectrequest_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* FolderRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectRequest projectRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectrequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string folderPath = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_folderpath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FolderRequest.folderPath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FolderRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FolderRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectRequest projectRequest = 1; + if (this->has_projectrequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectrequest(this), target, stream); + } + + // string folderPath = 2; + if (this->folderpath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_folderpath().data(), static_cast(this->_internal_folderpath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.FolderRequest.folderPath"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_folderpath(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FolderRequest) + return target; +} + +size_t FolderRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FolderRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string folderPath = 2; + if (this->folderpath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_folderpath()); + } + + // .testsgen.ProjectRequest projectRequest = 1; + if (this->has_projectrequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectrequest_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FolderRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FolderRequest) + GOOGLE_DCHECK_NE(&from, this); + const FolderRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FolderRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FolderRequest) + MergeFrom(*source); + } +} + +void FolderRequest::MergeFrom(const FolderRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FolderRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.folderpath().size() > 0) { + + folderpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.folderpath_); + } + if (from.has_projectrequest()) { + _internal_mutable_projectrequest()->::testsgen::ProjectRequest::MergeFrom(from._internal_projectrequest()); + } +} + +void FolderRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FolderRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FolderRequest::CopyFrom(const FolderRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FolderRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FolderRequest::IsInitialized() const { + return true; +} + +void FolderRequest::InternalSwap(FolderRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + folderpath_.Swap(&other->folderpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(projectrequest_, other->projectrequest_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FolderRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void LineRequest::InitAsDefaultInstance() { + ::testsgen::_LineRequest_default_instance_._instance.get_mutable()->projectrequest_ = const_cast< ::testsgen::ProjectRequest*>( + ::testsgen::ProjectRequest::internal_default_instance()); + ::testsgen::_LineRequest_default_instance_._instance.get_mutable()->sourceinfo_ = const_cast< ::testsgen::SourceInfo*>( + ::testsgen::SourceInfo::internal_default_instance()); +} +class LineRequest::_Internal { + public: + static const ::testsgen::ProjectRequest& projectrequest(const LineRequest* msg); + static const ::testsgen::SourceInfo& sourceinfo(const LineRequest* msg); +}; + +const ::testsgen::ProjectRequest& +LineRequest::_Internal::projectrequest(const LineRequest* msg) { + return *msg->projectrequest_; +} +const ::testsgen::SourceInfo& +LineRequest::_Internal::sourceinfo(const LineRequest* msg) { + return *msg->sourceinfo_; +} +void LineRequest::clear_sourceinfo() { + if (GetArenaNoVirtual() == nullptr && sourceinfo_ != nullptr) { + delete sourceinfo_; + } + sourceinfo_ = nullptr; +} +LineRequest::LineRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.LineRequest) +} +LineRequest::LineRequest(const LineRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_projectrequest()) { + projectrequest_ = new ::testsgen::ProjectRequest(*from.projectrequest_); + } else { + projectrequest_ = nullptr; + } + if (from._internal_has_sourceinfo()) { + sourceinfo_ = new ::testsgen::SourceInfo(*from.sourceinfo_); + } else { + sourceinfo_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.LineRequest) +} + +void LineRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LineRequest_testgen_2eproto.base); + ::memset(&projectrequest_, 0, static_cast( + reinterpret_cast(&sourceinfo_) - + reinterpret_cast(&projectrequest_)) + sizeof(sourceinfo_)); +} + +LineRequest::~LineRequest() { + // @@protoc_insertion_point(destructor:testsgen.LineRequest) + SharedDtor(); +} + +void LineRequest::SharedDtor() { + if (this != internal_default_instance()) delete projectrequest_; + if (this != internal_default_instance()) delete sourceinfo_; +} + +void LineRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const LineRequest& LineRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LineRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void LineRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.LineRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { + delete projectrequest_; + } + projectrequest_ = nullptr; + if (GetArenaNoVirtual() == nullptr && sourceinfo_ != nullptr) { + delete sourceinfo_; + } + sourceinfo_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* LineRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectRequest projectRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectrequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.SourceInfo sourceInfo = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_sourceinfo(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* LineRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.LineRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectRequest projectRequest = 1; + if (this->has_projectrequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectrequest(this), target, stream); + } + + // .testsgen.SourceInfo sourceInfo = 2; + if (this->has_sourceinfo()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::sourceinfo(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.LineRequest) + return target; +} + +size_t LineRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.LineRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.ProjectRequest projectRequest = 1; + if (this->has_projectrequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectrequest_); + } + + // .testsgen.SourceInfo sourceInfo = 2; + if (this->has_sourceinfo()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *sourceinfo_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void LineRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.LineRequest) + GOOGLE_DCHECK_NE(&from, this); + const LineRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.LineRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.LineRequest) + MergeFrom(*source); + } +} + +void LineRequest::MergeFrom(const LineRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.LineRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_projectrequest()) { + _internal_mutable_projectrequest()->::testsgen::ProjectRequest::MergeFrom(from._internal_projectrequest()); + } + if (from.has_sourceinfo()) { + _internal_mutable_sourceinfo()->::testsgen::SourceInfo::MergeFrom(from._internal_sourceinfo()); + } +} + +void LineRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.LineRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void LineRequest::CopyFrom(const LineRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.LineRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool LineRequest::IsInitialized() const { + return true; +} + +void LineRequest::InternalSwap(LineRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(projectrequest_, other->projectrequest_); + swap(sourceinfo_, other->sourceinfo_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata LineRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FunctionRequest::InitAsDefaultInstance() { + ::testsgen::_FunctionRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( + ::testsgen::LineRequest::internal_default_instance()); +} +class FunctionRequest::_Internal { + public: + static const ::testsgen::LineRequest& linerequest(const FunctionRequest* msg); +}; + +const ::testsgen::LineRequest& +FunctionRequest::_Internal::linerequest(const FunctionRequest* msg) { + return *msg->linerequest_; +} +FunctionRequest::FunctionRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FunctionRequest) +} +FunctionRequest::FunctionRequest(const FunctionRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_linerequest()) { + linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); + } else { + linerequest_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.FunctionRequest) +} + +void FunctionRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FunctionRequest_testgen_2eproto.base); + linerequest_ = nullptr; +} + +FunctionRequest::~FunctionRequest() { + // @@protoc_insertion_point(destructor:testsgen.FunctionRequest) + SharedDtor(); +} + +void FunctionRequest::SharedDtor() { + if (this != internal_default_instance()) delete linerequest_; +} + +void FunctionRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FunctionRequest& FunctionRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FunctionRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FunctionRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FunctionRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* FunctionRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.LineRequest lineRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FunctionRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FunctionRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::linerequest(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FunctionRequest) + return target; +} + +size_t FunctionRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FunctionRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *linerequest_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FunctionRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FunctionRequest) + GOOGLE_DCHECK_NE(&from, this); + const FunctionRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FunctionRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FunctionRequest) + MergeFrom(*source); + } +} + +void FunctionRequest::MergeFrom(const FunctionRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FunctionRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_linerequest()) { + _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); + } +} + +void FunctionRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FunctionRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FunctionRequest::CopyFrom(const FunctionRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FunctionRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FunctionRequest::IsInitialized() const { + return true; +} + +void FunctionRequest::InternalSwap(FunctionRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(linerequest_, other->linerequest_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FunctionRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ClassRequest::InitAsDefaultInstance() { + ::testsgen::_ClassRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( + ::testsgen::LineRequest::internal_default_instance()); +} +class ClassRequest::_Internal { + public: + static const ::testsgen::LineRequest& linerequest(const ClassRequest* msg); +}; + +const ::testsgen::LineRequest& +ClassRequest::_Internal::linerequest(const ClassRequest* msg) { + return *msg->linerequest_; +} +ClassRequest::ClassRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ClassRequest) +} +ClassRequest::ClassRequest(const ClassRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_linerequest()) { + linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); + } else { + linerequest_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.ClassRequest) +} + +void ClassRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ClassRequest_testgen_2eproto.base); + linerequest_ = nullptr; +} + +ClassRequest::~ClassRequest() { + // @@protoc_insertion_point(destructor:testsgen.ClassRequest) + SharedDtor(); +} + +void ClassRequest::SharedDtor() { + if (this != internal_default_instance()) delete linerequest_; +} + +void ClassRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ClassRequest& ClassRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ClassRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ClassRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ClassRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* ClassRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.LineRequest lineRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ClassRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ClassRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::linerequest(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ClassRequest) + return target; +} + +size_t ClassRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ClassRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *linerequest_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ClassRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ClassRequest) + GOOGLE_DCHECK_NE(&from, this); + const ClassRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ClassRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ClassRequest) + MergeFrom(*source); + } +} + +void ClassRequest::MergeFrom(const ClassRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ClassRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_linerequest()) { + _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); + } +} + +void ClassRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ClassRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ClassRequest::CopyFrom(const ClassRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ClassRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ClassRequest::IsInitialized() const { + return true; +} + +void ClassRequest::InternalSwap(ClassRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(linerequest_, other->linerequest_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ClassRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void AssertionRequest::InitAsDefaultInstance() { + ::testsgen::_AssertionRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( + ::testsgen::LineRequest::internal_default_instance()); +} +class AssertionRequest::_Internal { + public: + static const ::testsgen::LineRequest& linerequest(const AssertionRequest* msg); +}; + +const ::testsgen::LineRequest& +AssertionRequest::_Internal::linerequest(const AssertionRequest* msg) { + return *msg->linerequest_; +} +AssertionRequest::AssertionRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.AssertionRequest) +} +AssertionRequest::AssertionRequest(const AssertionRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_linerequest()) { + linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); + } else { + linerequest_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.AssertionRequest) +} + +void AssertionRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_AssertionRequest_testgen_2eproto.base); + linerequest_ = nullptr; +} + +AssertionRequest::~AssertionRequest() { + // @@protoc_insertion_point(destructor:testsgen.AssertionRequest) + SharedDtor(); +} + +void AssertionRequest::SharedDtor() { + if (this != internal_default_instance()) delete linerequest_; +} + +void AssertionRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const AssertionRequest& AssertionRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_AssertionRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void AssertionRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.AssertionRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* AssertionRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.LineRequest lineRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* AssertionRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.AssertionRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::linerequest(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.AssertionRequest) + return target; +} + +size_t AssertionRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.AssertionRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *linerequest_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void AssertionRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.AssertionRequest) + GOOGLE_DCHECK_NE(&from, this); + const AssertionRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.AssertionRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.AssertionRequest) + MergeFrom(*source); + } +} + +void AssertionRequest::MergeFrom(const AssertionRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.AssertionRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_linerequest()) { + _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); + } +} + +void AssertionRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.AssertionRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void AssertionRequest::CopyFrom(const AssertionRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.AssertionRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool AssertionRequest::IsInitialized() const { + return true; +} + +void AssertionRequest::InternalSwap(AssertionRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(linerequest_, other->linerequest_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata AssertionRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void PredicateRequest::InitAsDefaultInstance() { + ::testsgen::_PredicateRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( + ::testsgen::LineRequest::internal_default_instance()); + ::testsgen::_PredicateRequest_default_instance_._instance.get_mutable()->predicateinfo_ = const_cast< ::testsgen::PredicateInfo*>( + ::testsgen::PredicateInfo::internal_default_instance()); +} +class PredicateRequest::_Internal { + public: + static const ::testsgen::LineRequest& linerequest(const PredicateRequest* msg); + static const ::testsgen::PredicateInfo& predicateinfo(const PredicateRequest* msg); +}; + +const ::testsgen::LineRequest& +PredicateRequest::_Internal::linerequest(const PredicateRequest* msg) { + return *msg->linerequest_; +} +const ::testsgen::PredicateInfo& +PredicateRequest::_Internal::predicateinfo(const PredicateRequest* msg) { + return *msg->predicateinfo_; +} +void PredicateRequest::clear_predicateinfo() { + if (GetArenaNoVirtual() == nullptr && predicateinfo_ != nullptr) { + delete predicateinfo_; + } + predicateinfo_ = nullptr; +} +PredicateRequest::PredicateRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.PredicateRequest) +} +PredicateRequest::PredicateRequest(const PredicateRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_linerequest()) { + linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); + } else { + linerequest_ = nullptr; + } + if (from._internal_has_predicateinfo()) { + predicateinfo_ = new ::testsgen::PredicateInfo(*from.predicateinfo_); + } else { + predicateinfo_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.PredicateRequest) +} + +void PredicateRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_PredicateRequest_testgen_2eproto.base); + ::memset(&linerequest_, 0, static_cast( + reinterpret_cast(&predicateinfo_) - + reinterpret_cast(&linerequest_)) + sizeof(predicateinfo_)); +} + +PredicateRequest::~PredicateRequest() { + // @@protoc_insertion_point(destructor:testsgen.PredicateRequest) + SharedDtor(); +} + +void PredicateRequest::SharedDtor() { + if (this != internal_default_instance()) delete linerequest_; + if (this != internal_default_instance()) delete predicateinfo_; +} + +void PredicateRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const PredicateRequest& PredicateRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_PredicateRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void PredicateRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.PredicateRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; + if (GetArenaNoVirtual() == nullptr && predicateinfo_ != nullptr) { + delete predicateinfo_; + } + predicateinfo_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* PredicateRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.LineRequest lineRequest = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.PredicateInfo predicateInfo = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_predicateinfo(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* PredicateRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.PredicateRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::linerequest(this), target, stream); + } + + // .testsgen.PredicateInfo predicateInfo = 2; + if (this->has_predicateinfo()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::predicateinfo(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.PredicateRequest) + return target; +} + +size_t PredicateRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.PredicateRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.LineRequest lineRequest = 1; + if (this->has_linerequest()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *linerequest_); + } + + // .testsgen.PredicateInfo predicateInfo = 2; + if (this->has_predicateinfo()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *predicateinfo_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void PredicateRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.PredicateRequest) + GOOGLE_DCHECK_NE(&from, this); + const PredicateRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.PredicateRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.PredicateRequest) + MergeFrom(*source); + } +} + +void PredicateRequest::MergeFrom(const PredicateRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.PredicateRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_linerequest()) { + _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); + } + if (from.has_predicateinfo()) { + _internal_mutable_predicateinfo()->::testsgen::PredicateInfo::MergeFrom(from._internal_predicateinfo()); + } +} + +void PredicateRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.PredicateRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void PredicateRequest::CopyFrom(const PredicateRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.PredicateRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool PredicateRequest::IsInitialized() const { + return true; +} + +void PredicateRequest::InternalSwap(PredicateRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(linerequest_, other->linerequest_); + swap(predicateinfo_, other->predicateinfo_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata PredicateRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void StubsResponse::InitAsDefaultInstance() { + ::testsgen::_StubsResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( + ::testsgen::Progress::internal_default_instance()); +} +class StubsResponse::_Internal { + public: + static const ::testsgen::Progress& progress(const StubsResponse* msg); +}; + +const ::testsgen::Progress& +StubsResponse::_Internal::progress(const StubsResponse* msg) { + return *msg->progress_; +} +void StubsResponse::clear_stubsources() { + stubsources_.Clear(); +} +void StubsResponse::clear_progress() { + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; +} +StubsResponse::StubsResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.StubsResponse) +} +StubsResponse::StubsResponse(const StubsResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + stubsources_(from.stubsources_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_progress()) { + progress_ = new ::testsgen::Progress(*from.progress_); + } else { + progress_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.StubsResponse) +} + +void StubsResponse::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_StubsResponse_testgen_2eproto.base); + progress_ = nullptr; +} + +StubsResponse::~StubsResponse() { + // @@protoc_insertion_point(destructor:testsgen.StubsResponse) + SharedDtor(); +} + +void StubsResponse::SharedDtor() { + if (this != internal_default_instance()) delete progress_; +} + +void StubsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const StubsResponse& StubsResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_StubsResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void StubsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.StubsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + stubsources_.Clear(); + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* StubsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // repeated .testsgen.SourceCode stubSources = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_stubsources(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + } else goto handle_unusual; + continue; + // .testsgen.Progress progress = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* StubsResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.StubsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .testsgen.SourceCode stubSources = 1; + for (unsigned int i = 0, + n = static_cast(this->_internal_stubsources_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, this->_internal_stubsources(i), target, stream); + } + + // .testsgen.Progress progress = 2; + if (this->has_progress()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::progress(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.StubsResponse) + return target; +} + +size_t StubsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.StubsResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .testsgen.SourceCode stubSources = 1; + total_size += 1UL * this->_internal_stubsources_size(); + for (const auto& msg : this->stubsources_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // .testsgen.Progress progress = 2; + if (this->has_progress()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *progress_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void StubsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.StubsResponse) + GOOGLE_DCHECK_NE(&from, this); + const StubsResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.StubsResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.StubsResponse) + MergeFrom(*source); + } +} + +void StubsResponse::MergeFrom(const StubsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.StubsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + stubsources_.MergeFrom(from.stubsources_); + if (from.has_progress()) { + _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); + } +} + +void StubsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.StubsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void StubsResponse::CopyFrom(const StubsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.StubsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool StubsResponse::IsInitialized() const { + return true; +} + +void StubsResponse::InternalSwap(StubsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + stubsources_.InternalSwap(&other->stubsources_); + swap(progress_, other->progress_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata StubsResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void TestsResponse::InitAsDefaultInstance() { + ::testsgen::_TestsResponse_default_instance_._instance.get_mutable()->stubs_ = const_cast< ::testsgen::StubsResponse*>( + ::testsgen::StubsResponse::internal_default_instance()); + ::testsgen::_TestsResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( + ::testsgen::Progress::internal_default_instance()); +} +class TestsResponse::_Internal { + public: + static const ::testsgen::StubsResponse& stubs(const TestsResponse* msg); + static const ::testsgen::Progress& progress(const TestsResponse* msg); +}; + +const ::testsgen::StubsResponse& +TestsResponse::_Internal::stubs(const TestsResponse* msg) { + return *msg->stubs_; +} +const ::testsgen::Progress& +TestsResponse::_Internal::progress(const TestsResponse* msg) { + return *msg->progress_; +} +void TestsResponse::clear_testsources() { + testsources_.Clear(); +} +void TestsResponse::clear_progress() { + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; +} +TestsResponse::TestsResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.TestsResponse) +} +TestsResponse::TestsResponse(const TestsResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + testsources_(from.testsources_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_stubs()) { + stubs_ = new ::testsgen::StubsResponse(*from.stubs_); + } else { + stubs_ = nullptr; + } + if (from._internal_has_progress()) { + progress_ = new ::testsgen::Progress(*from.progress_); + } else { + progress_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.TestsResponse) +} + +void TestsResponse::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TestsResponse_testgen_2eproto.base); + ::memset(&stubs_, 0, static_cast( + reinterpret_cast(&progress_) - + reinterpret_cast(&stubs_)) + sizeof(progress_)); +} + +TestsResponse::~TestsResponse() { + // @@protoc_insertion_point(destructor:testsgen.TestsResponse) + SharedDtor(); +} + +void TestsResponse::SharedDtor() { + if (this != internal_default_instance()) delete stubs_; + if (this != internal_default_instance()) delete progress_; +} + +void TestsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const TestsResponse& TestsResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TestsResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void TestsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.TestsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + testsources_.Clear(); + if (GetArenaNoVirtual() == nullptr && stubs_ != nullptr) { + delete stubs_; + } + stubs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* TestsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // repeated .testsgen.SourceCode testSources = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_testsources(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + } else goto handle_unusual; + continue; + // .testsgen.StubsResponse stubs = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_stubs(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.Progress progress = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* TestsResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.TestsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .testsgen.SourceCode testSources = 1; + for (unsigned int i = 0, + n = static_cast(this->_internal_testsources_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, this->_internal_testsources(i), target, stream); + } + + // .testsgen.StubsResponse stubs = 2; + if (this->has_stubs()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::stubs(this), target, stream); + } + + // .testsgen.Progress progress = 3; + if (this->has_progress()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 3, _Internal::progress(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.TestsResponse) + return target; +} + +size_t TestsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.TestsResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .testsgen.SourceCode testSources = 1; + total_size += 1UL * this->_internal_testsources_size(); + for (const auto& msg : this->testsources_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // .testsgen.StubsResponse stubs = 2; + if (this->has_stubs()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *stubs_); + } + + // .testsgen.Progress progress = 3; + if (this->has_progress()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *progress_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void TestsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.TestsResponse) + GOOGLE_DCHECK_NE(&from, this); + const TestsResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.TestsResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.TestsResponse) + MergeFrom(*source); + } +} + +void TestsResponse::MergeFrom(const TestsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.TestsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + testsources_.MergeFrom(from.testsources_); + if (from.has_stubs()) { + _internal_mutable_stubs()->::testsgen::StubsResponse::MergeFrom(from._internal_stubs()); + } + if (from.has_progress()) { + _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); + } +} + +void TestsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.TestsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void TestsResponse::CopyFrom(const TestsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.TestsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool TestsResponse::IsInitialized() const { + return true; +} + +void TestsResponse::InternalSwap(TestsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + testsources_.InternalSwap(&other->testsources_); + swap(stubs_, other->stubs_); + swap(progress_, other->progress_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata TestsResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void SourceLine::InitAsDefaultInstance() { +} +class SourceLine::_Internal { + public: +}; + +SourceLine::SourceLine() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.SourceLine) +} +SourceLine::SourceLine(const SourceLine& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + line_ = from.line_; + // @@protoc_insertion_point(copy_constructor:testsgen.SourceLine) +} + +void SourceLine::SharedCtor() { + line_ = 0u; +} + +SourceLine::~SourceLine() { + // @@protoc_insertion_point(destructor:testsgen.SourceLine) + SharedDtor(); +} + +void SourceLine::SharedDtor() { +} + +void SourceLine::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const SourceLine& SourceLine::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SourceLine_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void SourceLine::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.SourceLine) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + line_ = 0u; + _internal_metadata_.Clear(); +} + +const char* SourceLine::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // uint32 line = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + line_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* SourceLine::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.SourceLine) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // uint32 line = 1; + if (this->line() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(1, this->_internal_line(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.SourceLine) + return target; +} + +size_t SourceLine::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.SourceLine) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // uint32 line = 1; + if (this->line() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( + this->_internal_line()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void SourceLine::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SourceLine) + GOOGLE_DCHECK_NE(&from, this); + const SourceLine* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SourceLine) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SourceLine) + MergeFrom(*source); + } +} + +void SourceLine::MergeFrom(const SourceLine& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SourceLine) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.line() != 0) { + _internal_set_line(from._internal_line()); + } +} + +void SourceLine::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SourceLine) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void SourceLine::CopyFrom(const SourceLine& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SourceLine) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SourceLine::IsInitialized() const { + return true; +} + +void SourceLine::InternalSwap(SourceLine* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(line_, other->line_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SourceLine::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FileCoverageSimplified::InitAsDefaultInstance() { +} +class FileCoverageSimplified::_Internal { + public: +}; + +FileCoverageSimplified::FileCoverageSimplified() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FileCoverageSimplified) +} +FileCoverageSimplified::FileCoverageSimplified(const FileCoverageSimplified& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + fullcoveragelines_(from.fullcoveragelines_), + partialcoveragelines_(from.partialcoveragelines_), + nocoveragelines_(from.nocoveragelines_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_filepath().empty()) { + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.FileCoverageSimplified) +} + +void FileCoverageSimplified::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileCoverageSimplified_testgen_2eproto.base); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +FileCoverageSimplified::~FileCoverageSimplified() { + // @@protoc_insertion_point(destructor:testsgen.FileCoverageSimplified) + SharedDtor(); +} + +void FileCoverageSimplified::SharedDtor() { + filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void FileCoverageSimplified::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FileCoverageSimplified& FileCoverageSimplified::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileCoverageSimplified_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FileCoverageSimplified::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FileCoverageSimplified) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + fullcoveragelines_.Clear(); + partialcoveragelines_.Clear(); + nocoveragelines_.Clear(); + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* FileCoverageSimplified::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string filePath = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_filepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FileCoverageSimplified.filePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // repeated .testsgen.SourceLine fullCoverageLines = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_fullcoveragelines(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<18>(ptr)); + } else goto handle_unusual; + continue; + // repeated .testsgen.SourceLine partialCoverageLines = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_partialcoveragelines(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr)); + } else goto handle_unusual; + continue; + // repeated .testsgen.SourceLine noCoverageLines = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_nocoveragelines(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<34>(ptr)); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FileCoverageSimplified::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileCoverageSimplified) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string filePath = 1; + if (this->filepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.FileCoverageSimplified.filePath"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_filepath(), target); + } + + // repeated .testsgen.SourceLine fullCoverageLines = 2; + for (unsigned int i = 0, + n = static_cast(this->_internal_fullcoveragelines_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(2, this->_internal_fullcoveragelines(i), target, stream); + } + + // repeated .testsgen.SourceLine partialCoverageLines = 3; + for (unsigned int i = 0, + n = static_cast(this->_internal_partialcoveragelines_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(3, this->_internal_partialcoveragelines(i), target, stream); + } + + // repeated .testsgen.SourceLine noCoverageLines = 4; + for (unsigned int i = 0, + n = static_cast(this->_internal_nocoveragelines_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(4, this->_internal_nocoveragelines(i), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileCoverageSimplified) + return target; +} + +size_t FileCoverageSimplified::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FileCoverageSimplified) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .testsgen.SourceLine fullCoverageLines = 2; + total_size += 1UL * this->_internal_fullcoveragelines_size(); + for (const auto& msg : this->fullcoveragelines_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // repeated .testsgen.SourceLine partialCoverageLines = 3; + total_size += 1UL * this->_internal_partialcoveragelines_size(); + for (const auto& msg : this->partialcoveragelines_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // repeated .testsgen.SourceLine noCoverageLines = 4; + total_size += 1UL * this->_internal_nocoveragelines_size(); + for (const auto& msg : this->nocoveragelines_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // string filePath = 1; + if (this->filepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_filepath()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FileCoverageSimplified::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileCoverageSimplified) + GOOGLE_DCHECK_NE(&from, this); + const FileCoverageSimplified* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileCoverageSimplified) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileCoverageSimplified) + MergeFrom(*source); + } +} + +void FileCoverageSimplified::MergeFrom(const FileCoverageSimplified& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileCoverageSimplified) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + fullcoveragelines_.MergeFrom(from.fullcoveragelines_); + partialcoveragelines_.MergeFrom(from.partialcoveragelines_); + nocoveragelines_.MergeFrom(from.nocoveragelines_); + if (from.filepath().size() > 0) { + + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } +} + +void FileCoverageSimplified::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileCoverageSimplified) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FileCoverageSimplified::CopyFrom(const FileCoverageSimplified& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileCoverageSimplified) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FileCoverageSimplified::IsInitialized() const { + return true; +} + +void FileCoverageSimplified::InternalSwap(FileCoverageSimplified* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + fullcoveragelines_.InternalSwap(&other->fullcoveragelines_); + partialcoveragelines_.InternalSwap(&other->partialcoveragelines_); + nocoveragelines_.InternalSwap(&other->nocoveragelines_); + filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FileCoverageSimplified::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void TestFilter::InitAsDefaultInstance() { +} +class TestFilter::_Internal { + public: +}; + +TestFilter::TestFilter() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.TestFilter) +} +TestFilter::TestFilter(const TestFilter& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_testfilepath().empty()) { + testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); + } + testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_testname().empty()) { + testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); + } + testsuite_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_testsuite().empty()) { + testsuite_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testsuite_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.TestFilter) +} + +void TestFilter::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TestFilter_testgen_2eproto.base); + testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testsuite_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +TestFilter::~TestFilter() { + // @@protoc_insertion_point(destructor:testsgen.TestFilter) + SharedDtor(); +} + +void TestFilter::SharedDtor() { + testfilepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testname_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testsuite_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void TestFilter::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const TestFilter& TestFilter::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TestFilter_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void TestFilter::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.TestFilter) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testsuite_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* TestFilter::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string testFilePath = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_testfilepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestFilter.testFilePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string testName = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_testname(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestFilter.testName")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string testSuite = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + auto str = _internal_mutable_testsuite(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestFilter.testSuite")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* TestFilter::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.TestFilter) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string testFilePath = 1; + if (this->testfilepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_testfilepath().data(), static_cast(this->_internal_testfilepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.TestFilter.testFilePath"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_testfilepath(), target); + } + + // string testName = 2; + if (this->testname().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_testname().data(), static_cast(this->_internal_testname().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.TestFilter.testName"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_testname(), target); + } + + // string testSuite = 3; + if (this->testsuite().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_testsuite().data(), static_cast(this->_internal_testsuite().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.TestFilter.testSuite"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_testsuite(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.TestFilter) + return target; +} + +size_t TestFilter::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.TestFilter) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string testFilePath = 1; + if (this->testfilepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_testfilepath()); + } + + // string testName = 2; + if (this->testname().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_testname()); + } + + // string testSuite = 3; + if (this->testsuite().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_testsuite()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void TestFilter::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.TestFilter) + GOOGLE_DCHECK_NE(&from, this); + const TestFilter* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.TestFilter) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.TestFilter) + MergeFrom(*source); + } +} + +void TestFilter::MergeFrom(const TestFilter& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.TestFilter) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.testfilepath().size() > 0) { + + testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); + } + if (from.testname().size() > 0) { + + testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); + } + if (from.testsuite().size() > 0) { + + testsuite_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testsuite_); + } +} + +void TestFilter::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.TestFilter) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void TestFilter::CopyFrom(const TestFilter& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.TestFilter) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool TestFilter::IsInitialized() const { + return true; +} + +void TestFilter::InternalSwap(TestFilter* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + testfilepath_.Swap(&other->testfilepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + testname_.Swap(&other->testname_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + testsuite_.Swap(&other->testsuite_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata TestFilter::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void CoverageAndResultsRequest::InitAsDefaultInstance() { + ::testsgen::_CoverageAndResultsRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( + ::testsgen::ProjectContext::internal_default_instance()); + ::testsgen::_CoverageAndResultsRequest_default_instance_._instance.get_mutable()->settingscontext_ = const_cast< ::testsgen::SettingsContext*>( + ::testsgen::SettingsContext::internal_default_instance()); + ::testsgen::_CoverageAndResultsRequest_default_instance_._instance.get_mutable()->testfilter_ = const_cast< ::testsgen::TestFilter*>( + ::testsgen::TestFilter::internal_default_instance()); +} +class CoverageAndResultsRequest::_Internal { + public: + static const ::testsgen::ProjectContext& projectcontext(const CoverageAndResultsRequest* msg); + static const ::testsgen::SettingsContext& settingscontext(const CoverageAndResultsRequest* msg); + static const ::testsgen::TestFilter& testfilter(const CoverageAndResultsRequest* msg); +}; + +const ::testsgen::ProjectContext& +CoverageAndResultsRequest::_Internal::projectcontext(const CoverageAndResultsRequest* msg) { + return *msg->projectcontext_; +} +const ::testsgen::SettingsContext& +CoverageAndResultsRequest::_Internal::settingscontext(const CoverageAndResultsRequest* msg) { + return *msg->settingscontext_; +} +const ::testsgen::TestFilter& +CoverageAndResultsRequest::_Internal::testfilter(const CoverageAndResultsRequest* msg) { + return *msg->testfilter_; +} +CoverageAndResultsRequest::CoverageAndResultsRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.CoverageAndResultsRequest) +} +CoverageAndResultsRequest::CoverageAndResultsRequest(const CoverageAndResultsRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_projectcontext()) { + projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); + } else { + projectcontext_ = nullptr; + } + if (from._internal_has_settingscontext()) { + settingscontext_ = new ::testsgen::SettingsContext(*from.settingscontext_); + } else { + settingscontext_ = nullptr; + } + if (from._internal_has_testfilter()) { + testfilter_ = new ::testsgen::TestFilter(*from.testfilter_); + } else { + testfilter_ = nullptr; + } + coverage_ = from.coverage_; + // @@protoc_insertion_point(copy_constructor:testsgen.CoverageAndResultsRequest) +} + +void CoverageAndResultsRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_CoverageAndResultsRequest_testgen_2eproto.base); + ::memset(&projectcontext_, 0, static_cast( + reinterpret_cast(&coverage_) - + reinterpret_cast(&projectcontext_)) + sizeof(coverage_)); +} + +CoverageAndResultsRequest::~CoverageAndResultsRequest() { + // @@protoc_insertion_point(destructor:testsgen.CoverageAndResultsRequest) + SharedDtor(); +} + +void CoverageAndResultsRequest::SharedDtor() { + if (this != internal_default_instance()) delete projectcontext_; + if (this != internal_default_instance()) delete settingscontext_; + if (this != internal_default_instance()) delete testfilter_; +} + +void CoverageAndResultsRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const CoverageAndResultsRequest& CoverageAndResultsRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_CoverageAndResultsRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void CoverageAndResultsRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.CoverageAndResultsRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; + if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { + delete settingscontext_; + } + settingscontext_ = nullptr; + if (GetArenaNoVirtual() == nullptr && testfilter_ != nullptr) { + delete testfilter_; + } + testfilter_ = nullptr; + coverage_ = false; + _internal_metadata_.Clear(); +} + +const char* CoverageAndResultsRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectContext projectContext = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.SettingsContext settingsContext = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_settingscontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.TestFilter testFilter = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr = ctx->ParseMessage(_internal_mutable_testfilter(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // bool coverage = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { + coverage_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* CoverageAndResultsRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.CoverageAndResultsRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectcontext(this), target, stream); + } + + // .testsgen.SettingsContext settingsContext = 2; + if (this->has_settingscontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::settingscontext(this), target, stream); + } + + // .testsgen.TestFilter testFilter = 3; + if (this->has_testfilter()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 3, _Internal::testfilter(this), target, stream); + } + + // bool coverage = 4; + if (this->coverage() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(4, this->_internal_coverage(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.CoverageAndResultsRequest) + return target; +} + +size_t CoverageAndResultsRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.CoverageAndResultsRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectcontext_); + } + + // .testsgen.SettingsContext settingsContext = 2; + if (this->has_settingscontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *settingscontext_); + } + + // .testsgen.TestFilter testFilter = 3; + if (this->has_testfilter()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *testfilter_); + } + + // bool coverage = 4; + if (this->coverage() != 0) { + total_size += 1 + 1; + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void CoverageAndResultsRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.CoverageAndResultsRequest) + GOOGLE_DCHECK_NE(&from, this); + const CoverageAndResultsRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.CoverageAndResultsRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.CoverageAndResultsRequest) + MergeFrom(*source); + } +} + +void CoverageAndResultsRequest::MergeFrom(const CoverageAndResultsRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.CoverageAndResultsRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_projectcontext()) { + _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); + } + if (from.has_settingscontext()) { + _internal_mutable_settingscontext()->::testsgen::SettingsContext::MergeFrom(from._internal_settingscontext()); + } + if (from.has_testfilter()) { + _internal_mutable_testfilter()->::testsgen::TestFilter::MergeFrom(from._internal_testfilter()); + } + if (from.coverage() != 0) { + _internal_set_coverage(from._internal_coverage()); + } +} + +void CoverageAndResultsRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.CoverageAndResultsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CoverageAndResultsRequest::CopyFrom(const CoverageAndResultsRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.CoverageAndResultsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CoverageAndResultsRequest::IsInitialized() const { + return true; +} + +void CoverageAndResultsRequest::InternalSwap(CoverageAndResultsRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(projectcontext_, other->projectcontext_); + swap(settingscontext_, other->settingscontext_); + swap(testfilter_, other->testfilter_); + swap(coverage_, other->coverage_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata CoverageAndResultsRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void TestResultObject::InitAsDefaultInstance() { +} +class TestResultObject::_Internal { + public: +}; + +TestResultObject::TestResultObject() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.TestResultObject) +} +TestResultObject::TestResultObject(const TestResultObject& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_testfilepath().empty()) { + testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); + } + testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_testname().empty()) { + testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); + } + output_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_output().empty()) { + output_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.output_); + } + status_ = from.status_; + // @@protoc_insertion_point(copy_constructor:testsgen.TestResultObject) +} + +void TestResultObject::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TestResultObject_testgen_2eproto.base); + testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + output_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + status_ = 0; +} + +TestResultObject::~TestResultObject() { + // @@protoc_insertion_point(destructor:testsgen.TestResultObject) + SharedDtor(); +} + +void TestResultObject::SharedDtor() { + testfilepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testname_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + output_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void TestResultObject::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const TestResultObject& TestResultObject::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TestResultObject_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void TestResultObject::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.TestResultObject) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + output_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + status_ = 0; + _internal_metadata_.Clear(); +} + +const char* TestResultObject::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string testFilePath = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_testfilepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestResultObject.testFilePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string testname = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_testname(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestResultObject.testname")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.TestStatus status = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { + ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + _internal_set_status(static_cast<::testsgen::TestStatus>(val)); + } else goto handle_unusual; + continue; + // string output = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { + auto str = _internal_mutable_output(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestResultObject.output")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* TestResultObject::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.TestResultObject) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string testFilePath = 1; + if (this->testfilepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_testfilepath().data(), static_cast(this->_internal_testfilepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.TestResultObject.testFilePath"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_testfilepath(), target); + } + + // string testname = 2; + if (this->testname().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_testname().data(), static_cast(this->_internal_testname().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.TestResultObject.testname"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_testname(), target); + } + + // .testsgen.TestStatus status = 3; + if (this->status() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( + 3, this->_internal_status(), target); + } + + // string output = 4; + if (this->output().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_output().data(), static_cast(this->_internal_output().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.TestResultObject.output"); + target = stream->WriteStringMaybeAliased( + 4, this->_internal_output(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.TestResultObject) + return target; +} + +size_t TestResultObject::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.TestResultObject) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string testFilePath = 1; + if (this->testfilepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_testfilepath()); + } + + // string testname = 2; + if (this->testname().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_testname()); + } + + // string output = 4; + if (this->output().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_output()); + } + + // .testsgen.TestStatus status = 3; + if (this->status() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_status()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void TestResultObject::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.TestResultObject) + GOOGLE_DCHECK_NE(&from, this); + const TestResultObject* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.TestResultObject) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.TestResultObject) + MergeFrom(*source); + } +} + +void TestResultObject::MergeFrom(const TestResultObject& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.TestResultObject) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.testfilepath().size() > 0) { + + testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); + } + if (from.testname().size() > 0) { + + testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); + } + if (from.output().size() > 0) { + + output_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.output_); + } + if (from.status() != 0) { + _internal_set_status(from._internal_status()); + } +} + +void TestResultObject::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.TestResultObject) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void TestResultObject::CopyFrom(const TestResultObject& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.TestResultObject) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool TestResultObject::IsInitialized() const { + return true; +} + +void TestResultObject::InternalSwap(TestResultObject* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + testfilepath_.Swap(&other->testfilepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + testname_.Swap(&other->testname_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + output_.Swap(&other->output_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(status_, other->status_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata TestResultObject::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void CoverageAndResultsResponse::InitAsDefaultInstance() { + ::testsgen::_CoverageAndResultsResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( + ::testsgen::Progress::internal_default_instance()); +} +class CoverageAndResultsResponse::_Internal { + public: + static const ::testsgen::Progress& progress(const CoverageAndResultsResponse* msg); +}; + +const ::testsgen::Progress& +CoverageAndResultsResponse::_Internal::progress(const CoverageAndResultsResponse* msg) { + return *msg->progress_; +} +void CoverageAndResultsResponse::clear_progress() { + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; +} +CoverageAndResultsResponse::CoverageAndResultsResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.CoverageAndResultsResponse) +} +CoverageAndResultsResponse::CoverageAndResultsResponse(const CoverageAndResultsResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + testrunresults_(from.testrunresults_), + coverages_(from.coverages_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + errormessage_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_errormessage().empty()) { + errormessage_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.errormessage_); + } + if (from._internal_has_progress()) { + progress_ = new ::testsgen::Progress(*from.progress_); + } else { + progress_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.CoverageAndResultsResponse) +} + +void CoverageAndResultsResponse::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_CoverageAndResultsResponse_testgen_2eproto.base); + errormessage_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + progress_ = nullptr; +} + +CoverageAndResultsResponse::~CoverageAndResultsResponse() { + // @@protoc_insertion_point(destructor:testsgen.CoverageAndResultsResponse) + SharedDtor(); +} + +void CoverageAndResultsResponse::SharedDtor() { + errormessage_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete progress_; +} + +void CoverageAndResultsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const CoverageAndResultsResponse& CoverageAndResultsResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_CoverageAndResultsResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void CoverageAndResultsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.CoverageAndResultsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + testrunresults_.Clear(); + coverages_.Clear(); + errormessage_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* CoverageAndResultsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // repeated .testsgen.TestResultObject testRunResults = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_testrunresults(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + } else goto handle_unusual; + continue; + // repeated .testsgen.FileCoverageSimplified coverages = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_coverages(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<18>(ptr)); + } else goto handle_unusual; + continue; + // .testsgen.Progress progress = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string errorMessage = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { + auto str = _internal_mutable_errormessage(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.CoverageAndResultsResponse.errorMessage")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* CoverageAndResultsResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.CoverageAndResultsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .testsgen.TestResultObject testRunResults = 1; + for (unsigned int i = 0, + n = static_cast(this->_internal_testrunresults_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, this->_internal_testrunresults(i), target, stream); + } + + // repeated .testsgen.FileCoverageSimplified coverages = 2; + for (unsigned int i = 0, + n = static_cast(this->_internal_coverages_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(2, this->_internal_coverages(i), target, stream); + } + + // .testsgen.Progress progress = 3; + if (this->has_progress()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 3, _Internal::progress(this), target, stream); + } + + // string errorMessage = 4; + if (this->errormessage().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_errormessage().data(), static_cast(this->_internal_errormessage().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.CoverageAndResultsResponse.errorMessage"); + target = stream->WriteStringMaybeAliased( + 4, this->_internal_errormessage(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.CoverageAndResultsResponse) + return target; +} + +size_t CoverageAndResultsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.CoverageAndResultsResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .testsgen.TestResultObject testRunResults = 1; + total_size += 1UL * this->_internal_testrunresults_size(); + for (const auto& msg : this->testrunresults_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // repeated .testsgen.FileCoverageSimplified coverages = 2; + total_size += 1UL * this->_internal_coverages_size(); + for (const auto& msg : this->coverages_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // string errorMessage = 4; + if (this->errormessage().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_errormessage()); + } + + // .testsgen.Progress progress = 3; + if (this->has_progress()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *progress_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void CoverageAndResultsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.CoverageAndResultsResponse) + GOOGLE_DCHECK_NE(&from, this); + const CoverageAndResultsResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.CoverageAndResultsResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.CoverageAndResultsResponse) + MergeFrom(*source); + } +} + +void CoverageAndResultsResponse::MergeFrom(const CoverageAndResultsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.CoverageAndResultsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + testrunresults_.MergeFrom(from.testrunresults_); + coverages_.MergeFrom(from.coverages_); + if (from.errormessage().size() > 0) { + + errormessage_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.errormessage_); + } + if (from.has_progress()) { + _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); + } +} + +void CoverageAndResultsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.CoverageAndResultsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CoverageAndResultsResponse::CopyFrom(const CoverageAndResultsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.CoverageAndResultsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CoverageAndResultsResponse::IsInitialized() const { + return true; +} + +void CoverageAndResultsResponse::InternalSwap(CoverageAndResultsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + testrunresults_.InternalSwap(&other->testrunresults_); + coverages_.InternalSwap(&other->coverages_); + errormessage_.Swap(&other->errormessage_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(progress_, other->progress_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata CoverageAndResultsResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void HeartbeatResponse::InitAsDefaultInstance() { +} +class HeartbeatResponse::_Internal { + public: +}; + +HeartbeatResponse::HeartbeatResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.HeartbeatResponse) +} +HeartbeatResponse::HeartbeatResponse(const HeartbeatResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + linked_ = from.linked_; + // @@protoc_insertion_point(copy_constructor:testsgen.HeartbeatResponse) +} + +void HeartbeatResponse::SharedCtor() { + linked_ = false; +} + +HeartbeatResponse::~HeartbeatResponse() { + // @@protoc_insertion_point(destructor:testsgen.HeartbeatResponse) + SharedDtor(); +} + +void HeartbeatResponse::SharedDtor() { +} + +void HeartbeatResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const HeartbeatResponse& HeartbeatResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_HeartbeatResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void HeartbeatResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.HeartbeatResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + linked_ = false; + _internal_metadata_.Clear(); +} + +const char* HeartbeatResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // bool linked = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + linked_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* HeartbeatResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.HeartbeatResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // bool linked = 1; + if (this->linked() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_linked(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.HeartbeatResponse) + return target; +} + +size_t HeartbeatResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.HeartbeatResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // bool linked = 1; + if (this->linked() != 0) { + total_size += 1 + 1; + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void HeartbeatResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.HeartbeatResponse) + GOOGLE_DCHECK_NE(&from, this); + const HeartbeatResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.HeartbeatResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.HeartbeatResponse) + MergeFrom(*source); + } +} + +void HeartbeatResponse::MergeFrom(const HeartbeatResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.HeartbeatResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.linked() != 0) { + _internal_set_linked(from._internal_linked()); + } +} + +void HeartbeatResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.HeartbeatResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void HeartbeatResponse::CopyFrom(const HeartbeatResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.HeartbeatResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool HeartbeatResponse::IsInitialized() const { + return true; +} + +void HeartbeatResponse::InternalSwap(HeartbeatResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(linked_, other->linked_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata HeartbeatResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectConfigRequest::InitAsDefaultInstance() { + ::testsgen::_ProjectConfigRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( + ::testsgen::ProjectContext::internal_default_instance()); +} +class ProjectConfigRequest::_Internal { + public: + static const ::testsgen::ProjectContext& projectcontext(const ProjectConfigRequest* msg); +}; + +const ::testsgen::ProjectContext& +ProjectConfigRequest::_Internal::projectcontext(const ProjectConfigRequest* msg) { + return *msg->projectcontext_; +} +ProjectConfigRequest::ProjectConfigRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectConfigRequest) +} +ProjectConfigRequest::ProjectConfigRequest(const ProjectConfigRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + cmakeoptions_(from.cmakeoptions_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_projectcontext()) { + projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); + } else { + projectcontext_ = nullptr; + } + configmode_ = from.configmode_; + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectConfigRequest) +} + +void ProjectConfigRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectConfigRequest_testgen_2eproto.base); + ::memset(&projectcontext_, 0, static_cast( + reinterpret_cast(&configmode_) - + reinterpret_cast(&projectcontext_)) + sizeof(configmode_)); +} + +ProjectConfigRequest::~ProjectConfigRequest() { + // @@protoc_insertion_point(destructor:testsgen.ProjectConfigRequest) + SharedDtor(); +} + +void ProjectConfigRequest::SharedDtor() { + if (this != internal_default_instance()) delete projectcontext_; +} + +void ProjectConfigRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectConfigRequest& ProjectConfigRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectConfigRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectConfigRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectConfigRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cmakeoptions_.Clear(); + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; + configmode_ = 0; + _internal_metadata_.Clear(); +} + +const char* ProjectConfigRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectContext projectContext = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.ConfigMode configMode = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { + ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + _internal_set_configmode(static_cast<::testsgen::ConfigMode>(val)); + } else goto handle_unusual; + continue; + // repeated string cmakeOptions = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr -= 1; + do { + ptr += 1; + auto str = _internal_add_cmakeoptions(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectConfigRequest.cmakeOptions")); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr)); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectConfigRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectConfigRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectcontext(this), target, stream); + } + + // .testsgen.ConfigMode configMode = 2; + if (this->configmode() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( + 2, this->_internal_configmode(), target); + } + + // repeated string cmakeOptions = 3; + for (int i = 0, n = this->_internal_cmakeoptions_size(); i < n; i++) { + const auto& s = this->_internal_cmakeoptions(i); + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + s.data(), static_cast(s.length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectConfigRequest.cmakeOptions"); + target = stream->WriteString(3, s, target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectConfigRequest) + return target; +} + +size_t ProjectConfigRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectConfigRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated string cmakeOptions = 3; + total_size += 1 * + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(cmakeoptions_.size()); + for (int i = 0, n = cmakeoptions_.size(); i < n; i++) { + total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + cmakeoptions_.Get(i)); + } + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectcontext_); + } + + // .testsgen.ConfigMode configMode = 2; + if (this->configmode() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_configmode()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectConfigRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectConfigRequest) + GOOGLE_DCHECK_NE(&from, this); + const ProjectConfigRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectConfigRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectConfigRequest) + MergeFrom(*source); + } +} + +void ProjectConfigRequest::MergeFrom(const ProjectConfigRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectConfigRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + cmakeoptions_.MergeFrom(from.cmakeoptions_); + if (from.has_projectcontext()) { + _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); + } + if (from.configmode() != 0) { + _internal_set_configmode(from._internal_configmode()); + } +} + +void ProjectConfigRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectConfigRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectConfigRequest::CopyFrom(const ProjectConfigRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectConfigRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectConfigRequest::IsInitialized() const { + return true; +} + +void ProjectConfigRequest::InternalSwap(ProjectConfigRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + cmakeoptions_.InternalSwap(&other->cmakeoptions_); + swap(projectcontext_, other->projectcontext_); + swap(configmode_, other->configmode_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectConfigRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectConfigResponse::InitAsDefaultInstance() { + ::testsgen::_ProjectConfigResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( + ::testsgen::Progress::internal_default_instance()); +} +class ProjectConfigResponse::_Internal { + public: + static const ::testsgen::Progress& progress(const ProjectConfigResponse* msg); +}; + +const ::testsgen::Progress& +ProjectConfigResponse::_Internal::progress(const ProjectConfigResponse* msg) { + return *msg->progress_; +} +void ProjectConfigResponse::clear_progress() { + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; +} +ProjectConfigResponse::ProjectConfigResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectConfigResponse) +} +ProjectConfigResponse::ProjectConfigResponse(const ProjectConfigResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_message().empty()) { + message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); + } + if (from._internal_has_progress()) { + progress_ = new ::testsgen::Progress(*from.progress_); + } else { + progress_ = nullptr; + } + type_ = from.type_; + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectConfigResponse) +} + +void ProjectConfigResponse::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectConfigResponse_testgen_2eproto.base); + message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&progress_, 0, static_cast( + reinterpret_cast(&type_) - + reinterpret_cast(&progress_)) + sizeof(type_)); +} + +ProjectConfigResponse::~ProjectConfigResponse() { + // @@protoc_insertion_point(destructor:testsgen.ProjectConfigResponse) + SharedDtor(); +} + +void ProjectConfigResponse::SharedDtor() { + message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete progress_; +} + +void ProjectConfigResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectConfigResponse& ProjectConfigResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectConfigResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectConfigResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectConfigResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { + delete progress_; + } + progress_ = nullptr; + type_ = 0; + _internal_metadata_.Clear(); +} + +const char* ProjectConfigResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectConfigStatus type = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + _internal_set_type(static_cast<::testsgen::ProjectConfigStatus>(val)); + } else goto handle_unusual; + continue; + // string message = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_message(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectConfigResponse.message")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.Progress progress = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectConfigResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectConfigResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectConfigStatus type = 1; + if (this->type() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( + 1, this->_internal_type(), target); + } + + // string message = 2; + if (this->message().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_message().data(), static_cast(this->_internal_message().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectConfigResponse.message"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_message(), target); + } + + // .testsgen.Progress progress = 3; + if (this->has_progress()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 3, _Internal::progress(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectConfigResponse) + return target; +} + +size_t ProjectConfigResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectConfigResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string message = 2; + if (this->message().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_message()); + } + + // .testsgen.Progress progress = 3; + if (this->has_progress()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *progress_); + } + + // .testsgen.ProjectConfigStatus type = 1; + if (this->type() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_type()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectConfigResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectConfigResponse) + GOOGLE_DCHECK_NE(&from, this); + const ProjectConfigResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectConfigResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectConfigResponse) + MergeFrom(*source); + } +} + +void ProjectConfigResponse::MergeFrom(const ProjectConfigResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectConfigResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.message().size() > 0) { + + message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); + } + if (from.has_progress()) { + _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); + } + if (from.type() != 0) { + _internal_set_type(from._internal_type()); + } +} + +void ProjectConfigResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectConfigResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectConfigResponse::CopyFrom(const ProjectConfigResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectConfigResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectConfigResponse::IsInitialized() const { + return true; +} + +void ProjectConfigResponse::InternalSwap(ProjectConfigResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(progress_, other->progress_); + swap(type_, other->type_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectConfigResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectTarget::InitAsDefaultInstance() { +} +class ProjectTarget::_Internal { + public: +}; + +ProjectTarget::ProjectTarget() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectTarget) +} +ProjectTarget::ProjectTarget(const ProjectTarget& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_name().empty()) { + name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_); + } + path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_path().empty()) { + path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); + } + description_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_description().empty()) { + description_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.description_); + } + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectTarget) +} + +void ProjectTarget::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectTarget_testgen_2eproto.base); + name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + description_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +ProjectTarget::~ProjectTarget() { + // @@protoc_insertion_point(destructor:testsgen.ProjectTarget) + SharedDtor(); +} + +void ProjectTarget::SharedDtor() { + name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + description_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void ProjectTarget::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectTarget& ProjectTarget::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectTarget_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectTarget::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectTarget) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + description_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +const char* ProjectTarget::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string name = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_name(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectTarget.name")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string path = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_path(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectTarget.path")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string description = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + auto str = _internal_mutable_description(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectTarget.description")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectTarget::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectTarget) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string name = 1; + if (this->name().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_name().data(), static_cast(this->_internal_name().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectTarget.name"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_name(), target); + } + + // string path = 2; + if (this->path().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_path().data(), static_cast(this->_internal_path().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectTarget.path"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_path(), target); + } + + // string description = 3; + if (this->description().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_description().data(), static_cast(this->_internal_description().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.ProjectTarget.description"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_description(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectTarget) + return target; +} + +size_t ProjectTarget::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectTarget) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string name = 1; + if (this->name().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_name()); + } + + // string path = 2; + if (this->path().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_path()); + } + + // string description = 3; + if (this->description().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_description()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectTarget::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectTarget) + GOOGLE_DCHECK_NE(&from, this); + const ProjectTarget* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectTarget) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectTarget) + MergeFrom(*source); + } +} + +void ProjectTarget::MergeFrom(const ProjectTarget& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectTarget) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.name().size() > 0) { + + name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_); + } + if (from.path().size() > 0) { + + path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); + } + if (from.description().size() > 0) { + + description_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.description_); + } +} + +void ProjectTarget::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectTarget) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectTarget::CopyFrom(const ProjectTarget& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectTarget) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectTarget::IsInitialized() const { + return true; +} + +void ProjectTarget::InternalSwap(ProjectTarget* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + description_.Swap(&other->description_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectTarget::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectTargetsRequest::InitAsDefaultInstance() { + ::testsgen::_ProjectTargetsRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( + ::testsgen::ProjectContext::internal_default_instance()); +} +class ProjectTargetsRequest::_Internal { + public: + static const ::testsgen::ProjectContext& projectcontext(const ProjectTargetsRequest* msg); +}; + +const ::testsgen::ProjectContext& +ProjectTargetsRequest::_Internal::projectcontext(const ProjectTargetsRequest* msg) { + return *msg->projectcontext_; +} +ProjectTargetsRequest::ProjectTargetsRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectTargetsRequest) +} +ProjectTargetsRequest::ProjectTargetsRequest(const ProjectTargetsRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_projectcontext()) { + projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); + } else { + projectcontext_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectTargetsRequest) +} + +void ProjectTargetsRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectTargetsRequest_testgen_2eproto.base); + projectcontext_ = nullptr; +} + +ProjectTargetsRequest::~ProjectTargetsRequest() { + // @@protoc_insertion_point(destructor:testsgen.ProjectTargetsRequest) + SharedDtor(); +} + +void ProjectTargetsRequest::SharedDtor() { + if (this != internal_default_instance()) delete projectcontext_; +} + +void ProjectTargetsRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectTargetsRequest& ProjectTargetsRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectTargetsRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectTargetsRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectTargetsRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* ProjectTargetsRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ProjectContext projectContext = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectTargetsRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectTargetsRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 1, _Internal::projectcontext(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectTargetsRequest) + return target; +} + +size_t ProjectTargetsRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectTargetsRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .testsgen.ProjectContext projectContext = 1; + if (this->has_projectcontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectcontext_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectTargetsRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectTargetsRequest) + GOOGLE_DCHECK_NE(&from, this); + const ProjectTargetsRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectTargetsRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectTargetsRequest) + MergeFrom(*source); + } +} + +void ProjectTargetsRequest::MergeFrom(const ProjectTargetsRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectTargetsRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_projectcontext()) { + _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); + } +} + +void ProjectTargetsRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectTargetsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectTargetsRequest::CopyFrom(const ProjectTargetsRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectTargetsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectTargetsRequest::IsInitialized() const { + return true; +} + +void ProjectTargetsRequest::InternalSwap(ProjectTargetsRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(projectcontext_, other->projectcontext_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectTargetsRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void ProjectTargetsResponse::InitAsDefaultInstance() { + ::testsgen::_ProjectTargetsResponse_default_instance_._instance.get_mutable()->prioritytarget_ = const_cast< ::testsgen::ProjectTarget*>( + ::testsgen::ProjectTarget::internal_default_instance()); +} +class ProjectTargetsResponse::_Internal { + public: + static const ::testsgen::ProjectTarget& prioritytarget(const ProjectTargetsResponse* msg); +}; + +const ::testsgen::ProjectTarget& +ProjectTargetsResponse::_Internal::prioritytarget(const ProjectTargetsResponse* msg) { + return *msg->prioritytarget_; +} +ProjectTargetsResponse::ProjectTargetsResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.ProjectTargetsResponse) +} +ProjectTargetsResponse::ProjectTargetsResponse(const ProjectTargetsResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + targets_(from.targets_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from._internal_has_prioritytarget()) { + prioritytarget_ = new ::testsgen::ProjectTarget(*from.prioritytarget_); + } else { + prioritytarget_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.ProjectTargetsResponse) +} + +void ProjectTargetsResponse::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectTargetsResponse_testgen_2eproto.base); + prioritytarget_ = nullptr; +} + +ProjectTargetsResponse::~ProjectTargetsResponse() { + // @@protoc_insertion_point(destructor:testsgen.ProjectTargetsResponse) + SharedDtor(); +} + +void ProjectTargetsResponse::SharedDtor() { + if (this != internal_default_instance()) delete prioritytarget_; +} + +void ProjectTargetsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ProjectTargetsResponse& ProjectTargetsResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectTargetsResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void ProjectTargetsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.ProjectTargetsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + targets_.Clear(); + if (GetArenaNoVirtual() == nullptr && prioritytarget_ != nullptr) { + delete prioritytarget_; + } + prioritytarget_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* ProjectTargetsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // repeated .testsgen.ProjectTarget targets = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_targets(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + } else goto handle_unusual; + continue; + // .testsgen.ProjectTarget priorityTarget = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_prioritytarget(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* ProjectTargetsResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectTargetsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .testsgen.ProjectTarget targets = 1; + for (unsigned int i = 0, + n = static_cast(this->_internal_targets_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, this->_internal_targets(i), target, stream); + } + + // .testsgen.ProjectTarget priorityTarget = 2; + if (this->has_prioritytarget()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::prioritytarget(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectTargetsResponse) + return target; +} + +size_t ProjectTargetsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectTargetsResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .testsgen.ProjectTarget targets = 1; + total_size += 1UL * this->_internal_targets_size(); + for (const auto& msg : this->targets_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // .testsgen.ProjectTarget priorityTarget = 2; + if (this->has_prioritytarget()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *prioritytarget_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ProjectTargetsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectTargetsResponse) + GOOGLE_DCHECK_NE(&from, this); + const ProjectTargetsResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectTargetsResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectTargetsResponse) + MergeFrom(*source); + } +} + +void ProjectTargetsResponse::MergeFrom(const ProjectTargetsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectTargetsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + targets_.MergeFrom(from.targets_); + if (from.has_prioritytarget()) { + _internal_mutable_prioritytarget()->::testsgen::ProjectTarget::MergeFrom(from._internal_prioritytarget()); + } +} + +void ProjectTargetsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectTargetsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ProjectTargetsResponse::CopyFrom(const ProjectTargetsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectTargetsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ProjectTargetsResponse::IsInitialized() const { + return true; +} + +void ProjectTargetsResponse::InternalSwap(ProjectTargetsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + targets_.InternalSwap(&other->targets_); + swap(prioritytarget_, other->prioritytarget_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ProjectTargetsResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FileTargetsRequest::InitAsDefaultInstance() { + ::testsgen::_FileTargetsRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( + ::testsgen::ProjectContext::internal_default_instance()); +} +class FileTargetsRequest::_Internal { + public: + static const ::testsgen::ProjectContext& projectcontext(const FileTargetsRequest* msg); +}; + +const ::testsgen::ProjectContext& +FileTargetsRequest::_Internal::projectcontext(const FileTargetsRequest* msg) { + return *msg->projectcontext_; +} +FileTargetsRequest::FileTargetsRequest() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FileTargetsRequest) +} +FileTargetsRequest::FileTargetsRequest(const FileTargetsRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_path().empty()) { + path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); + } + if (from._internal_has_projectcontext()) { + projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); + } else { + projectcontext_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:testsgen.FileTargetsRequest) +} + +void FileTargetsRequest::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileTargetsRequest_testgen_2eproto.base); + path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + projectcontext_ = nullptr; +} + +FileTargetsRequest::~FileTargetsRequest() { + // @@protoc_insertion_point(destructor:testsgen.FileTargetsRequest) + SharedDtor(); +} + +void FileTargetsRequest::SharedDtor() { + path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete projectcontext_; +} + +void FileTargetsRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FileTargetsRequest& FileTargetsRequest::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileTargetsRequest_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FileTargetsRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FileTargetsRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; + _internal_metadata_.Clear(); +} + +const char* FileTargetsRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string path = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_path(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FileTargetsRequest.path")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // .testsgen.ProjectContext projectContext = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FileTargetsRequest::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileTargetsRequest) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string path = 1; + if (this->path().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_path().data(), static_cast(this->_internal_path().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.FileTargetsRequest.path"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_path(), target); + } + + // .testsgen.ProjectContext projectContext = 2; + if (this->has_projectcontext()) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage( + 2, _Internal::projectcontext(this), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileTargetsRequest) + return target; +} + +size_t FileTargetsRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FileTargetsRequest) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string path = 1; + if (this->path().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_path()); + } + + // .testsgen.ProjectContext projectContext = 2; + if (this->has_projectcontext()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *projectcontext_); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FileTargetsRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileTargetsRequest) + GOOGLE_DCHECK_NE(&from, this); + const FileTargetsRequest* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileTargetsRequest) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileTargetsRequest) + MergeFrom(*source); + } +} + +void FileTargetsRequest::MergeFrom(const FileTargetsRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileTargetsRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.path().size() > 0) { + + path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); + } + if (from.has_projectcontext()) { + _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); + } +} + +void FileTargetsRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileTargetsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FileTargetsRequest::CopyFrom(const FileTargetsRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileTargetsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FileTargetsRequest::IsInitialized() const { + return true; +} + +void FileTargetsRequest::InternalSwap(FileTargetsRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(projectcontext_, other->projectcontext_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FileTargetsRequest::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void FileTargetsResponse::InitAsDefaultInstance() { +} +class FileTargetsResponse::_Internal { + public: +}; + +FileTargetsResponse::FileTargetsResponse() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.FileTargetsResponse) +} +FileTargetsResponse::FileTargetsResponse(const FileTargetsResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr), + targets_(from.targets_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:testsgen.FileTargetsResponse) +} + +void FileTargetsResponse::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileTargetsResponse_testgen_2eproto.base); +} + +FileTargetsResponse::~FileTargetsResponse() { + // @@protoc_insertion_point(destructor:testsgen.FileTargetsResponse) + SharedDtor(); +} + +void FileTargetsResponse::SharedDtor() { +} + +void FileTargetsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const FileTargetsResponse& FileTargetsResponse::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileTargetsResponse_testgen_2eproto.base); + return *internal_default_instance(); +} + + +void FileTargetsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.FileTargetsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + targets_.Clear(); + _internal_metadata_.Clear(); +} + +const char* FileTargetsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // repeated .testsgen.ProjectTarget targets = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_targets(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* FileTargetsResponse::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileTargetsResponse) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .testsgen.ProjectTarget targets = 1; + for (unsigned int i = 0, + n = static_cast(this->_internal_targets_size()); i < n; i++) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, this->_internal_targets(i), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileTargetsResponse) + return target; +} + +size_t FileTargetsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.FileTargetsResponse) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .testsgen.ProjectTarget targets = 1; + total_size += 1UL * this->_internal_targets_size(); + for (const auto& msg : this->targets_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void FileTargetsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileTargetsResponse) + GOOGLE_DCHECK_NE(&from, this); + const FileTargetsResponse* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileTargetsResponse) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileTargetsResponse) + MergeFrom(*source); + } +} + +void FileTargetsResponse::MergeFrom(const FileTargetsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileTargetsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + targets_.MergeFrom(from.targets_); +} + +void FileTargetsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileTargetsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void FileTargetsResponse::CopyFrom(const FileTargetsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileTargetsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool FileTargetsResponse::IsInitialized() const { + return true; +} + +void FileTargetsResponse::InternalSwap(FileTargetsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + targets_.InternalSwap(&other->targets_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata FileTargetsResponse::GetMetadata() const { + return GetMetadataStatic(); +} + + +// @@protoc_insertion_point(namespace_scope) +} // namespace testsgen +PROTOBUF_NAMESPACE_OPEN +template<> PROTOBUF_NOINLINE ::testsgen::DummyRequest* Arena::CreateMaybeMessage< ::testsgen::DummyRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::DummyRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::DummyResponse* Arena::CreateMaybeMessage< ::testsgen::DummyResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::DummyResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::RegisterClientRequest* Arena::CreateMaybeMessage< ::testsgen::RegisterClientRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::RegisterClientRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::RegisterClientResponse* Arena::CreateMaybeMessage< ::testsgen::RegisterClientResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::RegisterClientResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FunctionTypeResponse* Arena::CreateMaybeMessage< ::testsgen::FunctionTypeResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FunctionTypeResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::LogChannelRequest* Arena::CreateMaybeMessage< ::testsgen::LogChannelRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::LogChannelRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::LogEntry* Arena::CreateMaybeMessage< ::testsgen::LogEntry >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::LogEntry >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectContext* Arena::CreateMaybeMessage< ::testsgen::ProjectContext >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectContext >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::SettingsContext* Arena::CreateMaybeMessage< ::testsgen::SettingsContext >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::SettingsContext >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::SnippetRequest* Arena::CreateMaybeMessage< ::testsgen::SnippetRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::SnippetRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectRequest* Arena::CreateMaybeMessage< ::testsgen::ProjectRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FileRequest* Arena::CreateMaybeMessage< ::testsgen::FileRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FileRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FolderRequest* Arena::CreateMaybeMessage< ::testsgen::FolderRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FolderRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::LineRequest* Arena::CreateMaybeMessage< ::testsgen::LineRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::LineRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FunctionRequest* Arena::CreateMaybeMessage< ::testsgen::FunctionRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FunctionRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ClassRequest* Arena::CreateMaybeMessage< ::testsgen::ClassRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ClassRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::AssertionRequest* Arena::CreateMaybeMessage< ::testsgen::AssertionRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::AssertionRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::PredicateRequest* Arena::CreateMaybeMessage< ::testsgen::PredicateRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::PredicateRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::StubsResponse* Arena::CreateMaybeMessage< ::testsgen::StubsResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::StubsResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::TestsResponse* Arena::CreateMaybeMessage< ::testsgen::TestsResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::TestsResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::SourceLine* Arena::CreateMaybeMessage< ::testsgen::SourceLine >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::SourceLine >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FileCoverageSimplified* Arena::CreateMaybeMessage< ::testsgen::FileCoverageSimplified >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FileCoverageSimplified >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::TestFilter* Arena::CreateMaybeMessage< ::testsgen::TestFilter >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::TestFilter >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::CoverageAndResultsRequest* Arena::CreateMaybeMessage< ::testsgen::CoverageAndResultsRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::CoverageAndResultsRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::TestResultObject* Arena::CreateMaybeMessage< ::testsgen::TestResultObject >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::TestResultObject >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::CoverageAndResultsResponse* Arena::CreateMaybeMessage< ::testsgen::CoverageAndResultsResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::CoverageAndResultsResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::HeartbeatResponse* Arena::CreateMaybeMessage< ::testsgen::HeartbeatResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::HeartbeatResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectConfigRequest* Arena::CreateMaybeMessage< ::testsgen::ProjectConfigRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectConfigRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectConfigResponse* Arena::CreateMaybeMessage< ::testsgen::ProjectConfigResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectConfigResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectTarget* Arena::CreateMaybeMessage< ::testsgen::ProjectTarget >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectTarget >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectTargetsRequest* Arena::CreateMaybeMessage< ::testsgen::ProjectTargetsRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectTargetsRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::ProjectTargetsResponse* Arena::CreateMaybeMessage< ::testsgen::ProjectTargetsResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::ProjectTargetsResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FileTargetsRequest* Arena::CreateMaybeMessage< ::testsgen::FileTargetsRequest >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FileTargetsRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::FileTargetsResponse* Arena::CreateMaybeMessage< ::testsgen::FileTargetsResponse >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::FileTargetsResponse >(arena); +} +PROTOBUF_NAMESPACE_CLOSE + +// @@protoc_insertion_point(global_scope) +#include diff --git a/server/cmake-build-debug/protobuf/testgen.pb.h b/server/cmake-build-debug/protobuf/testgen.pb.h new file mode 100644 index 000000000..8034405c3 --- /dev/null +++ b/server/cmake-build-debug/protobuf/testgen.pb.h @@ -0,0 +1,9528 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: testgen.proto + +#ifndef GOOGLE_PROTOBUF_INCLUDED_testgen_2eproto +#define GOOGLE_PROTOBUF_INCLUDED_testgen_2eproto + +#include +#include + +#include +#if PROTOBUF_VERSION < 3011000 +#error This file was generated by a newer version of protoc which is +#error incompatible with your Protocol Buffer headers. Please update +#error your headers. +#endif +#if 3011002 < PROTOBUF_MIN_PROTOC_VERSION +#error This file was generated by an older version of protoc which is +#error incompatible with your Protocol Buffer headers. Please +#error regenerate this file with a newer version of protoc. +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include // IWYU pragma: export +#include // IWYU pragma: export +#include +#include +#include "util.pb.h" +// @@protoc_insertion_point(includes) +#include +#define PROTOBUF_INTERNAL_EXPORT_testgen_2eproto +PROTOBUF_NAMESPACE_OPEN +namespace internal { +class AnyMetadata; +} // namespace internal +PROTOBUF_NAMESPACE_CLOSE + +// Internal implementation detail -- do not use these members. +struct TableStruct_testgen_2eproto { + static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] + PROTOBUF_SECTION_VARIABLE(protodesc_cold); + static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] + PROTOBUF_SECTION_VARIABLE(protodesc_cold); + static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[34] + PROTOBUF_SECTION_VARIABLE(protodesc_cold); + static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; + static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; + static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; +}; +extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_testgen_2eproto; +namespace testsgen { +class AssertionRequest; +class AssertionRequestDefaultTypeInternal; +extern AssertionRequestDefaultTypeInternal _AssertionRequest_default_instance_; +class ClassRequest; +class ClassRequestDefaultTypeInternal; +extern ClassRequestDefaultTypeInternal _ClassRequest_default_instance_; +class CoverageAndResultsRequest; +class CoverageAndResultsRequestDefaultTypeInternal; +extern CoverageAndResultsRequestDefaultTypeInternal _CoverageAndResultsRequest_default_instance_; +class CoverageAndResultsResponse; +class CoverageAndResultsResponseDefaultTypeInternal; +extern CoverageAndResultsResponseDefaultTypeInternal _CoverageAndResultsResponse_default_instance_; +class DummyRequest; +class DummyRequestDefaultTypeInternal; +extern DummyRequestDefaultTypeInternal _DummyRequest_default_instance_; +class DummyResponse; +class DummyResponseDefaultTypeInternal; +extern DummyResponseDefaultTypeInternal _DummyResponse_default_instance_; +class FileCoverageSimplified; +class FileCoverageSimplifiedDefaultTypeInternal; +extern FileCoverageSimplifiedDefaultTypeInternal _FileCoverageSimplified_default_instance_; +class FileRequest; +class FileRequestDefaultTypeInternal; +extern FileRequestDefaultTypeInternal _FileRequest_default_instance_; +class FileTargetsRequest; +class FileTargetsRequestDefaultTypeInternal; +extern FileTargetsRequestDefaultTypeInternal _FileTargetsRequest_default_instance_; +class FileTargetsResponse; +class FileTargetsResponseDefaultTypeInternal; +extern FileTargetsResponseDefaultTypeInternal _FileTargetsResponse_default_instance_; +class FolderRequest; +class FolderRequestDefaultTypeInternal; +extern FolderRequestDefaultTypeInternal _FolderRequest_default_instance_; +class FunctionRequest; +class FunctionRequestDefaultTypeInternal; +extern FunctionRequestDefaultTypeInternal _FunctionRequest_default_instance_; +class FunctionTypeResponse; +class FunctionTypeResponseDefaultTypeInternal; +extern FunctionTypeResponseDefaultTypeInternal _FunctionTypeResponse_default_instance_; +class HeartbeatResponse; +class HeartbeatResponseDefaultTypeInternal; +extern HeartbeatResponseDefaultTypeInternal _HeartbeatResponse_default_instance_; +class LineRequest; +class LineRequestDefaultTypeInternal; +extern LineRequestDefaultTypeInternal _LineRequest_default_instance_; +class LogChannelRequest; +class LogChannelRequestDefaultTypeInternal; +extern LogChannelRequestDefaultTypeInternal _LogChannelRequest_default_instance_; +class LogEntry; +class LogEntryDefaultTypeInternal; +extern LogEntryDefaultTypeInternal _LogEntry_default_instance_; +class PredicateRequest; +class PredicateRequestDefaultTypeInternal; +extern PredicateRequestDefaultTypeInternal _PredicateRequest_default_instance_; +class ProjectConfigRequest; +class ProjectConfigRequestDefaultTypeInternal; +extern ProjectConfigRequestDefaultTypeInternal _ProjectConfigRequest_default_instance_; +class ProjectConfigResponse; +class ProjectConfigResponseDefaultTypeInternal; +extern ProjectConfigResponseDefaultTypeInternal _ProjectConfigResponse_default_instance_; +class ProjectContext; +class ProjectContextDefaultTypeInternal; +extern ProjectContextDefaultTypeInternal _ProjectContext_default_instance_; +class ProjectRequest; +class ProjectRequestDefaultTypeInternal; +extern ProjectRequestDefaultTypeInternal _ProjectRequest_default_instance_; +class ProjectTarget; +class ProjectTargetDefaultTypeInternal; +extern ProjectTargetDefaultTypeInternal _ProjectTarget_default_instance_; +class ProjectTargetsRequest; +class ProjectTargetsRequestDefaultTypeInternal; +extern ProjectTargetsRequestDefaultTypeInternal _ProjectTargetsRequest_default_instance_; +class ProjectTargetsResponse; +class ProjectTargetsResponseDefaultTypeInternal; +extern ProjectTargetsResponseDefaultTypeInternal _ProjectTargetsResponse_default_instance_; +class RegisterClientRequest; +class RegisterClientRequestDefaultTypeInternal; +extern RegisterClientRequestDefaultTypeInternal _RegisterClientRequest_default_instance_; +class RegisterClientResponse; +class RegisterClientResponseDefaultTypeInternal; +extern RegisterClientResponseDefaultTypeInternal _RegisterClientResponse_default_instance_; +class SettingsContext; +class SettingsContextDefaultTypeInternal; +extern SettingsContextDefaultTypeInternal _SettingsContext_default_instance_; +class SnippetRequest; +class SnippetRequestDefaultTypeInternal; +extern SnippetRequestDefaultTypeInternal _SnippetRequest_default_instance_; +class SourceLine; +class SourceLineDefaultTypeInternal; +extern SourceLineDefaultTypeInternal _SourceLine_default_instance_; +class StubsResponse; +class StubsResponseDefaultTypeInternal; +extern StubsResponseDefaultTypeInternal _StubsResponse_default_instance_; +class TestFilter; +class TestFilterDefaultTypeInternal; +extern TestFilterDefaultTypeInternal _TestFilter_default_instance_; +class TestResultObject; +class TestResultObjectDefaultTypeInternal; +extern TestResultObjectDefaultTypeInternal _TestResultObject_default_instance_; +class TestsResponse; +class TestsResponseDefaultTypeInternal; +extern TestsResponseDefaultTypeInternal _TestsResponse_default_instance_; +} // namespace testsgen +PROTOBUF_NAMESPACE_OPEN +template<> ::testsgen::AssertionRequest* Arena::CreateMaybeMessage<::testsgen::AssertionRequest>(Arena*); +template<> ::testsgen::ClassRequest* Arena::CreateMaybeMessage<::testsgen::ClassRequest>(Arena*); +template<> ::testsgen::CoverageAndResultsRequest* Arena::CreateMaybeMessage<::testsgen::CoverageAndResultsRequest>(Arena*); +template<> ::testsgen::CoverageAndResultsResponse* Arena::CreateMaybeMessage<::testsgen::CoverageAndResultsResponse>(Arena*); +template<> ::testsgen::DummyRequest* Arena::CreateMaybeMessage<::testsgen::DummyRequest>(Arena*); +template<> ::testsgen::DummyResponse* Arena::CreateMaybeMessage<::testsgen::DummyResponse>(Arena*); +template<> ::testsgen::FileCoverageSimplified* Arena::CreateMaybeMessage<::testsgen::FileCoverageSimplified>(Arena*); +template<> ::testsgen::FileRequest* Arena::CreateMaybeMessage<::testsgen::FileRequest>(Arena*); +template<> ::testsgen::FileTargetsRequest* Arena::CreateMaybeMessage<::testsgen::FileTargetsRequest>(Arena*); +template<> ::testsgen::FileTargetsResponse* Arena::CreateMaybeMessage<::testsgen::FileTargetsResponse>(Arena*); +template<> ::testsgen::FolderRequest* Arena::CreateMaybeMessage<::testsgen::FolderRequest>(Arena*); +template<> ::testsgen::FunctionRequest* Arena::CreateMaybeMessage<::testsgen::FunctionRequest>(Arena*); +template<> ::testsgen::FunctionTypeResponse* Arena::CreateMaybeMessage<::testsgen::FunctionTypeResponse>(Arena*); +template<> ::testsgen::HeartbeatResponse* Arena::CreateMaybeMessage<::testsgen::HeartbeatResponse>(Arena*); +template<> ::testsgen::LineRequest* Arena::CreateMaybeMessage<::testsgen::LineRequest>(Arena*); +template<> ::testsgen::LogChannelRequest* Arena::CreateMaybeMessage<::testsgen::LogChannelRequest>(Arena*); +template<> ::testsgen::LogEntry* Arena::CreateMaybeMessage<::testsgen::LogEntry>(Arena*); +template<> ::testsgen::PredicateRequest* Arena::CreateMaybeMessage<::testsgen::PredicateRequest>(Arena*); +template<> ::testsgen::ProjectConfigRequest* Arena::CreateMaybeMessage<::testsgen::ProjectConfigRequest>(Arena*); +template<> ::testsgen::ProjectConfigResponse* Arena::CreateMaybeMessage<::testsgen::ProjectConfigResponse>(Arena*); +template<> ::testsgen::ProjectContext* Arena::CreateMaybeMessage<::testsgen::ProjectContext>(Arena*); +template<> ::testsgen::ProjectRequest* Arena::CreateMaybeMessage<::testsgen::ProjectRequest>(Arena*); +template<> ::testsgen::ProjectTarget* Arena::CreateMaybeMessage<::testsgen::ProjectTarget>(Arena*); +template<> ::testsgen::ProjectTargetsRequest* Arena::CreateMaybeMessage<::testsgen::ProjectTargetsRequest>(Arena*); +template<> ::testsgen::ProjectTargetsResponse* Arena::CreateMaybeMessage<::testsgen::ProjectTargetsResponse>(Arena*); +template<> ::testsgen::RegisterClientRequest* Arena::CreateMaybeMessage<::testsgen::RegisterClientRequest>(Arena*); +template<> ::testsgen::RegisterClientResponse* Arena::CreateMaybeMessage<::testsgen::RegisterClientResponse>(Arena*); +template<> ::testsgen::SettingsContext* Arena::CreateMaybeMessage<::testsgen::SettingsContext>(Arena*); +template<> ::testsgen::SnippetRequest* Arena::CreateMaybeMessage<::testsgen::SnippetRequest>(Arena*); +template<> ::testsgen::SourceLine* Arena::CreateMaybeMessage<::testsgen::SourceLine>(Arena*); +template<> ::testsgen::StubsResponse* Arena::CreateMaybeMessage<::testsgen::StubsResponse>(Arena*); +template<> ::testsgen::TestFilter* Arena::CreateMaybeMessage<::testsgen::TestFilter>(Arena*); +template<> ::testsgen::TestResultObject* Arena::CreateMaybeMessage<::testsgen::TestResultObject>(Arena*); +template<> ::testsgen::TestsResponse* Arena::CreateMaybeMessage<::testsgen::TestsResponse>(Arena*); +PROTOBUF_NAMESPACE_CLOSE +namespace testsgen { + +enum TestStatus : int { + TEST_PASSED = 0, + TEST_FAILED = 1, + TEST_DEATH = 2, + TEST_INTERRUPTED = 3, + TestStatus_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), + TestStatus_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() +}; +bool TestStatus_IsValid(int value); +constexpr TestStatus TestStatus_MIN = TEST_PASSED; +constexpr TestStatus TestStatus_MAX = TEST_INTERRUPTED; +constexpr int TestStatus_ARRAYSIZE = TestStatus_MAX + 1; + +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TestStatus_descriptor(); +template +inline const std::string& TestStatus_Name(T enum_t_value) { + static_assert(::std::is_same::value || + ::std::is_integral::value, + "Incorrect type passed to function TestStatus_Name."); + return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( + TestStatus_descriptor(), enum_t_value); +} +inline bool TestStatus_Parse( + const std::string& name, TestStatus* value) { + return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( + TestStatus_descriptor(), name, value); +} +enum ConfigMode : int { + CHECK = 0, + CREATE_BUILD_DIR = 1, + GENERATE_JSON_FILES = 2, + ALL = 3, + ConfigMode_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), + ConfigMode_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() +}; +bool ConfigMode_IsValid(int value); +constexpr ConfigMode ConfigMode_MIN = CHECK; +constexpr ConfigMode ConfigMode_MAX = ALL; +constexpr int ConfigMode_ARRAYSIZE = ConfigMode_MAX + 1; + +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ConfigMode_descriptor(); +template +inline const std::string& ConfigMode_Name(T enum_t_value) { + static_assert(::std::is_same::value || + ::std::is_integral::value, + "Incorrect type passed to function ConfigMode_Name."); + return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( + ConfigMode_descriptor(), enum_t_value); +} +inline bool ConfigMode_Parse( + const std::string& name, ConfigMode* value) { + return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( + ConfigMode_descriptor(), name, value); +} +enum ProjectConfigStatus : int { + IS_OK = 0, + BUILD_DIR_NOT_FOUND = 1, + COMPILE_COMMANDS_JSON_NOT_FOUND = 2, + LINK_COMMANDS_JSON_NOT_FOUND = 3, + BUILD_DIR_CREATION_FAILED = 4, + RUN_JSON_GENERATION_FAILED = 5, + BUILD_DIR_SAME_AS_PROJECT = 6, + ProjectConfigStatus_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), + ProjectConfigStatus_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() +}; +bool ProjectConfigStatus_IsValid(int value); +constexpr ProjectConfigStatus ProjectConfigStatus_MIN = IS_OK; +constexpr ProjectConfigStatus ProjectConfigStatus_MAX = BUILD_DIR_SAME_AS_PROJECT; +constexpr int ProjectConfigStatus_ARRAYSIZE = ProjectConfigStatus_MAX + 1; + +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ProjectConfigStatus_descriptor(); +template +inline const std::string& ProjectConfigStatus_Name(T enum_t_value) { + static_assert(::std::is_same::value || + ::std::is_integral::value, + "Incorrect type passed to function ProjectConfigStatus_Name."); + return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( + ProjectConfigStatus_descriptor(), enum_t_value); +} +inline bool ProjectConfigStatus_Parse( + const std::string& name, ProjectConfigStatus* value) { + return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( + ProjectConfigStatus_descriptor(), name, value); +} +// =================================================================== + +class DummyRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.DummyRequest) */ { + public: + DummyRequest(); + virtual ~DummyRequest(); + + DummyRequest(const DummyRequest& from); + DummyRequest(DummyRequest&& from) noexcept + : DummyRequest() { + *this = ::std::move(from); + } + + inline DummyRequest& operator=(const DummyRequest& from) { + CopyFrom(from); + return *this; + } + inline DummyRequest& operator=(DummyRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const DummyRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const DummyRequest* internal_default_instance() { + return reinterpret_cast( + &_DummyRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 0; + + friend void swap(DummyRequest& a, DummyRequest& b) { + a.Swap(&b); + } + inline void Swap(DummyRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline DummyRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + DummyRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const DummyRequest& from); + void MergeFrom(const DummyRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(DummyRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.DummyRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // @@protoc_insertion_point(class_scope:testsgen.DummyRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class DummyResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.DummyResponse) */ { + public: + DummyResponse(); + virtual ~DummyResponse(); + + DummyResponse(const DummyResponse& from); + DummyResponse(DummyResponse&& from) noexcept + : DummyResponse() { + *this = ::std::move(from); + } + + inline DummyResponse& operator=(const DummyResponse& from) { + CopyFrom(from); + return *this; + } + inline DummyResponse& operator=(DummyResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const DummyResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const DummyResponse* internal_default_instance() { + return reinterpret_cast( + &_DummyResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 1; + + friend void swap(DummyResponse& a, DummyResponse& b) { + a.Swap(&b); + } + inline void Swap(DummyResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline DummyResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + DummyResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const DummyResponse& from); + void MergeFrom(const DummyResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(DummyResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.DummyResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // @@protoc_insertion_point(class_scope:testsgen.DummyResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class RegisterClientRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.RegisterClientRequest) */ { + public: + RegisterClientRequest(); + virtual ~RegisterClientRequest(); + + RegisterClientRequest(const RegisterClientRequest& from); + RegisterClientRequest(RegisterClientRequest&& from) noexcept + : RegisterClientRequest() { + *this = ::std::move(from); + } + + inline RegisterClientRequest& operator=(const RegisterClientRequest& from) { + CopyFrom(from); + return *this; + } + inline RegisterClientRequest& operator=(RegisterClientRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const RegisterClientRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const RegisterClientRequest* internal_default_instance() { + return reinterpret_cast( + &_RegisterClientRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 2; + + friend void swap(RegisterClientRequest& a, RegisterClientRequest& b) { + a.Swap(&b); + } + inline void Swap(RegisterClientRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline RegisterClientRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + RegisterClientRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const RegisterClientRequest& from); + void MergeFrom(const RegisterClientRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(RegisterClientRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.RegisterClientRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kClientIdFieldNumber = 1, + }; + // string clientId = 1; + void clear_clientid(); + const std::string& clientid() const; + void set_clientid(const std::string& value); + void set_clientid(std::string&& value); + void set_clientid(const char* value); + void set_clientid(const char* value, size_t size); + std::string* mutable_clientid(); + std::string* release_clientid(); + void set_allocated_clientid(std::string* clientid); + private: + const std::string& _internal_clientid() const; + void _internal_set_clientid(const std::string& value); + std::string* _internal_mutable_clientid(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.RegisterClientRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr clientid_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class RegisterClientResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.RegisterClientResponse) */ { + public: + RegisterClientResponse(); + virtual ~RegisterClientResponse(); + + RegisterClientResponse(const RegisterClientResponse& from); + RegisterClientResponse(RegisterClientResponse&& from) noexcept + : RegisterClientResponse() { + *this = ::std::move(from); + } + + inline RegisterClientResponse& operator=(const RegisterClientResponse& from) { + CopyFrom(from); + return *this; + } + inline RegisterClientResponse& operator=(RegisterClientResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const RegisterClientResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const RegisterClientResponse* internal_default_instance() { + return reinterpret_cast( + &_RegisterClientResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 3; + + friend void swap(RegisterClientResponse& a, RegisterClientResponse& b) { + a.Swap(&b); + } + inline void Swap(RegisterClientResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline RegisterClientResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + RegisterClientResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const RegisterClientResponse& from); + void MergeFrom(const RegisterClientResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(RegisterClientResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.RegisterClientResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kIsDuplicateFieldNumber = 1, + }; + // bool isDuplicate = 1; + void clear_isduplicate(); + bool isduplicate() const; + void set_isduplicate(bool value); + private: + bool _internal_isduplicate() const; + void _internal_set_isduplicate(bool value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.RegisterClientResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + bool isduplicate_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FunctionTypeResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FunctionTypeResponse) */ { + public: + FunctionTypeResponse(); + virtual ~FunctionTypeResponse(); + + FunctionTypeResponse(const FunctionTypeResponse& from); + FunctionTypeResponse(FunctionTypeResponse&& from) noexcept + : FunctionTypeResponse() { + *this = ::std::move(from); + } + + inline FunctionTypeResponse& operator=(const FunctionTypeResponse& from) { + CopyFrom(from); + return *this; + } + inline FunctionTypeResponse& operator=(FunctionTypeResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FunctionTypeResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FunctionTypeResponse* internal_default_instance() { + return reinterpret_cast( + &_FunctionTypeResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 4; + + friend void swap(FunctionTypeResponse& a, FunctionTypeResponse& b) { + a.Swap(&b); + } + inline void Swap(FunctionTypeResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FunctionTypeResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + FunctionTypeResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FunctionTypeResponse& from); + void MergeFrom(const FunctionTypeResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FunctionTypeResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FunctionTypeResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kValidationTypeFieldNumber = 1, + }; + // .testsgen.ValidationType validationType = 1; + void clear_validationtype(); + ::testsgen::ValidationType validationtype() const; + void set_validationtype(::testsgen::ValidationType value); + private: + ::testsgen::ValidationType _internal_validationtype() const; + void _internal_set_validationtype(::testsgen::ValidationType value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.FunctionTypeResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + int validationtype_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class LogChannelRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.LogChannelRequest) */ { + public: + LogChannelRequest(); + virtual ~LogChannelRequest(); + + LogChannelRequest(const LogChannelRequest& from); + LogChannelRequest(LogChannelRequest&& from) noexcept + : LogChannelRequest() { + *this = ::std::move(from); + } + + inline LogChannelRequest& operator=(const LogChannelRequest& from) { + CopyFrom(from); + return *this; + } + inline LogChannelRequest& operator=(LogChannelRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const LogChannelRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const LogChannelRequest* internal_default_instance() { + return reinterpret_cast( + &_LogChannelRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 5; + + friend void swap(LogChannelRequest& a, LogChannelRequest& b) { + a.Swap(&b); + } + inline void Swap(LogChannelRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline LogChannelRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + LogChannelRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const LogChannelRequest& from); + void MergeFrom(const LogChannelRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(LogChannelRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.LogChannelRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLogLevelFieldNumber = 2, + }; + // string logLevel = 2; + void clear_loglevel(); + const std::string& loglevel() const; + void set_loglevel(const std::string& value); + void set_loglevel(std::string&& value); + void set_loglevel(const char* value); + void set_loglevel(const char* value, size_t size); + std::string* mutable_loglevel(); + std::string* release_loglevel(); + void set_allocated_loglevel(std::string* loglevel); + private: + const std::string& _internal_loglevel() const; + void _internal_set_loglevel(const std::string& value); + std::string* _internal_mutable_loglevel(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.LogChannelRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr loglevel_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class LogEntry : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.LogEntry) */ { + public: + LogEntry(); + virtual ~LogEntry(); + + LogEntry(const LogEntry& from); + LogEntry(LogEntry&& from) noexcept + : LogEntry() { + *this = ::std::move(from); + } + + inline LogEntry& operator=(const LogEntry& from) { + CopyFrom(from); + return *this; + } + inline LogEntry& operator=(LogEntry&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const LogEntry& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const LogEntry* internal_default_instance() { + return reinterpret_cast( + &_LogEntry_default_instance_); + } + static constexpr int kIndexInFileMessages = + 6; + + friend void swap(LogEntry& a, LogEntry& b) { + a.Swap(&b); + } + inline void Swap(LogEntry* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline LogEntry* New() const final { + return CreateMaybeMessage(nullptr); + } + + LogEntry* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const LogEntry& from); + void MergeFrom(const LogEntry& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(LogEntry* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.LogEntry"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kMessageFieldNumber = 1, + }; + // string message = 1; + void clear_message(); + const std::string& message() const; + void set_message(const std::string& value); + void set_message(std::string&& value); + void set_message(const char* value); + void set_message(const char* value, size_t size); + std::string* mutable_message(); + std::string* release_message(); + void set_allocated_message(std::string* message); + private: + const std::string& _internal_message() const; + void _internal_set_message(const std::string& value); + std::string* _internal_mutable_message(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.LogEntry) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectContext : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectContext) */ { + public: + ProjectContext(); + virtual ~ProjectContext(); + + ProjectContext(const ProjectContext& from); + ProjectContext(ProjectContext&& from) noexcept + : ProjectContext() { + *this = ::std::move(from); + } + + inline ProjectContext& operator=(const ProjectContext& from) { + CopyFrom(from); + return *this; + } + inline ProjectContext& operator=(ProjectContext&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectContext& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectContext* internal_default_instance() { + return reinterpret_cast( + &_ProjectContext_default_instance_); + } + static constexpr int kIndexInFileMessages = + 7; + + friend void swap(ProjectContext& a, ProjectContext& b) { + a.Swap(&b); + } + inline void Swap(ProjectContext* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectContext* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectContext* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectContext& from); + void MergeFrom(const ProjectContext& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectContext* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectContext"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kProjectNameFieldNumber = 1, + kProjectPathFieldNumber = 2, + kTestDirPathFieldNumber = 3, + kBuildDirRelativePathFieldNumber = 4, + kResultsDirRelativePathFieldNumber = 5, + }; + // string projectName = 1; + void clear_projectname(); + const std::string& projectname() const; + void set_projectname(const std::string& value); + void set_projectname(std::string&& value); + void set_projectname(const char* value); + void set_projectname(const char* value, size_t size); + std::string* mutable_projectname(); + std::string* release_projectname(); + void set_allocated_projectname(std::string* projectname); + private: + const std::string& _internal_projectname() const; + void _internal_set_projectname(const std::string& value); + std::string* _internal_mutable_projectname(); + public: + + // string projectPath = 2; + void clear_projectpath(); + const std::string& projectpath() const; + void set_projectpath(const std::string& value); + void set_projectpath(std::string&& value); + void set_projectpath(const char* value); + void set_projectpath(const char* value, size_t size); + std::string* mutable_projectpath(); + std::string* release_projectpath(); + void set_allocated_projectpath(std::string* projectpath); + private: + const std::string& _internal_projectpath() const; + void _internal_set_projectpath(const std::string& value); + std::string* _internal_mutable_projectpath(); + public: + + // string testDirPath = 3; + void clear_testdirpath(); + const std::string& testdirpath() const; + void set_testdirpath(const std::string& value); + void set_testdirpath(std::string&& value); + void set_testdirpath(const char* value); + void set_testdirpath(const char* value, size_t size); + std::string* mutable_testdirpath(); + std::string* release_testdirpath(); + void set_allocated_testdirpath(std::string* testdirpath); + private: + const std::string& _internal_testdirpath() const; + void _internal_set_testdirpath(const std::string& value); + std::string* _internal_mutable_testdirpath(); + public: + + // string buildDirRelativePath = 4; + void clear_builddirrelativepath(); + const std::string& builddirrelativepath() const; + void set_builddirrelativepath(const std::string& value); + void set_builddirrelativepath(std::string&& value); + void set_builddirrelativepath(const char* value); + void set_builddirrelativepath(const char* value, size_t size); + std::string* mutable_builddirrelativepath(); + std::string* release_builddirrelativepath(); + void set_allocated_builddirrelativepath(std::string* builddirrelativepath); + private: + const std::string& _internal_builddirrelativepath() const; + void _internal_set_builddirrelativepath(const std::string& value); + std::string* _internal_mutable_builddirrelativepath(); + public: + + // string resultsDirRelativePath = 5; + void clear_resultsdirrelativepath(); + const std::string& resultsdirrelativepath() const; + void set_resultsdirrelativepath(const std::string& value); + void set_resultsdirrelativepath(std::string&& value); + void set_resultsdirrelativepath(const char* value); + void set_resultsdirrelativepath(const char* value, size_t size); + std::string* mutable_resultsdirrelativepath(); + std::string* release_resultsdirrelativepath(); + void set_allocated_resultsdirrelativepath(std::string* resultsdirrelativepath); + private: + const std::string& _internal_resultsdirrelativepath() const; + void _internal_set_resultsdirrelativepath(const std::string& value); + std::string* _internal_mutable_resultsdirrelativepath(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectContext) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr projectname_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr projectpath_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testdirpath_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr builddirrelativepath_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr resultsdirrelativepath_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class SettingsContext : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SettingsContext) */ { + public: + SettingsContext(); + virtual ~SettingsContext(); + + SettingsContext(const SettingsContext& from); + SettingsContext(SettingsContext&& from) noexcept + : SettingsContext() { + *this = ::std::move(from); + } + + inline SettingsContext& operator=(const SettingsContext& from) { + CopyFrom(from); + return *this; + } + inline SettingsContext& operator=(SettingsContext&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const SettingsContext& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const SettingsContext* internal_default_instance() { + return reinterpret_cast( + &_SettingsContext_default_instance_); + } + static constexpr int kIndexInFileMessages = + 8; + + friend void swap(SettingsContext& a, SettingsContext& b) { + a.Swap(&b); + } + inline void Swap(SettingsContext* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline SettingsContext* New() const final { + return CreateMaybeMessage(nullptr); + } + + SettingsContext* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const SettingsContext& from); + void MergeFrom(const SettingsContext& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(SettingsContext* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.SettingsContext"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTimeoutPerFunctionFieldNumber = 3, + kGenerateForStaticFunctionsFieldNumber = 1, + kVerboseFieldNumber = 2, + kUseDeterministicSearcherFieldNumber = 5, + kUseStubsFieldNumber = 6, + kTimeoutPerTestFieldNumber = 4, + }; + // int32 timeoutPerFunction = 3; + void clear_timeoutperfunction(); + ::PROTOBUF_NAMESPACE_ID::int32 timeoutperfunction() const; + void set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value); + private: + ::PROTOBUF_NAMESPACE_ID::int32 _internal_timeoutperfunction() const; + void _internal_set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value); + public: + + // bool generateForStaticFunctions = 1; + void clear_generateforstaticfunctions(); + bool generateforstaticfunctions() const; + void set_generateforstaticfunctions(bool value); + private: + bool _internal_generateforstaticfunctions() const; + void _internal_set_generateforstaticfunctions(bool value); + public: + + // bool verbose = 2; + void clear_verbose(); + bool verbose() const; + void set_verbose(bool value); + private: + bool _internal_verbose() const; + void _internal_set_verbose(bool value); + public: + + // bool useDeterministicSearcher = 5; + void clear_usedeterministicsearcher(); + bool usedeterministicsearcher() const; + void set_usedeterministicsearcher(bool value); + private: + bool _internal_usedeterministicsearcher() const; + void _internal_set_usedeterministicsearcher(bool value); + public: + + // bool useStubs = 6; + void clear_usestubs(); + bool usestubs() const; + void set_usestubs(bool value); + private: + bool _internal_usestubs() const; + void _internal_set_usestubs(bool value); + public: + + // int32 timeoutPerTest = 4; + void clear_timeoutpertest(); + ::PROTOBUF_NAMESPACE_ID::int32 timeoutpertest() const; + void set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value); + private: + ::PROTOBUF_NAMESPACE_ID::int32 _internal_timeoutpertest() const; + void _internal_set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.SettingsContext) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::int32 timeoutperfunction_; + bool generateforstaticfunctions_; + bool verbose_; + bool usedeterministicsearcher_; + bool usestubs_; + ::PROTOBUF_NAMESPACE_ID::int32 timeoutpertest_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class SnippetRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SnippetRequest) */ { + public: + SnippetRequest(); + virtual ~SnippetRequest(); + + SnippetRequest(const SnippetRequest& from); + SnippetRequest(SnippetRequest&& from) noexcept + : SnippetRequest() { + *this = ::std::move(from); + } + + inline SnippetRequest& operator=(const SnippetRequest& from) { + CopyFrom(from); + return *this; + } + inline SnippetRequest& operator=(SnippetRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const SnippetRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const SnippetRequest* internal_default_instance() { + return reinterpret_cast( + &_SnippetRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 9; + + friend void swap(SnippetRequest& a, SnippetRequest& b) { + a.Swap(&b); + } + inline void Swap(SnippetRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline SnippetRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + SnippetRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const SnippetRequest& from); + void MergeFrom(const SnippetRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(SnippetRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.SnippetRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFilePathFieldNumber = 3, + kProjectContextFieldNumber = 1, + kSettingsContextFieldNumber = 2, + }; + // string filePath = 3; + void clear_filepath(); + const std::string& filepath() const; + void set_filepath(const std::string& value); + void set_filepath(std::string&& value); + void set_filepath(const char* value); + void set_filepath(const char* value, size_t size); + std::string* mutable_filepath(); + std::string* release_filepath(); + void set_allocated_filepath(std::string* filepath); + private: + const std::string& _internal_filepath() const; + void _internal_set_filepath(const std::string& value); + std::string* _internal_mutable_filepath(); + public: + + // .testsgen.ProjectContext projectContext = 1; + bool has_projectcontext() const; + private: + bool _internal_has_projectcontext() const; + public: + void clear_projectcontext(); + const ::testsgen::ProjectContext& projectcontext() const; + ::testsgen::ProjectContext* release_projectcontext(); + ::testsgen::ProjectContext* mutable_projectcontext(); + void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); + private: + const ::testsgen::ProjectContext& _internal_projectcontext() const; + ::testsgen::ProjectContext* _internal_mutable_projectcontext(); + public: + + // .testsgen.SettingsContext settingsContext = 2; + bool has_settingscontext() const; + private: + bool _internal_has_settingscontext() const; + public: + void clear_settingscontext(); + const ::testsgen::SettingsContext& settingscontext() const; + ::testsgen::SettingsContext* release_settingscontext(); + ::testsgen::SettingsContext* mutable_settingscontext(); + void set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext); + private: + const ::testsgen::SettingsContext& _internal_settingscontext() const; + ::testsgen::SettingsContext* _internal_mutable_settingscontext(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.SnippetRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; + ::testsgen::ProjectContext* projectcontext_; + ::testsgen::SettingsContext* settingscontext_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectRequest) */ { + public: + ProjectRequest(); + virtual ~ProjectRequest(); + + ProjectRequest(const ProjectRequest& from); + ProjectRequest(ProjectRequest&& from) noexcept + : ProjectRequest() { + *this = ::std::move(from); + } + + inline ProjectRequest& operator=(const ProjectRequest& from) { + CopyFrom(from); + return *this; + } + inline ProjectRequest& operator=(ProjectRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectRequest* internal_default_instance() { + return reinterpret_cast( + &_ProjectRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 10; + + friend void swap(ProjectRequest& a, ProjectRequest& b) { + a.Swap(&b); + } + inline void Swap(ProjectRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectRequest& from); + void MergeFrom(const ProjectRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kSourcePathsFieldNumber = 3, + kTargetPathFieldNumber = 5, + kProjectContextFieldNumber = 1, + kSettingsContextFieldNumber = 2, + kSynchronizeCodeFieldNumber = 4, + }; + // repeated string sourcePaths = 3; + int sourcepaths_size() const; + private: + int _internal_sourcepaths_size() const; + public: + void clear_sourcepaths(); + const std::string& sourcepaths(int index) const; + std::string* mutable_sourcepaths(int index); + void set_sourcepaths(int index, const std::string& value); + void set_sourcepaths(int index, std::string&& value); + void set_sourcepaths(int index, const char* value); + void set_sourcepaths(int index, const char* value, size_t size); + std::string* add_sourcepaths(); + void add_sourcepaths(const std::string& value); + void add_sourcepaths(std::string&& value); + void add_sourcepaths(const char* value); + void add_sourcepaths(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& sourcepaths() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_sourcepaths(); + private: + const std::string& _internal_sourcepaths(int index) const; + std::string* _internal_add_sourcepaths(); + public: + + // string targetPath = 5; + void clear_targetpath(); + const std::string& targetpath() const; + void set_targetpath(const std::string& value); + void set_targetpath(std::string&& value); + void set_targetpath(const char* value); + void set_targetpath(const char* value, size_t size); + std::string* mutable_targetpath(); + std::string* release_targetpath(); + void set_allocated_targetpath(std::string* targetpath); + private: + const std::string& _internal_targetpath() const; + void _internal_set_targetpath(const std::string& value); + std::string* _internal_mutable_targetpath(); + public: + + // .testsgen.ProjectContext projectContext = 1; + bool has_projectcontext() const; + private: + bool _internal_has_projectcontext() const; + public: + void clear_projectcontext(); + const ::testsgen::ProjectContext& projectcontext() const; + ::testsgen::ProjectContext* release_projectcontext(); + ::testsgen::ProjectContext* mutable_projectcontext(); + void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); + private: + const ::testsgen::ProjectContext& _internal_projectcontext() const; + ::testsgen::ProjectContext* _internal_mutable_projectcontext(); + public: + + // .testsgen.SettingsContext settingsContext = 2; + bool has_settingscontext() const; + private: + bool _internal_has_settingscontext() const; + public: + void clear_settingscontext(); + const ::testsgen::SettingsContext& settingscontext() const; + ::testsgen::SettingsContext* release_settingscontext(); + ::testsgen::SettingsContext* mutable_settingscontext(); + void set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext); + private: + const ::testsgen::SettingsContext& _internal_settingscontext() const; + ::testsgen::SettingsContext* _internal_mutable_settingscontext(); + public: + + // bool synchronizeCode = 4; + void clear_synchronizecode(); + bool synchronizecode() const; + void set_synchronizecode(bool value); + private: + bool _internal_synchronizecode() const; + void _internal_set_synchronizecode(bool value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField sourcepaths_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr targetpath_; + ::testsgen::ProjectContext* projectcontext_; + ::testsgen::SettingsContext* settingscontext_; + bool synchronizecode_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FileRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileRequest) */ { + public: + FileRequest(); + virtual ~FileRequest(); + + FileRequest(const FileRequest& from); + FileRequest(FileRequest&& from) noexcept + : FileRequest() { + *this = ::std::move(from); + } + + inline FileRequest& operator=(const FileRequest& from) { + CopyFrom(from); + return *this; + } + inline FileRequest& operator=(FileRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FileRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FileRequest* internal_default_instance() { + return reinterpret_cast( + &_FileRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 11; + + friend void swap(FileRequest& a, FileRequest& b) { + a.Swap(&b); + } + inline void Swap(FileRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FileRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + FileRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FileRequest& from); + void MergeFrom(const FileRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FileRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FileRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFilePathFieldNumber = 2, + kProjectRequestFieldNumber = 1, + }; + // string filePath = 2; + void clear_filepath(); + const std::string& filepath() const; + void set_filepath(const std::string& value); + void set_filepath(std::string&& value); + void set_filepath(const char* value); + void set_filepath(const char* value, size_t size); + std::string* mutable_filepath(); + std::string* release_filepath(); + void set_allocated_filepath(std::string* filepath); + private: + const std::string& _internal_filepath() const; + void _internal_set_filepath(const std::string& value); + std::string* _internal_mutable_filepath(); + public: + + // .testsgen.ProjectRequest projectRequest = 1; + bool has_projectrequest() const; + private: + bool _internal_has_projectrequest() const; + public: + void clear_projectrequest(); + const ::testsgen::ProjectRequest& projectrequest() const; + ::testsgen::ProjectRequest* release_projectrequest(); + ::testsgen::ProjectRequest* mutable_projectrequest(); + void set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest); + private: + const ::testsgen::ProjectRequest& _internal_projectrequest() const; + ::testsgen::ProjectRequest* _internal_mutable_projectrequest(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.FileRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; + ::testsgen::ProjectRequest* projectrequest_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FolderRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FolderRequest) */ { + public: + FolderRequest(); + virtual ~FolderRequest(); + + FolderRequest(const FolderRequest& from); + FolderRequest(FolderRequest&& from) noexcept + : FolderRequest() { + *this = ::std::move(from); + } + + inline FolderRequest& operator=(const FolderRequest& from) { + CopyFrom(from); + return *this; + } + inline FolderRequest& operator=(FolderRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FolderRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FolderRequest* internal_default_instance() { + return reinterpret_cast( + &_FolderRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 12; + + friend void swap(FolderRequest& a, FolderRequest& b) { + a.Swap(&b); + } + inline void Swap(FolderRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FolderRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + FolderRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FolderRequest& from); + void MergeFrom(const FolderRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FolderRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FolderRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFolderPathFieldNumber = 2, + kProjectRequestFieldNumber = 1, + }; + // string folderPath = 2; + void clear_folderpath(); + const std::string& folderpath() const; + void set_folderpath(const std::string& value); + void set_folderpath(std::string&& value); + void set_folderpath(const char* value); + void set_folderpath(const char* value, size_t size); + std::string* mutable_folderpath(); + std::string* release_folderpath(); + void set_allocated_folderpath(std::string* folderpath); + private: + const std::string& _internal_folderpath() const; + void _internal_set_folderpath(const std::string& value); + std::string* _internal_mutable_folderpath(); + public: + + // .testsgen.ProjectRequest projectRequest = 1; + bool has_projectrequest() const; + private: + bool _internal_has_projectrequest() const; + public: + void clear_projectrequest(); + const ::testsgen::ProjectRequest& projectrequest() const; + ::testsgen::ProjectRequest* release_projectrequest(); + ::testsgen::ProjectRequest* mutable_projectrequest(); + void set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest); + private: + const ::testsgen::ProjectRequest& _internal_projectrequest() const; + ::testsgen::ProjectRequest* _internal_mutable_projectrequest(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.FolderRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr folderpath_; + ::testsgen::ProjectRequest* projectrequest_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class LineRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.LineRequest) */ { + public: + LineRequest(); + virtual ~LineRequest(); + + LineRequest(const LineRequest& from); + LineRequest(LineRequest&& from) noexcept + : LineRequest() { + *this = ::std::move(from); + } + + inline LineRequest& operator=(const LineRequest& from) { + CopyFrom(from); + return *this; + } + inline LineRequest& operator=(LineRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const LineRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const LineRequest* internal_default_instance() { + return reinterpret_cast( + &_LineRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 13; + + friend void swap(LineRequest& a, LineRequest& b) { + a.Swap(&b); + } + inline void Swap(LineRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline LineRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + LineRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const LineRequest& from); + void MergeFrom(const LineRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(LineRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.LineRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kProjectRequestFieldNumber = 1, + kSourceInfoFieldNumber = 2, + }; + // .testsgen.ProjectRequest projectRequest = 1; + bool has_projectrequest() const; + private: + bool _internal_has_projectrequest() const; + public: + void clear_projectrequest(); + const ::testsgen::ProjectRequest& projectrequest() const; + ::testsgen::ProjectRequest* release_projectrequest(); + ::testsgen::ProjectRequest* mutable_projectrequest(); + void set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest); + private: + const ::testsgen::ProjectRequest& _internal_projectrequest() const; + ::testsgen::ProjectRequest* _internal_mutable_projectrequest(); + public: + + // .testsgen.SourceInfo sourceInfo = 2; + bool has_sourceinfo() const; + private: + bool _internal_has_sourceinfo() const; + public: + void clear_sourceinfo(); + const ::testsgen::SourceInfo& sourceinfo() const; + ::testsgen::SourceInfo* release_sourceinfo(); + ::testsgen::SourceInfo* mutable_sourceinfo(); + void set_allocated_sourceinfo(::testsgen::SourceInfo* sourceinfo); + private: + const ::testsgen::SourceInfo& _internal_sourceinfo() const; + ::testsgen::SourceInfo* _internal_mutable_sourceinfo(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.LineRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::ProjectRequest* projectrequest_; + ::testsgen::SourceInfo* sourceinfo_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FunctionRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FunctionRequest) */ { + public: + FunctionRequest(); + virtual ~FunctionRequest(); + + FunctionRequest(const FunctionRequest& from); + FunctionRequest(FunctionRequest&& from) noexcept + : FunctionRequest() { + *this = ::std::move(from); + } + + inline FunctionRequest& operator=(const FunctionRequest& from) { + CopyFrom(from); + return *this; + } + inline FunctionRequest& operator=(FunctionRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FunctionRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FunctionRequest* internal_default_instance() { + return reinterpret_cast( + &_FunctionRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 14; + + friend void swap(FunctionRequest& a, FunctionRequest& b) { + a.Swap(&b); + } + inline void Swap(FunctionRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FunctionRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + FunctionRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FunctionRequest& from); + void MergeFrom(const FunctionRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FunctionRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FunctionRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLineRequestFieldNumber = 1, + }; + // .testsgen.LineRequest lineRequest = 1; + bool has_linerequest() const; + private: + bool _internal_has_linerequest() const; + public: + void clear_linerequest(); + const ::testsgen::LineRequest& linerequest() const; + ::testsgen::LineRequest* release_linerequest(); + ::testsgen::LineRequest* mutable_linerequest(); + void set_allocated_linerequest(::testsgen::LineRequest* linerequest); + private: + const ::testsgen::LineRequest& _internal_linerequest() const; + ::testsgen::LineRequest* _internal_mutable_linerequest(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.FunctionRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::LineRequest* linerequest_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ClassRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ClassRequest) */ { + public: + ClassRequest(); + virtual ~ClassRequest(); + + ClassRequest(const ClassRequest& from); + ClassRequest(ClassRequest&& from) noexcept + : ClassRequest() { + *this = ::std::move(from); + } + + inline ClassRequest& operator=(const ClassRequest& from) { + CopyFrom(from); + return *this; + } + inline ClassRequest& operator=(ClassRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ClassRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ClassRequest* internal_default_instance() { + return reinterpret_cast( + &_ClassRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 15; + + friend void swap(ClassRequest& a, ClassRequest& b) { + a.Swap(&b); + } + inline void Swap(ClassRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ClassRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + ClassRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ClassRequest& from); + void MergeFrom(const ClassRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ClassRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ClassRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLineRequestFieldNumber = 1, + }; + // .testsgen.LineRequest lineRequest = 1; + bool has_linerequest() const; + private: + bool _internal_has_linerequest() const; + public: + void clear_linerequest(); + const ::testsgen::LineRequest& linerequest() const; + ::testsgen::LineRequest* release_linerequest(); + ::testsgen::LineRequest* mutable_linerequest(); + void set_allocated_linerequest(::testsgen::LineRequest* linerequest); + private: + const ::testsgen::LineRequest& _internal_linerequest() const; + ::testsgen::LineRequest* _internal_mutable_linerequest(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ClassRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::LineRequest* linerequest_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class AssertionRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.AssertionRequest) */ { + public: + AssertionRequest(); + virtual ~AssertionRequest(); + + AssertionRequest(const AssertionRequest& from); + AssertionRequest(AssertionRequest&& from) noexcept + : AssertionRequest() { + *this = ::std::move(from); + } + + inline AssertionRequest& operator=(const AssertionRequest& from) { + CopyFrom(from); + return *this; + } + inline AssertionRequest& operator=(AssertionRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const AssertionRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const AssertionRequest* internal_default_instance() { + return reinterpret_cast( + &_AssertionRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 16; + + friend void swap(AssertionRequest& a, AssertionRequest& b) { + a.Swap(&b); + } + inline void Swap(AssertionRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline AssertionRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + AssertionRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const AssertionRequest& from); + void MergeFrom(const AssertionRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(AssertionRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.AssertionRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLineRequestFieldNumber = 1, + }; + // .testsgen.LineRequest lineRequest = 1; + bool has_linerequest() const; + private: + bool _internal_has_linerequest() const; + public: + void clear_linerequest(); + const ::testsgen::LineRequest& linerequest() const; + ::testsgen::LineRequest* release_linerequest(); + ::testsgen::LineRequest* mutable_linerequest(); + void set_allocated_linerequest(::testsgen::LineRequest* linerequest); + private: + const ::testsgen::LineRequest& _internal_linerequest() const; + ::testsgen::LineRequest* _internal_mutable_linerequest(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.AssertionRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::LineRequest* linerequest_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class PredicateRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.PredicateRequest) */ { + public: + PredicateRequest(); + virtual ~PredicateRequest(); + + PredicateRequest(const PredicateRequest& from); + PredicateRequest(PredicateRequest&& from) noexcept + : PredicateRequest() { + *this = ::std::move(from); + } + + inline PredicateRequest& operator=(const PredicateRequest& from) { + CopyFrom(from); + return *this; + } + inline PredicateRequest& operator=(PredicateRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const PredicateRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const PredicateRequest* internal_default_instance() { + return reinterpret_cast( + &_PredicateRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 17; + + friend void swap(PredicateRequest& a, PredicateRequest& b) { + a.Swap(&b); + } + inline void Swap(PredicateRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline PredicateRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + PredicateRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const PredicateRequest& from); + void MergeFrom(const PredicateRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(PredicateRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.PredicateRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLineRequestFieldNumber = 1, + kPredicateInfoFieldNumber = 2, + }; + // .testsgen.LineRequest lineRequest = 1; + bool has_linerequest() const; + private: + bool _internal_has_linerequest() const; + public: + void clear_linerequest(); + const ::testsgen::LineRequest& linerequest() const; + ::testsgen::LineRequest* release_linerequest(); + ::testsgen::LineRequest* mutable_linerequest(); + void set_allocated_linerequest(::testsgen::LineRequest* linerequest); + private: + const ::testsgen::LineRequest& _internal_linerequest() const; + ::testsgen::LineRequest* _internal_mutable_linerequest(); + public: + + // .testsgen.PredicateInfo predicateInfo = 2; + bool has_predicateinfo() const; + private: + bool _internal_has_predicateinfo() const; + public: + void clear_predicateinfo(); + const ::testsgen::PredicateInfo& predicateinfo() const; + ::testsgen::PredicateInfo* release_predicateinfo(); + ::testsgen::PredicateInfo* mutable_predicateinfo(); + void set_allocated_predicateinfo(::testsgen::PredicateInfo* predicateinfo); + private: + const ::testsgen::PredicateInfo& _internal_predicateinfo() const; + ::testsgen::PredicateInfo* _internal_mutable_predicateinfo(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.PredicateRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::LineRequest* linerequest_; + ::testsgen::PredicateInfo* predicateinfo_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class StubsResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.StubsResponse) */ { + public: + StubsResponse(); + virtual ~StubsResponse(); + + StubsResponse(const StubsResponse& from); + StubsResponse(StubsResponse&& from) noexcept + : StubsResponse() { + *this = ::std::move(from); + } + + inline StubsResponse& operator=(const StubsResponse& from) { + CopyFrom(from); + return *this; + } + inline StubsResponse& operator=(StubsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const StubsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const StubsResponse* internal_default_instance() { + return reinterpret_cast( + &_StubsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 18; + + friend void swap(StubsResponse& a, StubsResponse& b) { + a.Swap(&b); + } + inline void Swap(StubsResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline StubsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + StubsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const StubsResponse& from); + void MergeFrom(const StubsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(StubsResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.StubsResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kStubSourcesFieldNumber = 1, + kProgressFieldNumber = 2, + }; + // repeated .testsgen.SourceCode stubSources = 1; + int stubsources_size() const; + private: + int _internal_stubsources_size() const; + public: + void clear_stubsources(); + ::testsgen::SourceCode* mutable_stubsources(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* + mutable_stubsources(); + private: + const ::testsgen::SourceCode& _internal_stubsources(int index) const; + ::testsgen::SourceCode* _internal_add_stubsources(); + public: + const ::testsgen::SourceCode& stubsources(int index) const; + ::testsgen::SourceCode* add_stubsources(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& + stubsources() const; + + // .testsgen.Progress progress = 2; + bool has_progress() const; + private: + bool _internal_has_progress() const; + public: + void clear_progress(); + const ::testsgen::Progress& progress() const; + ::testsgen::Progress* release_progress(); + ::testsgen::Progress* mutable_progress(); + void set_allocated_progress(::testsgen::Progress* progress); + private: + const ::testsgen::Progress& _internal_progress() const; + ::testsgen::Progress* _internal_mutable_progress(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.StubsResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode > stubsources_; + ::testsgen::Progress* progress_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class TestsResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.TestsResponse) */ { + public: + TestsResponse(); + virtual ~TestsResponse(); + + TestsResponse(const TestsResponse& from); + TestsResponse(TestsResponse&& from) noexcept + : TestsResponse() { + *this = ::std::move(from); + } + + inline TestsResponse& operator=(const TestsResponse& from) { + CopyFrom(from); + return *this; + } + inline TestsResponse& operator=(TestsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const TestsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const TestsResponse* internal_default_instance() { + return reinterpret_cast( + &_TestsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 19; + + friend void swap(TestsResponse& a, TestsResponse& b) { + a.Swap(&b); + } + inline void Swap(TestsResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline TestsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + TestsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const TestsResponse& from); + void MergeFrom(const TestsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(TestsResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.TestsResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTestSourcesFieldNumber = 1, + kStubsFieldNumber = 2, + kProgressFieldNumber = 3, + }; + // repeated .testsgen.SourceCode testSources = 1; + int testsources_size() const; + private: + int _internal_testsources_size() const; + public: + void clear_testsources(); + ::testsgen::SourceCode* mutable_testsources(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* + mutable_testsources(); + private: + const ::testsgen::SourceCode& _internal_testsources(int index) const; + ::testsgen::SourceCode* _internal_add_testsources(); + public: + const ::testsgen::SourceCode& testsources(int index) const; + ::testsgen::SourceCode* add_testsources(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& + testsources() const; + + // .testsgen.StubsResponse stubs = 2; + bool has_stubs() const; + private: + bool _internal_has_stubs() const; + public: + void clear_stubs(); + const ::testsgen::StubsResponse& stubs() const; + ::testsgen::StubsResponse* release_stubs(); + ::testsgen::StubsResponse* mutable_stubs(); + void set_allocated_stubs(::testsgen::StubsResponse* stubs); + private: + const ::testsgen::StubsResponse& _internal_stubs() const; + ::testsgen::StubsResponse* _internal_mutable_stubs(); + public: + + // .testsgen.Progress progress = 3; + bool has_progress() const; + private: + bool _internal_has_progress() const; + public: + void clear_progress(); + const ::testsgen::Progress& progress() const; + ::testsgen::Progress* release_progress(); + ::testsgen::Progress* mutable_progress(); + void set_allocated_progress(::testsgen::Progress* progress); + private: + const ::testsgen::Progress& _internal_progress() const; + ::testsgen::Progress* _internal_mutable_progress(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.TestsResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode > testsources_; + ::testsgen::StubsResponse* stubs_; + ::testsgen::Progress* progress_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class SourceLine : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SourceLine) */ { + public: + SourceLine(); + virtual ~SourceLine(); + + SourceLine(const SourceLine& from); + SourceLine(SourceLine&& from) noexcept + : SourceLine() { + *this = ::std::move(from); + } + + inline SourceLine& operator=(const SourceLine& from) { + CopyFrom(from); + return *this; + } + inline SourceLine& operator=(SourceLine&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const SourceLine& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const SourceLine* internal_default_instance() { + return reinterpret_cast( + &_SourceLine_default_instance_); + } + static constexpr int kIndexInFileMessages = + 20; + + friend void swap(SourceLine& a, SourceLine& b) { + a.Swap(&b); + } + inline void Swap(SourceLine* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline SourceLine* New() const final { + return CreateMaybeMessage(nullptr); + } + + SourceLine* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const SourceLine& from); + void MergeFrom(const SourceLine& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(SourceLine* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.SourceLine"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLineFieldNumber = 1, + }; + // uint32 line = 1; + void clear_line(); + ::PROTOBUF_NAMESPACE_ID::uint32 line() const; + void set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); + private: + ::PROTOBUF_NAMESPACE_ID::uint32 _internal_line() const; + void _internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.SourceLine) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::uint32 line_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FileCoverageSimplified : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileCoverageSimplified) */ { + public: + FileCoverageSimplified(); + virtual ~FileCoverageSimplified(); + + FileCoverageSimplified(const FileCoverageSimplified& from); + FileCoverageSimplified(FileCoverageSimplified&& from) noexcept + : FileCoverageSimplified() { + *this = ::std::move(from); + } + + inline FileCoverageSimplified& operator=(const FileCoverageSimplified& from) { + CopyFrom(from); + return *this; + } + inline FileCoverageSimplified& operator=(FileCoverageSimplified&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FileCoverageSimplified& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FileCoverageSimplified* internal_default_instance() { + return reinterpret_cast( + &_FileCoverageSimplified_default_instance_); + } + static constexpr int kIndexInFileMessages = + 21; + + friend void swap(FileCoverageSimplified& a, FileCoverageSimplified& b) { + a.Swap(&b); + } + inline void Swap(FileCoverageSimplified* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FileCoverageSimplified* New() const final { + return CreateMaybeMessage(nullptr); + } + + FileCoverageSimplified* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FileCoverageSimplified& from); + void MergeFrom(const FileCoverageSimplified& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FileCoverageSimplified* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FileCoverageSimplified"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFullCoverageLinesFieldNumber = 2, + kPartialCoverageLinesFieldNumber = 3, + kNoCoverageLinesFieldNumber = 4, + kFilePathFieldNumber = 1, + }; + // repeated .testsgen.SourceLine fullCoverageLines = 2; + int fullcoveragelines_size() const; + private: + int _internal_fullcoveragelines_size() const; + public: + void clear_fullcoveragelines(); + ::testsgen::SourceLine* mutable_fullcoveragelines(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* + mutable_fullcoveragelines(); + private: + const ::testsgen::SourceLine& _internal_fullcoveragelines(int index) const; + ::testsgen::SourceLine* _internal_add_fullcoveragelines(); + public: + const ::testsgen::SourceLine& fullcoveragelines(int index) const; + ::testsgen::SourceLine* add_fullcoveragelines(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& + fullcoveragelines() const; + + // repeated .testsgen.SourceLine partialCoverageLines = 3; + int partialcoveragelines_size() const; + private: + int _internal_partialcoveragelines_size() const; + public: + void clear_partialcoveragelines(); + ::testsgen::SourceLine* mutable_partialcoveragelines(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* + mutable_partialcoveragelines(); + private: + const ::testsgen::SourceLine& _internal_partialcoveragelines(int index) const; + ::testsgen::SourceLine* _internal_add_partialcoveragelines(); + public: + const ::testsgen::SourceLine& partialcoveragelines(int index) const; + ::testsgen::SourceLine* add_partialcoveragelines(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& + partialcoveragelines() const; + + // repeated .testsgen.SourceLine noCoverageLines = 4; + int nocoveragelines_size() const; + private: + int _internal_nocoveragelines_size() const; + public: + void clear_nocoveragelines(); + ::testsgen::SourceLine* mutable_nocoveragelines(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* + mutable_nocoveragelines(); + private: + const ::testsgen::SourceLine& _internal_nocoveragelines(int index) const; + ::testsgen::SourceLine* _internal_add_nocoveragelines(); + public: + const ::testsgen::SourceLine& nocoveragelines(int index) const; + ::testsgen::SourceLine* add_nocoveragelines(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& + nocoveragelines() const; + + // string filePath = 1; + void clear_filepath(); + const std::string& filepath() const; + void set_filepath(const std::string& value); + void set_filepath(std::string&& value); + void set_filepath(const char* value); + void set_filepath(const char* value, size_t size); + std::string* mutable_filepath(); + std::string* release_filepath(); + void set_allocated_filepath(std::string* filepath); + private: + const std::string& _internal_filepath() const; + void _internal_set_filepath(const std::string& value); + std::string* _internal_mutable_filepath(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.FileCoverageSimplified) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine > fullcoveragelines_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine > partialcoveragelines_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine > nocoveragelines_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class TestFilter : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.TestFilter) */ { + public: + TestFilter(); + virtual ~TestFilter(); + + TestFilter(const TestFilter& from); + TestFilter(TestFilter&& from) noexcept + : TestFilter() { + *this = ::std::move(from); + } + + inline TestFilter& operator=(const TestFilter& from) { + CopyFrom(from); + return *this; + } + inline TestFilter& operator=(TestFilter&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const TestFilter& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const TestFilter* internal_default_instance() { + return reinterpret_cast( + &_TestFilter_default_instance_); + } + static constexpr int kIndexInFileMessages = + 22; + + friend void swap(TestFilter& a, TestFilter& b) { + a.Swap(&b); + } + inline void Swap(TestFilter* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline TestFilter* New() const final { + return CreateMaybeMessage(nullptr); + } + + TestFilter* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const TestFilter& from); + void MergeFrom(const TestFilter& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(TestFilter* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.TestFilter"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTestFilePathFieldNumber = 1, + kTestNameFieldNumber = 2, + kTestSuiteFieldNumber = 3, + }; + // string testFilePath = 1; + void clear_testfilepath(); + const std::string& testfilepath() const; + void set_testfilepath(const std::string& value); + void set_testfilepath(std::string&& value); + void set_testfilepath(const char* value); + void set_testfilepath(const char* value, size_t size); + std::string* mutable_testfilepath(); + std::string* release_testfilepath(); + void set_allocated_testfilepath(std::string* testfilepath); + private: + const std::string& _internal_testfilepath() const; + void _internal_set_testfilepath(const std::string& value); + std::string* _internal_mutable_testfilepath(); + public: + + // string testName = 2; + void clear_testname(); + const std::string& testname() const; + void set_testname(const std::string& value); + void set_testname(std::string&& value); + void set_testname(const char* value); + void set_testname(const char* value, size_t size); + std::string* mutable_testname(); + std::string* release_testname(); + void set_allocated_testname(std::string* testname); + private: + const std::string& _internal_testname() const; + void _internal_set_testname(const std::string& value); + std::string* _internal_mutable_testname(); + public: + + // string testSuite = 3; + void clear_testsuite(); + const std::string& testsuite() const; + void set_testsuite(const std::string& value); + void set_testsuite(std::string&& value); + void set_testsuite(const char* value); + void set_testsuite(const char* value, size_t size); + std::string* mutable_testsuite(); + std::string* release_testsuite(); + void set_allocated_testsuite(std::string* testsuite); + private: + const std::string& _internal_testsuite() const; + void _internal_set_testsuite(const std::string& value); + std::string* _internal_mutable_testsuite(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.TestFilter) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testfilepath_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testname_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testsuite_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class CoverageAndResultsRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.CoverageAndResultsRequest) */ { + public: + CoverageAndResultsRequest(); + virtual ~CoverageAndResultsRequest(); + + CoverageAndResultsRequest(const CoverageAndResultsRequest& from); + CoverageAndResultsRequest(CoverageAndResultsRequest&& from) noexcept + : CoverageAndResultsRequest() { + *this = ::std::move(from); + } + + inline CoverageAndResultsRequest& operator=(const CoverageAndResultsRequest& from) { + CopyFrom(from); + return *this; + } + inline CoverageAndResultsRequest& operator=(CoverageAndResultsRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const CoverageAndResultsRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const CoverageAndResultsRequest* internal_default_instance() { + return reinterpret_cast( + &_CoverageAndResultsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 23; + + friend void swap(CoverageAndResultsRequest& a, CoverageAndResultsRequest& b) { + a.Swap(&b); + } + inline void Swap(CoverageAndResultsRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline CoverageAndResultsRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + CoverageAndResultsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const CoverageAndResultsRequest& from); + void MergeFrom(const CoverageAndResultsRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(CoverageAndResultsRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.CoverageAndResultsRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kProjectContextFieldNumber = 1, + kSettingsContextFieldNumber = 2, + kTestFilterFieldNumber = 3, + kCoverageFieldNumber = 4, + }; + // .testsgen.ProjectContext projectContext = 1; + bool has_projectcontext() const; + private: + bool _internal_has_projectcontext() const; + public: + void clear_projectcontext(); + const ::testsgen::ProjectContext& projectcontext() const; + ::testsgen::ProjectContext* release_projectcontext(); + ::testsgen::ProjectContext* mutable_projectcontext(); + void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); + private: + const ::testsgen::ProjectContext& _internal_projectcontext() const; + ::testsgen::ProjectContext* _internal_mutable_projectcontext(); + public: + + // .testsgen.SettingsContext settingsContext = 2; + bool has_settingscontext() const; + private: + bool _internal_has_settingscontext() const; + public: + void clear_settingscontext(); + const ::testsgen::SettingsContext& settingscontext() const; + ::testsgen::SettingsContext* release_settingscontext(); + ::testsgen::SettingsContext* mutable_settingscontext(); + void set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext); + private: + const ::testsgen::SettingsContext& _internal_settingscontext() const; + ::testsgen::SettingsContext* _internal_mutable_settingscontext(); + public: + + // .testsgen.TestFilter testFilter = 3; + bool has_testfilter() const; + private: + bool _internal_has_testfilter() const; + public: + void clear_testfilter(); + const ::testsgen::TestFilter& testfilter() const; + ::testsgen::TestFilter* release_testfilter(); + ::testsgen::TestFilter* mutable_testfilter(); + void set_allocated_testfilter(::testsgen::TestFilter* testfilter); + private: + const ::testsgen::TestFilter& _internal_testfilter() const; + ::testsgen::TestFilter* _internal_mutable_testfilter(); + public: + + // bool coverage = 4; + void clear_coverage(); + bool coverage() const; + void set_coverage(bool value); + private: + bool _internal_coverage() const; + void _internal_set_coverage(bool value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.CoverageAndResultsRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::ProjectContext* projectcontext_; + ::testsgen::SettingsContext* settingscontext_; + ::testsgen::TestFilter* testfilter_; + bool coverage_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class TestResultObject : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.TestResultObject) */ { + public: + TestResultObject(); + virtual ~TestResultObject(); + + TestResultObject(const TestResultObject& from); + TestResultObject(TestResultObject&& from) noexcept + : TestResultObject() { + *this = ::std::move(from); + } + + inline TestResultObject& operator=(const TestResultObject& from) { + CopyFrom(from); + return *this; + } + inline TestResultObject& operator=(TestResultObject&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const TestResultObject& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const TestResultObject* internal_default_instance() { + return reinterpret_cast( + &_TestResultObject_default_instance_); + } + static constexpr int kIndexInFileMessages = + 24; + + friend void swap(TestResultObject& a, TestResultObject& b) { + a.Swap(&b); + } + inline void Swap(TestResultObject* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline TestResultObject* New() const final { + return CreateMaybeMessage(nullptr); + } + + TestResultObject* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const TestResultObject& from); + void MergeFrom(const TestResultObject& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(TestResultObject* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.TestResultObject"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTestFilePathFieldNumber = 1, + kTestnameFieldNumber = 2, + kOutputFieldNumber = 4, + kStatusFieldNumber = 3, + }; + // string testFilePath = 1; + void clear_testfilepath(); + const std::string& testfilepath() const; + void set_testfilepath(const std::string& value); + void set_testfilepath(std::string&& value); + void set_testfilepath(const char* value); + void set_testfilepath(const char* value, size_t size); + std::string* mutable_testfilepath(); + std::string* release_testfilepath(); + void set_allocated_testfilepath(std::string* testfilepath); + private: + const std::string& _internal_testfilepath() const; + void _internal_set_testfilepath(const std::string& value); + std::string* _internal_mutable_testfilepath(); + public: + + // string testname = 2; + void clear_testname(); + const std::string& testname() const; + void set_testname(const std::string& value); + void set_testname(std::string&& value); + void set_testname(const char* value); + void set_testname(const char* value, size_t size); + std::string* mutable_testname(); + std::string* release_testname(); + void set_allocated_testname(std::string* testname); + private: + const std::string& _internal_testname() const; + void _internal_set_testname(const std::string& value); + std::string* _internal_mutable_testname(); + public: + + // string output = 4; + void clear_output(); + const std::string& output() const; + void set_output(const std::string& value); + void set_output(std::string&& value); + void set_output(const char* value); + void set_output(const char* value, size_t size); + std::string* mutable_output(); + std::string* release_output(); + void set_allocated_output(std::string* output); + private: + const std::string& _internal_output() const; + void _internal_set_output(const std::string& value); + std::string* _internal_mutable_output(); + public: + + // .testsgen.TestStatus status = 3; + void clear_status(); + ::testsgen::TestStatus status() const; + void set_status(::testsgen::TestStatus value); + private: + ::testsgen::TestStatus _internal_status() const; + void _internal_set_status(::testsgen::TestStatus value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.TestResultObject) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testfilepath_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testname_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr output_; + int status_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class CoverageAndResultsResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.CoverageAndResultsResponse) */ { + public: + CoverageAndResultsResponse(); + virtual ~CoverageAndResultsResponse(); + + CoverageAndResultsResponse(const CoverageAndResultsResponse& from); + CoverageAndResultsResponse(CoverageAndResultsResponse&& from) noexcept + : CoverageAndResultsResponse() { + *this = ::std::move(from); + } + + inline CoverageAndResultsResponse& operator=(const CoverageAndResultsResponse& from) { + CopyFrom(from); + return *this; + } + inline CoverageAndResultsResponse& operator=(CoverageAndResultsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const CoverageAndResultsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const CoverageAndResultsResponse* internal_default_instance() { + return reinterpret_cast( + &_CoverageAndResultsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 25; + + friend void swap(CoverageAndResultsResponse& a, CoverageAndResultsResponse& b) { + a.Swap(&b); + } + inline void Swap(CoverageAndResultsResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline CoverageAndResultsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + CoverageAndResultsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const CoverageAndResultsResponse& from); + void MergeFrom(const CoverageAndResultsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(CoverageAndResultsResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.CoverageAndResultsResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTestRunResultsFieldNumber = 1, + kCoveragesFieldNumber = 2, + kErrorMessageFieldNumber = 4, + kProgressFieldNumber = 3, + }; + // repeated .testsgen.TestResultObject testRunResults = 1; + int testrunresults_size() const; + private: + int _internal_testrunresults_size() const; + public: + void clear_testrunresults(); + ::testsgen::TestResultObject* mutable_testrunresults(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >* + mutable_testrunresults(); + private: + const ::testsgen::TestResultObject& _internal_testrunresults(int index) const; + ::testsgen::TestResultObject* _internal_add_testrunresults(); + public: + const ::testsgen::TestResultObject& testrunresults(int index) const; + ::testsgen::TestResultObject* add_testrunresults(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >& + testrunresults() const; + + // repeated .testsgen.FileCoverageSimplified coverages = 2; + int coverages_size() const; + private: + int _internal_coverages_size() const; + public: + void clear_coverages(); + ::testsgen::FileCoverageSimplified* mutable_coverages(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >* + mutable_coverages(); + private: + const ::testsgen::FileCoverageSimplified& _internal_coverages(int index) const; + ::testsgen::FileCoverageSimplified* _internal_add_coverages(); + public: + const ::testsgen::FileCoverageSimplified& coverages(int index) const; + ::testsgen::FileCoverageSimplified* add_coverages(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >& + coverages() const; + + // string errorMessage = 4; + void clear_errormessage(); + const std::string& errormessage() const; + void set_errormessage(const std::string& value); + void set_errormessage(std::string&& value); + void set_errormessage(const char* value); + void set_errormessage(const char* value, size_t size); + std::string* mutable_errormessage(); + std::string* release_errormessage(); + void set_allocated_errormessage(std::string* errormessage); + private: + const std::string& _internal_errormessage() const; + void _internal_set_errormessage(const std::string& value); + std::string* _internal_mutable_errormessage(); + public: + + // .testsgen.Progress progress = 3; + bool has_progress() const; + private: + bool _internal_has_progress() const; + public: + void clear_progress(); + const ::testsgen::Progress& progress() const; + ::testsgen::Progress* release_progress(); + ::testsgen::Progress* mutable_progress(); + void set_allocated_progress(::testsgen::Progress* progress); + private: + const ::testsgen::Progress& _internal_progress() const; + ::testsgen::Progress* _internal_mutable_progress(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.CoverageAndResultsResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject > testrunresults_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified > coverages_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr errormessage_; + ::testsgen::Progress* progress_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class HeartbeatResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.HeartbeatResponse) */ { + public: + HeartbeatResponse(); + virtual ~HeartbeatResponse(); + + HeartbeatResponse(const HeartbeatResponse& from); + HeartbeatResponse(HeartbeatResponse&& from) noexcept + : HeartbeatResponse() { + *this = ::std::move(from); + } + + inline HeartbeatResponse& operator=(const HeartbeatResponse& from) { + CopyFrom(from); + return *this; + } + inline HeartbeatResponse& operator=(HeartbeatResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const HeartbeatResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const HeartbeatResponse* internal_default_instance() { + return reinterpret_cast( + &_HeartbeatResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 26; + + friend void swap(HeartbeatResponse& a, HeartbeatResponse& b) { + a.Swap(&b); + } + inline void Swap(HeartbeatResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline HeartbeatResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + HeartbeatResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const HeartbeatResponse& from); + void MergeFrom(const HeartbeatResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(HeartbeatResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.HeartbeatResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kLinkedFieldNumber = 1, + }; + // bool linked = 1; + void clear_linked(); + bool linked() const; + void set_linked(bool value); + private: + bool _internal_linked() const; + void _internal_set_linked(bool value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.HeartbeatResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + bool linked_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectConfigRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectConfigRequest) */ { + public: + ProjectConfigRequest(); + virtual ~ProjectConfigRequest(); + + ProjectConfigRequest(const ProjectConfigRequest& from); + ProjectConfigRequest(ProjectConfigRequest&& from) noexcept + : ProjectConfigRequest() { + *this = ::std::move(from); + } + + inline ProjectConfigRequest& operator=(const ProjectConfigRequest& from) { + CopyFrom(from); + return *this; + } + inline ProjectConfigRequest& operator=(ProjectConfigRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectConfigRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectConfigRequest* internal_default_instance() { + return reinterpret_cast( + &_ProjectConfigRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 27; + + friend void swap(ProjectConfigRequest& a, ProjectConfigRequest& b) { + a.Swap(&b); + } + inline void Swap(ProjectConfigRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectConfigRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectConfigRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectConfigRequest& from); + void MergeFrom(const ProjectConfigRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectConfigRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectConfigRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kCmakeOptionsFieldNumber = 3, + kProjectContextFieldNumber = 1, + kConfigModeFieldNumber = 2, + }; + // repeated string cmakeOptions = 3; + int cmakeoptions_size() const; + private: + int _internal_cmakeoptions_size() const; + public: + void clear_cmakeoptions(); + const std::string& cmakeoptions(int index) const; + std::string* mutable_cmakeoptions(int index); + void set_cmakeoptions(int index, const std::string& value); + void set_cmakeoptions(int index, std::string&& value); + void set_cmakeoptions(int index, const char* value); + void set_cmakeoptions(int index, const char* value, size_t size); + std::string* add_cmakeoptions(); + void add_cmakeoptions(const std::string& value); + void add_cmakeoptions(std::string&& value); + void add_cmakeoptions(const char* value); + void add_cmakeoptions(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& cmakeoptions() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_cmakeoptions(); + private: + const std::string& _internal_cmakeoptions(int index) const; + std::string* _internal_add_cmakeoptions(); + public: + + // .testsgen.ProjectContext projectContext = 1; + bool has_projectcontext() const; + private: + bool _internal_has_projectcontext() const; + public: + void clear_projectcontext(); + const ::testsgen::ProjectContext& projectcontext() const; + ::testsgen::ProjectContext* release_projectcontext(); + ::testsgen::ProjectContext* mutable_projectcontext(); + void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); + private: + const ::testsgen::ProjectContext& _internal_projectcontext() const; + ::testsgen::ProjectContext* _internal_mutable_projectcontext(); + public: + + // .testsgen.ConfigMode configMode = 2; + void clear_configmode(); + ::testsgen::ConfigMode configmode() const; + void set_configmode(::testsgen::ConfigMode value); + private: + ::testsgen::ConfigMode _internal_configmode() const; + void _internal_set_configmode(::testsgen::ConfigMode value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectConfigRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField cmakeoptions_; + ::testsgen::ProjectContext* projectcontext_; + int configmode_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectConfigResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectConfigResponse) */ { + public: + ProjectConfigResponse(); + virtual ~ProjectConfigResponse(); + + ProjectConfigResponse(const ProjectConfigResponse& from); + ProjectConfigResponse(ProjectConfigResponse&& from) noexcept + : ProjectConfigResponse() { + *this = ::std::move(from); + } + + inline ProjectConfigResponse& operator=(const ProjectConfigResponse& from) { + CopyFrom(from); + return *this; + } + inline ProjectConfigResponse& operator=(ProjectConfigResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectConfigResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectConfigResponse* internal_default_instance() { + return reinterpret_cast( + &_ProjectConfigResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 28; + + friend void swap(ProjectConfigResponse& a, ProjectConfigResponse& b) { + a.Swap(&b); + } + inline void Swap(ProjectConfigResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectConfigResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectConfigResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectConfigResponse& from); + void MergeFrom(const ProjectConfigResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectConfigResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectConfigResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kMessageFieldNumber = 2, + kProgressFieldNumber = 3, + kTypeFieldNumber = 1, + }; + // string message = 2; + void clear_message(); + const std::string& message() const; + void set_message(const std::string& value); + void set_message(std::string&& value); + void set_message(const char* value); + void set_message(const char* value, size_t size); + std::string* mutable_message(); + std::string* release_message(); + void set_allocated_message(std::string* message); + private: + const std::string& _internal_message() const; + void _internal_set_message(const std::string& value); + std::string* _internal_mutable_message(); + public: + + // .testsgen.Progress progress = 3; + bool has_progress() const; + private: + bool _internal_has_progress() const; + public: + void clear_progress(); + const ::testsgen::Progress& progress() const; + ::testsgen::Progress* release_progress(); + ::testsgen::Progress* mutable_progress(); + void set_allocated_progress(::testsgen::Progress* progress); + private: + const ::testsgen::Progress& _internal_progress() const; + ::testsgen::Progress* _internal_mutable_progress(); + public: + + // .testsgen.ProjectConfigStatus type = 1; + void clear_type(); + ::testsgen::ProjectConfigStatus type() const; + void set_type(::testsgen::ProjectConfigStatus value); + private: + ::testsgen::ProjectConfigStatus _internal_type() const; + void _internal_set_type(::testsgen::ProjectConfigStatus value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectConfigResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + ::testsgen::Progress* progress_; + int type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectTarget : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectTarget) */ { + public: + ProjectTarget(); + virtual ~ProjectTarget(); + + ProjectTarget(const ProjectTarget& from); + ProjectTarget(ProjectTarget&& from) noexcept + : ProjectTarget() { + *this = ::std::move(from); + } + + inline ProjectTarget& operator=(const ProjectTarget& from) { + CopyFrom(from); + return *this; + } + inline ProjectTarget& operator=(ProjectTarget&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectTarget& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectTarget* internal_default_instance() { + return reinterpret_cast( + &_ProjectTarget_default_instance_); + } + static constexpr int kIndexInFileMessages = + 29; + + friend void swap(ProjectTarget& a, ProjectTarget& b) { + a.Swap(&b); + } + inline void Swap(ProjectTarget* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectTarget* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectTarget* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectTarget& from); + void MergeFrom(const ProjectTarget& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectTarget* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectTarget"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kNameFieldNumber = 1, + kPathFieldNumber = 2, + kDescriptionFieldNumber = 3, + }; + // string name = 1; + void clear_name(); + const std::string& name() const; + void set_name(const std::string& value); + void set_name(std::string&& value); + void set_name(const char* value); + void set_name(const char* value, size_t size); + std::string* mutable_name(); + std::string* release_name(); + void set_allocated_name(std::string* name); + private: + const std::string& _internal_name() const; + void _internal_set_name(const std::string& value); + std::string* _internal_mutable_name(); + public: + + // string path = 2; + void clear_path(); + const std::string& path() const; + void set_path(const std::string& value); + void set_path(std::string&& value); + void set_path(const char* value); + void set_path(const char* value, size_t size); + std::string* mutable_path(); + std::string* release_path(); + void set_allocated_path(std::string* path); + private: + const std::string& _internal_path() const; + void _internal_set_path(const std::string& value); + std::string* _internal_mutable_path(); + public: + + // string description = 3; + void clear_description(); + const std::string& description() const; + void set_description(const std::string& value); + void set_description(std::string&& value); + void set_description(const char* value); + void set_description(const char* value, size_t size); + std::string* mutable_description(); + std::string* release_description(); + void set_allocated_description(std::string* description); + private: + const std::string& _internal_description() const; + void _internal_set_description(const std::string& value); + std::string* _internal_mutable_description(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectTarget) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectTargetsRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectTargetsRequest) */ { + public: + ProjectTargetsRequest(); + virtual ~ProjectTargetsRequest(); + + ProjectTargetsRequest(const ProjectTargetsRequest& from); + ProjectTargetsRequest(ProjectTargetsRequest&& from) noexcept + : ProjectTargetsRequest() { + *this = ::std::move(from); + } + + inline ProjectTargetsRequest& operator=(const ProjectTargetsRequest& from) { + CopyFrom(from); + return *this; + } + inline ProjectTargetsRequest& operator=(ProjectTargetsRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectTargetsRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectTargetsRequest* internal_default_instance() { + return reinterpret_cast( + &_ProjectTargetsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 30; + + friend void swap(ProjectTargetsRequest& a, ProjectTargetsRequest& b) { + a.Swap(&b); + } + inline void Swap(ProjectTargetsRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectTargetsRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectTargetsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectTargetsRequest& from); + void MergeFrom(const ProjectTargetsRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectTargetsRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectTargetsRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kProjectContextFieldNumber = 1, + }; + // .testsgen.ProjectContext projectContext = 1; + bool has_projectcontext() const; + private: + bool _internal_has_projectcontext() const; + public: + void clear_projectcontext(); + const ::testsgen::ProjectContext& projectcontext() const; + ::testsgen::ProjectContext* release_projectcontext(); + ::testsgen::ProjectContext* mutable_projectcontext(); + void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); + private: + const ::testsgen::ProjectContext& _internal_projectcontext() const; + ::testsgen::ProjectContext* _internal_mutable_projectcontext(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectTargetsRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::testsgen::ProjectContext* projectcontext_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class ProjectTargetsResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectTargetsResponse) */ { + public: + ProjectTargetsResponse(); + virtual ~ProjectTargetsResponse(); + + ProjectTargetsResponse(const ProjectTargetsResponse& from); + ProjectTargetsResponse(ProjectTargetsResponse&& from) noexcept + : ProjectTargetsResponse() { + *this = ::std::move(from); + } + + inline ProjectTargetsResponse& operator=(const ProjectTargetsResponse& from) { + CopyFrom(from); + return *this; + } + inline ProjectTargetsResponse& operator=(ProjectTargetsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const ProjectTargetsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ProjectTargetsResponse* internal_default_instance() { + return reinterpret_cast( + &_ProjectTargetsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 31; + + friend void swap(ProjectTargetsResponse& a, ProjectTargetsResponse& b) { + a.Swap(&b); + } + inline void Swap(ProjectTargetsResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline ProjectTargetsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + ProjectTargetsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const ProjectTargetsResponse& from); + void MergeFrom(const ProjectTargetsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ProjectTargetsResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.ProjectTargetsResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTargetsFieldNumber = 1, + kPriorityTargetFieldNumber = 2, + }; + // repeated .testsgen.ProjectTarget targets = 1; + int targets_size() const; + private: + int _internal_targets_size() const; + public: + void clear_targets(); + ::testsgen::ProjectTarget* mutable_targets(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* + mutable_targets(); + private: + const ::testsgen::ProjectTarget& _internal_targets(int index) const; + ::testsgen::ProjectTarget* _internal_add_targets(); + public: + const ::testsgen::ProjectTarget& targets(int index) const; + ::testsgen::ProjectTarget* add_targets(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& + targets() const; + + // .testsgen.ProjectTarget priorityTarget = 2; + bool has_prioritytarget() const; + private: + bool _internal_has_prioritytarget() const; + public: + void clear_prioritytarget(); + const ::testsgen::ProjectTarget& prioritytarget() const; + ::testsgen::ProjectTarget* release_prioritytarget(); + ::testsgen::ProjectTarget* mutable_prioritytarget(); + void set_allocated_prioritytarget(::testsgen::ProjectTarget* prioritytarget); + private: + const ::testsgen::ProjectTarget& _internal_prioritytarget() const; + ::testsgen::ProjectTarget* _internal_mutable_prioritytarget(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.ProjectTargetsResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget > targets_; + ::testsgen::ProjectTarget* prioritytarget_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FileTargetsRequest : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileTargetsRequest) */ { + public: + FileTargetsRequest(); + virtual ~FileTargetsRequest(); + + FileTargetsRequest(const FileTargetsRequest& from); + FileTargetsRequest(FileTargetsRequest&& from) noexcept + : FileTargetsRequest() { + *this = ::std::move(from); + } + + inline FileTargetsRequest& operator=(const FileTargetsRequest& from) { + CopyFrom(from); + return *this; + } + inline FileTargetsRequest& operator=(FileTargetsRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FileTargetsRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FileTargetsRequest* internal_default_instance() { + return reinterpret_cast( + &_FileTargetsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 32; + + friend void swap(FileTargetsRequest& a, FileTargetsRequest& b) { + a.Swap(&b); + } + inline void Swap(FileTargetsRequest* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FileTargetsRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + FileTargetsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FileTargetsRequest& from); + void MergeFrom(const FileTargetsRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FileTargetsRequest* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FileTargetsRequest"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kPathFieldNumber = 1, + kProjectContextFieldNumber = 2, + }; + // string path = 1; + void clear_path(); + const std::string& path() const; + void set_path(const std::string& value); + void set_path(std::string&& value); + void set_path(const char* value); + void set_path(const char* value, size_t size); + std::string* mutable_path(); + std::string* release_path(); + void set_allocated_path(std::string* path); + private: + const std::string& _internal_path() const; + void _internal_set_path(const std::string& value); + std::string* _internal_mutable_path(); + public: + + // .testsgen.ProjectContext projectContext = 2; + bool has_projectcontext() const; + private: + bool _internal_has_projectcontext() const; + public: + void clear_projectcontext(); + const ::testsgen::ProjectContext& projectcontext() const; + ::testsgen::ProjectContext* release_projectcontext(); + ::testsgen::ProjectContext* mutable_projectcontext(); + void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); + private: + const ::testsgen::ProjectContext& _internal_projectcontext() const; + ::testsgen::ProjectContext* _internal_mutable_projectcontext(); + public: + + // @@protoc_insertion_point(class_scope:testsgen.FileTargetsRequest) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + ::testsgen::ProjectContext* projectcontext_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// ------------------------------------------------------------------- + +class FileTargetsResponse : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileTargetsResponse) */ { + public: + FileTargetsResponse(); + virtual ~FileTargetsResponse(); + + FileTargetsResponse(const FileTargetsResponse& from); + FileTargetsResponse(FileTargetsResponse&& from) noexcept + : FileTargetsResponse() { + *this = ::std::move(from); + } + + inline FileTargetsResponse& operator=(const FileTargetsResponse& from) { + CopyFrom(from); + return *this; + } + inline FileTargetsResponse& operator=(FileTargetsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const FileTargetsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const FileTargetsResponse* internal_default_instance() { + return reinterpret_cast( + &_FileTargetsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 33; + + friend void swap(FileTargetsResponse& a, FileTargetsResponse& b) { + a.Swap(&b); + } + inline void Swap(FileTargetsResponse* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline FileTargetsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + FileTargetsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const FileTargetsResponse& from); + void MergeFrom(const FileTargetsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(FileTargetsResponse* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.FileTargetsResponse"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); + return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kTargetsFieldNumber = 1, + }; + // repeated .testsgen.ProjectTarget targets = 1; + int targets_size() const; + private: + int _internal_targets_size() const; + public: + void clear_targets(); + ::testsgen::ProjectTarget* mutable_targets(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* + mutable_targets(); + private: + const ::testsgen::ProjectTarget& _internal_targets(int index) const; + ::testsgen::ProjectTarget* _internal_add_targets(); + public: + const ::testsgen::ProjectTarget& targets(int index) const; + ::testsgen::ProjectTarget* add_targets(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& + targets() const; + + // @@protoc_insertion_point(class_scope:testsgen.FileTargetsResponse) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget > targets_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_testgen_2eproto; +}; +// =================================================================== + + +// =================================================================== + +#ifdef __GNUC__ + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif // __GNUC__ +// DummyRequest + +// ------------------------------------------------------------------- + +// DummyResponse + +// ------------------------------------------------------------------- + +// RegisterClientRequest + +// string clientId = 1; +inline void RegisterClientRequest::clear_clientid() { + clientid_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& RegisterClientRequest::clientid() const { + // @@protoc_insertion_point(field_get:testsgen.RegisterClientRequest.clientId) + return _internal_clientid(); +} +inline void RegisterClientRequest::set_clientid(const std::string& value) { + _internal_set_clientid(value); + // @@protoc_insertion_point(field_set:testsgen.RegisterClientRequest.clientId) +} +inline std::string* RegisterClientRequest::mutable_clientid() { + // @@protoc_insertion_point(field_mutable:testsgen.RegisterClientRequest.clientId) + return _internal_mutable_clientid(); +} +inline const std::string& RegisterClientRequest::_internal_clientid() const { + return clientid_.GetNoArena(); +} +inline void RegisterClientRequest::_internal_set_clientid(const std::string& value) { + + clientid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void RegisterClientRequest::set_clientid(std::string&& value) { + + clientid_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.RegisterClientRequest.clientId) +} +inline void RegisterClientRequest::set_clientid(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + clientid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.RegisterClientRequest.clientId) +} +inline void RegisterClientRequest::set_clientid(const char* value, size_t size) { + + clientid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.RegisterClientRequest.clientId) +} +inline std::string* RegisterClientRequest::_internal_mutable_clientid() { + + return clientid_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* RegisterClientRequest::release_clientid() { + // @@protoc_insertion_point(field_release:testsgen.RegisterClientRequest.clientId) + + return clientid_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void RegisterClientRequest::set_allocated_clientid(std::string* clientid) { + if (clientid != nullptr) { + + } else { + + } + clientid_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), clientid); + // @@protoc_insertion_point(field_set_allocated:testsgen.RegisterClientRequest.clientId) +} + +// ------------------------------------------------------------------- + +// RegisterClientResponse + +// bool isDuplicate = 1; +inline void RegisterClientResponse::clear_isduplicate() { + isduplicate_ = false; +} +inline bool RegisterClientResponse::_internal_isduplicate() const { + return isduplicate_; +} +inline bool RegisterClientResponse::isduplicate() const { + // @@protoc_insertion_point(field_get:testsgen.RegisterClientResponse.isDuplicate) + return _internal_isduplicate(); +} +inline void RegisterClientResponse::_internal_set_isduplicate(bool value) { + + isduplicate_ = value; +} +inline void RegisterClientResponse::set_isduplicate(bool value) { + _internal_set_isduplicate(value); + // @@protoc_insertion_point(field_set:testsgen.RegisterClientResponse.isDuplicate) +} + +// ------------------------------------------------------------------- + +// FunctionTypeResponse + +// .testsgen.ValidationType validationType = 1; +inline void FunctionTypeResponse::clear_validationtype() { + validationtype_ = 0; +} +inline ::testsgen::ValidationType FunctionTypeResponse::_internal_validationtype() const { + return static_cast< ::testsgen::ValidationType >(validationtype_); +} +inline ::testsgen::ValidationType FunctionTypeResponse::validationtype() const { + // @@protoc_insertion_point(field_get:testsgen.FunctionTypeResponse.validationType) + return _internal_validationtype(); +} +inline void FunctionTypeResponse::_internal_set_validationtype(::testsgen::ValidationType value) { + + validationtype_ = value; +} +inline void FunctionTypeResponse::set_validationtype(::testsgen::ValidationType value) { + _internal_set_validationtype(value); + // @@protoc_insertion_point(field_set:testsgen.FunctionTypeResponse.validationType) +} + +// ------------------------------------------------------------------- + +// LogChannelRequest + +// string logLevel = 2; +inline void LogChannelRequest::clear_loglevel() { + loglevel_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& LogChannelRequest::loglevel() const { + // @@protoc_insertion_point(field_get:testsgen.LogChannelRequest.logLevel) + return _internal_loglevel(); +} +inline void LogChannelRequest::set_loglevel(const std::string& value) { + _internal_set_loglevel(value); + // @@protoc_insertion_point(field_set:testsgen.LogChannelRequest.logLevel) +} +inline std::string* LogChannelRequest::mutable_loglevel() { + // @@protoc_insertion_point(field_mutable:testsgen.LogChannelRequest.logLevel) + return _internal_mutable_loglevel(); +} +inline const std::string& LogChannelRequest::_internal_loglevel() const { + return loglevel_.GetNoArena(); +} +inline void LogChannelRequest::_internal_set_loglevel(const std::string& value) { + + loglevel_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void LogChannelRequest::set_loglevel(std::string&& value) { + + loglevel_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.LogChannelRequest.logLevel) +} +inline void LogChannelRequest::set_loglevel(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + loglevel_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.LogChannelRequest.logLevel) +} +inline void LogChannelRequest::set_loglevel(const char* value, size_t size) { + + loglevel_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.LogChannelRequest.logLevel) +} +inline std::string* LogChannelRequest::_internal_mutable_loglevel() { + + return loglevel_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* LogChannelRequest::release_loglevel() { + // @@protoc_insertion_point(field_release:testsgen.LogChannelRequest.logLevel) + + return loglevel_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void LogChannelRequest::set_allocated_loglevel(std::string* loglevel) { + if (loglevel != nullptr) { + + } else { + + } + loglevel_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), loglevel); + // @@protoc_insertion_point(field_set_allocated:testsgen.LogChannelRequest.logLevel) +} + +// ------------------------------------------------------------------- + +// LogEntry + +// string message = 1; +inline void LogEntry::clear_message() { + message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& LogEntry::message() const { + // @@protoc_insertion_point(field_get:testsgen.LogEntry.message) + return _internal_message(); +} +inline void LogEntry::set_message(const std::string& value) { + _internal_set_message(value); + // @@protoc_insertion_point(field_set:testsgen.LogEntry.message) +} +inline std::string* LogEntry::mutable_message() { + // @@protoc_insertion_point(field_mutable:testsgen.LogEntry.message) + return _internal_mutable_message(); +} +inline const std::string& LogEntry::_internal_message() const { + return message_.GetNoArena(); +} +inline void LogEntry::_internal_set_message(const std::string& value) { + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void LogEntry::set_message(std::string&& value) { + + message_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.LogEntry.message) +} +inline void LogEntry::set_message(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.LogEntry.message) +} +inline void LogEntry::set_message(const char* value, size_t size) { + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.LogEntry.message) +} +inline std::string* LogEntry::_internal_mutable_message() { + + return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* LogEntry::release_message() { + // @@protoc_insertion_point(field_release:testsgen.LogEntry.message) + + return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void LogEntry::set_allocated_message(std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message); + // @@protoc_insertion_point(field_set_allocated:testsgen.LogEntry.message) +} + +// ------------------------------------------------------------------- + +// ProjectContext + +// string projectName = 1; +inline void ProjectContext::clear_projectname() { + projectname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectContext::projectname() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectContext.projectName) + return _internal_projectname(); +} +inline void ProjectContext::set_projectname(const std::string& value) { + _internal_set_projectname(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectContext.projectName) +} +inline std::string* ProjectContext::mutable_projectname() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.projectName) + return _internal_mutable_projectname(); +} +inline const std::string& ProjectContext::_internal_projectname() const { + return projectname_.GetNoArena(); +} +inline void ProjectContext::_internal_set_projectname(const std::string& value) { + + projectname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectContext::set_projectname(std::string&& value) { + + projectname_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.projectName) +} +inline void ProjectContext::set_projectname(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + projectname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.projectName) +} +inline void ProjectContext::set_projectname(const char* value, size_t size) { + + projectname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.projectName) +} +inline std::string* ProjectContext::_internal_mutable_projectname() { + + return projectname_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectContext::release_projectname() { + // @@protoc_insertion_point(field_release:testsgen.ProjectContext.projectName) + + return projectname_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectContext::set_allocated_projectname(std::string* projectname) { + if (projectname != nullptr) { + + } else { + + } + projectname_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), projectname); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.projectName) +} + +// string projectPath = 2; +inline void ProjectContext::clear_projectpath() { + projectpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectContext::projectpath() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectContext.projectPath) + return _internal_projectpath(); +} +inline void ProjectContext::set_projectpath(const std::string& value) { + _internal_set_projectpath(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectContext.projectPath) +} +inline std::string* ProjectContext::mutable_projectpath() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.projectPath) + return _internal_mutable_projectpath(); +} +inline const std::string& ProjectContext::_internal_projectpath() const { + return projectpath_.GetNoArena(); +} +inline void ProjectContext::_internal_set_projectpath(const std::string& value) { + + projectpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectContext::set_projectpath(std::string&& value) { + + projectpath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.projectPath) +} +inline void ProjectContext::set_projectpath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + projectpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.projectPath) +} +inline void ProjectContext::set_projectpath(const char* value, size_t size) { + + projectpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.projectPath) +} +inline std::string* ProjectContext::_internal_mutable_projectpath() { + + return projectpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectContext::release_projectpath() { + // @@protoc_insertion_point(field_release:testsgen.ProjectContext.projectPath) + + return projectpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectContext::set_allocated_projectpath(std::string* projectpath) { + if (projectpath != nullptr) { + + } else { + + } + projectpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), projectpath); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.projectPath) +} + +// string testDirPath = 3; +inline void ProjectContext::clear_testdirpath() { + testdirpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectContext::testdirpath() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectContext.testDirPath) + return _internal_testdirpath(); +} +inline void ProjectContext::set_testdirpath(const std::string& value) { + _internal_set_testdirpath(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectContext.testDirPath) +} +inline std::string* ProjectContext::mutable_testdirpath() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.testDirPath) + return _internal_mutable_testdirpath(); +} +inline const std::string& ProjectContext::_internal_testdirpath() const { + return testdirpath_.GetNoArena(); +} +inline void ProjectContext::_internal_set_testdirpath(const std::string& value) { + + testdirpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectContext::set_testdirpath(std::string&& value) { + + testdirpath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.testDirPath) +} +inline void ProjectContext::set_testdirpath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + testdirpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.testDirPath) +} +inline void ProjectContext::set_testdirpath(const char* value, size_t size) { + + testdirpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.testDirPath) +} +inline std::string* ProjectContext::_internal_mutable_testdirpath() { + + return testdirpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectContext::release_testdirpath() { + // @@protoc_insertion_point(field_release:testsgen.ProjectContext.testDirPath) + + return testdirpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectContext::set_allocated_testdirpath(std::string* testdirpath) { + if (testdirpath != nullptr) { + + } else { + + } + testdirpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testdirpath); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.testDirPath) +} + +// string buildDirRelativePath = 4; +inline void ProjectContext::clear_builddirrelativepath() { + builddirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectContext::builddirrelativepath() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectContext.buildDirRelativePath) + return _internal_builddirrelativepath(); +} +inline void ProjectContext::set_builddirrelativepath(const std::string& value) { + _internal_set_builddirrelativepath(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectContext.buildDirRelativePath) +} +inline std::string* ProjectContext::mutable_builddirrelativepath() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.buildDirRelativePath) + return _internal_mutable_builddirrelativepath(); +} +inline const std::string& ProjectContext::_internal_builddirrelativepath() const { + return builddirrelativepath_.GetNoArena(); +} +inline void ProjectContext::_internal_set_builddirrelativepath(const std::string& value) { + + builddirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectContext::set_builddirrelativepath(std::string&& value) { + + builddirrelativepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.buildDirRelativePath) +} +inline void ProjectContext::set_builddirrelativepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + builddirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.buildDirRelativePath) +} +inline void ProjectContext::set_builddirrelativepath(const char* value, size_t size) { + + builddirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.buildDirRelativePath) +} +inline std::string* ProjectContext::_internal_mutable_builddirrelativepath() { + + return builddirrelativepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectContext::release_builddirrelativepath() { + // @@protoc_insertion_point(field_release:testsgen.ProjectContext.buildDirRelativePath) + + return builddirrelativepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectContext::set_allocated_builddirrelativepath(std::string* builddirrelativepath) { + if (builddirrelativepath != nullptr) { + + } else { + + } + builddirrelativepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), builddirrelativepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.buildDirRelativePath) +} + +// string resultsDirRelativePath = 5; +inline void ProjectContext::clear_resultsdirrelativepath() { + resultsdirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectContext::resultsdirrelativepath() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectContext.resultsDirRelativePath) + return _internal_resultsdirrelativepath(); +} +inline void ProjectContext::set_resultsdirrelativepath(const std::string& value) { + _internal_set_resultsdirrelativepath(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectContext.resultsDirRelativePath) +} +inline std::string* ProjectContext::mutable_resultsdirrelativepath() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.resultsDirRelativePath) + return _internal_mutable_resultsdirrelativepath(); +} +inline const std::string& ProjectContext::_internal_resultsdirrelativepath() const { + return resultsdirrelativepath_.GetNoArena(); +} +inline void ProjectContext::_internal_set_resultsdirrelativepath(const std::string& value) { + + resultsdirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectContext::set_resultsdirrelativepath(std::string&& value) { + + resultsdirrelativepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.resultsDirRelativePath) +} +inline void ProjectContext::set_resultsdirrelativepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + resultsdirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.resultsDirRelativePath) +} +inline void ProjectContext::set_resultsdirrelativepath(const char* value, size_t size) { + + resultsdirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.resultsDirRelativePath) +} +inline std::string* ProjectContext::_internal_mutable_resultsdirrelativepath() { + + return resultsdirrelativepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectContext::release_resultsdirrelativepath() { + // @@protoc_insertion_point(field_release:testsgen.ProjectContext.resultsDirRelativePath) + + return resultsdirrelativepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectContext::set_allocated_resultsdirrelativepath(std::string* resultsdirrelativepath) { + if (resultsdirrelativepath != nullptr) { + + } else { + + } + resultsdirrelativepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), resultsdirrelativepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.resultsDirRelativePath) +} + +// ------------------------------------------------------------------- + +// SettingsContext + +// bool generateForStaticFunctions = 1; +inline void SettingsContext::clear_generateforstaticfunctions() { + generateforstaticfunctions_ = false; +} +inline bool SettingsContext::_internal_generateforstaticfunctions() const { + return generateforstaticfunctions_; +} +inline bool SettingsContext::generateforstaticfunctions() const { + // @@protoc_insertion_point(field_get:testsgen.SettingsContext.generateForStaticFunctions) + return _internal_generateforstaticfunctions(); +} +inline void SettingsContext::_internal_set_generateforstaticfunctions(bool value) { + + generateforstaticfunctions_ = value; +} +inline void SettingsContext::set_generateforstaticfunctions(bool value) { + _internal_set_generateforstaticfunctions(value); + // @@protoc_insertion_point(field_set:testsgen.SettingsContext.generateForStaticFunctions) +} + +// bool verbose = 2; +inline void SettingsContext::clear_verbose() { + verbose_ = false; +} +inline bool SettingsContext::_internal_verbose() const { + return verbose_; +} +inline bool SettingsContext::verbose() const { + // @@protoc_insertion_point(field_get:testsgen.SettingsContext.verbose) + return _internal_verbose(); +} +inline void SettingsContext::_internal_set_verbose(bool value) { + + verbose_ = value; +} +inline void SettingsContext::set_verbose(bool value) { + _internal_set_verbose(value); + // @@protoc_insertion_point(field_set:testsgen.SettingsContext.verbose) +} + +// int32 timeoutPerFunction = 3; +inline void SettingsContext::clear_timeoutperfunction() { + timeoutperfunction_ = 0; +} +inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::_internal_timeoutperfunction() const { + return timeoutperfunction_; +} +inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::timeoutperfunction() const { + // @@protoc_insertion_point(field_get:testsgen.SettingsContext.timeoutPerFunction) + return _internal_timeoutperfunction(); +} +inline void SettingsContext::_internal_set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value) { + + timeoutperfunction_ = value; +} +inline void SettingsContext::set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value) { + _internal_set_timeoutperfunction(value); + // @@protoc_insertion_point(field_set:testsgen.SettingsContext.timeoutPerFunction) +} + +// int32 timeoutPerTest = 4; +inline void SettingsContext::clear_timeoutpertest() { + timeoutpertest_ = 0; +} +inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::_internal_timeoutpertest() const { + return timeoutpertest_; +} +inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::timeoutpertest() const { + // @@protoc_insertion_point(field_get:testsgen.SettingsContext.timeoutPerTest) + return _internal_timeoutpertest(); +} +inline void SettingsContext::_internal_set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value) { + + timeoutpertest_ = value; +} +inline void SettingsContext::set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value) { + _internal_set_timeoutpertest(value); + // @@protoc_insertion_point(field_set:testsgen.SettingsContext.timeoutPerTest) +} + +// bool useDeterministicSearcher = 5; +inline void SettingsContext::clear_usedeterministicsearcher() { + usedeterministicsearcher_ = false; +} +inline bool SettingsContext::_internal_usedeterministicsearcher() const { + return usedeterministicsearcher_; +} +inline bool SettingsContext::usedeterministicsearcher() const { + // @@protoc_insertion_point(field_get:testsgen.SettingsContext.useDeterministicSearcher) + return _internal_usedeterministicsearcher(); +} +inline void SettingsContext::_internal_set_usedeterministicsearcher(bool value) { + + usedeterministicsearcher_ = value; +} +inline void SettingsContext::set_usedeterministicsearcher(bool value) { + _internal_set_usedeterministicsearcher(value); + // @@protoc_insertion_point(field_set:testsgen.SettingsContext.useDeterministicSearcher) +} + +// bool useStubs = 6; +inline void SettingsContext::clear_usestubs() { + usestubs_ = false; +} +inline bool SettingsContext::_internal_usestubs() const { + return usestubs_; +} +inline bool SettingsContext::usestubs() const { + // @@protoc_insertion_point(field_get:testsgen.SettingsContext.useStubs) + return _internal_usestubs(); +} +inline void SettingsContext::_internal_set_usestubs(bool value) { + + usestubs_ = value; +} +inline void SettingsContext::set_usestubs(bool value) { + _internal_set_usestubs(value); + // @@protoc_insertion_point(field_set:testsgen.SettingsContext.useStubs) +} + +// ------------------------------------------------------------------- + +// SnippetRequest + +// .testsgen.ProjectContext projectContext = 1; +inline bool SnippetRequest::_internal_has_projectcontext() const { + return this != internal_default_instance() && projectcontext_ != nullptr; +} +inline bool SnippetRequest::has_projectcontext() const { + return _internal_has_projectcontext(); +} +inline void SnippetRequest::clear_projectcontext() { + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; +} +inline const ::testsgen::ProjectContext& SnippetRequest::_internal_projectcontext() const { + const ::testsgen::ProjectContext* p = projectcontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectContext_default_instance_); +} +inline const ::testsgen::ProjectContext& SnippetRequest::projectcontext() const { + // @@protoc_insertion_point(field_get:testsgen.SnippetRequest.projectContext) + return _internal_projectcontext(); +} +inline ::testsgen::ProjectContext* SnippetRequest::release_projectcontext() { + // @@protoc_insertion_point(field_release:testsgen.SnippetRequest.projectContext) + + ::testsgen::ProjectContext* temp = projectcontext_; + projectcontext_ = nullptr; + return temp; +} +inline ::testsgen::ProjectContext* SnippetRequest::_internal_mutable_projectcontext() { + + if (projectcontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); + projectcontext_ = p; + } + return projectcontext_; +} +inline ::testsgen::ProjectContext* SnippetRequest::mutable_projectcontext() { + // @@protoc_insertion_point(field_mutable:testsgen.SnippetRequest.projectContext) + return _internal_mutable_projectcontext(); +} +inline void SnippetRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectcontext_; + } + if (projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectcontext, submessage_arena); + } + + } else { + + } + projectcontext_ = projectcontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.SnippetRequest.projectContext) +} + +// .testsgen.SettingsContext settingsContext = 2; +inline bool SnippetRequest::_internal_has_settingscontext() const { + return this != internal_default_instance() && settingscontext_ != nullptr; +} +inline bool SnippetRequest::has_settingscontext() const { + return _internal_has_settingscontext(); +} +inline void SnippetRequest::clear_settingscontext() { + if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { + delete settingscontext_; + } + settingscontext_ = nullptr; +} +inline const ::testsgen::SettingsContext& SnippetRequest::_internal_settingscontext() const { + const ::testsgen::SettingsContext* p = settingscontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_SettingsContext_default_instance_); +} +inline const ::testsgen::SettingsContext& SnippetRequest::settingscontext() const { + // @@protoc_insertion_point(field_get:testsgen.SnippetRequest.settingsContext) + return _internal_settingscontext(); +} +inline ::testsgen::SettingsContext* SnippetRequest::release_settingscontext() { + // @@protoc_insertion_point(field_release:testsgen.SnippetRequest.settingsContext) + + ::testsgen::SettingsContext* temp = settingscontext_; + settingscontext_ = nullptr; + return temp; +} +inline ::testsgen::SettingsContext* SnippetRequest::_internal_mutable_settingscontext() { + + if (settingscontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::SettingsContext>(GetArenaNoVirtual()); + settingscontext_ = p; + } + return settingscontext_; +} +inline ::testsgen::SettingsContext* SnippetRequest::mutable_settingscontext() { + // @@protoc_insertion_point(field_mutable:testsgen.SnippetRequest.settingsContext) + return _internal_mutable_settingscontext(); +} +inline void SnippetRequest::set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete settingscontext_; + } + if (settingscontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + settingscontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, settingscontext, submessage_arena); + } + + } else { + + } + settingscontext_ = settingscontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.SnippetRequest.settingsContext) +} + +// string filePath = 3; +inline void SnippetRequest::clear_filepath() { + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& SnippetRequest::filepath() const { + // @@protoc_insertion_point(field_get:testsgen.SnippetRequest.filePath) + return _internal_filepath(); +} +inline void SnippetRequest::set_filepath(const std::string& value) { + _internal_set_filepath(value); + // @@protoc_insertion_point(field_set:testsgen.SnippetRequest.filePath) +} +inline std::string* SnippetRequest::mutable_filepath() { + // @@protoc_insertion_point(field_mutable:testsgen.SnippetRequest.filePath) + return _internal_mutable_filepath(); +} +inline const std::string& SnippetRequest::_internal_filepath() const { + return filepath_.GetNoArena(); +} +inline void SnippetRequest::_internal_set_filepath(const std::string& value) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void SnippetRequest::set_filepath(std::string&& value) { + + filepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.SnippetRequest.filePath) +} +inline void SnippetRequest::set_filepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.SnippetRequest.filePath) +} +inline void SnippetRequest::set_filepath(const char* value, size_t size) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.SnippetRequest.filePath) +} +inline std::string* SnippetRequest::_internal_mutable_filepath() { + + return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* SnippetRequest::release_filepath() { + // @@protoc_insertion_point(field_release:testsgen.SnippetRequest.filePath) + + return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void SnippetRequest::set_allocated_filepath(std::string* filepath) { + if (filepath != nullptr) { + + } else { + + } + filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.SnippetRequest.filePath) +} + +// ------------------------------------------------------------------- + +// ProjectRequest + +// .testsgen.ProjectContext projectContext = 1; +inline bool ProjectRequest::_internal_has_projectcontext() const { + return this != internal_default_instance() && projectcontext_ != nullptr; +} +inline bool ProjectRequest::has_projectcontext() const { + return _internal_has_projectcontext(); +} +inline void ProjectRequest::clear_projectcontext() { + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; +} +inline const ::testsgen::ProjectContext& ProjectRequest::_internal_projectcontext() const { + const ::testsgen::ProjectContext* p = projectcontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectContext_default_instance_); +} +inline const ::testsgen::ProjectContext& ProjectRequest::projectcontext() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.projectContext) + return _internal_projectcontext(); +} +inline ::testsgen::ProjectContext* ProjectRequest::release_projectcontext() { + // @@protoc_insertion_point(field_release:testsgen.ProjectRequest.projectContext) + + ::testsgen::ProjectContext* temp = projectcontext_; + projectcontext_ = nullptr; + return temp; +} +inline ::testsgen::ProjectContext* ProjectRequest::_internal_mutable_projectcontext() { + + if (projectcontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); + projectcontext_ = p; + } + return projectcontext_; +} +inline ::testsgen::ProjectContext* ProjectRequest::mutable_projectcontext() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.projectContext) + return _internal_mutable_projectcontext(); +} +inline void ProjectRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectcontext_; + } + if (projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectcontext, submessage_arena); + } + + } else { + + } + projectcontext_ = projectcontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectRequest.projectContext) +} + +// .testsgen.SettingsContext settingsContext = 2; +inline bool ProjectRequest::_internal_has_settingscontext() const { + return this != internal_default_instance() && settingscontext_ != nullptr; +} +inline bool ProjectRequest::has_settingscontext() const { + return _internal_has_settingscontext(); +} +inline void ProjectRequest::clear_settingscontext() { + if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { + delete settingscontext_; + } + settingscontext_ = nullptr; +} +inline const ::testsgen::SettingsContext& ProjectRequest::_internal_settingscontext() const { + const ::testsgen::SettingsContext* p = settingscontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_SettingsContext_default_instance_); +} +inline const ::testsgen::SettingsContext& ProjectRequest::settingscontext() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.settingsContext) + return _internal_settingscontext(); +} +inline ::testsgen::SettingsContext* ProjectRequest::release_settingscontext() { + // @@protoc_insertion_point(field_release:testsgen.ProjectRequest.settingsContext) + + ::testsgen::SettingsContext* temp = settingscontext_; + settingscontext_ = nullptr; + return temp; +} +inline ::testsgen::SettingsContext* ProjectRequest::_internal_mutable_settingscontext() { + + if (settingscontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::SettingsContext>(GetArenaNoVirtual()); + settingscontext_ = p; + } + return settingscontext_; +} +inline ::testsgen::SettingsContext* ProjectRequest::mutable_settingscontext() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.settingsContext) + return _internal_mutable_settingscontext(); +} +inline void ProjectRequest::set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete settingscontext_; + } + if (settingscontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + settingscontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, settingscontext, submessage_arena); + } + + } else { + + } + settingscontext_ = settingscontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectRequest.settingsContext) +} + +// repeated string sourcePaths = 3; +inline int ProjectRequest::_internal_sourcepaths_size() const { + return sourcepaths_.size(); +} +inline int ProjectRequest::sourcepaths_size() const { + return _internal_sourcepaths_size(); +} +inline void ProjectRequest::clear_sourcepaths() { + sourcepaths_.Clear(); +} +inline std::string* ProjectRequest::add_sourcepaths() { + // @@protoc_insertion_point(field_add_mutable:testsgen.ProjectRequest.sourcePaths) + return _internal_add_sourcepaths(); +} +inline const std::string& ProjectRequest::_internal_sourcepaths(int index) const { + return sourcepaths_.Get(index); +} +inline const std::string& ProjectRequest::sourcepaths(int index) const { + // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.sourcePaths) + return _internal_sourcepaths(index); +} +inline std::string* ProjectRequest::mutable_sourcepaths(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.sourcePaths) + return sourcepaths_.Mutable(index); +} +inline void ProjectRequest::set_sourcepaths(int index, const std::string& value) { + // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.sourcePaths) + sourcepaths_.Mutable(index)->assign(value); +} +inline void ProjectRequest::set_sourcepaths(int index, std::string&& value) { + // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.sourcePaths) + sourcepaths_.Mutable(index)->assign(std::move(value)); +} +inline void ProjectRequest::set_sourcepaths(int index, const char* value) { + GOOGLE_DCHECK(value != nullptr); + sourcepaths_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectRequest.sourcePaths) +} +inline void ProjectRequest::set_sourcepaths(int index, const char* value, size_t size) { + sourcepaths_.Mutable(index)->assign( + reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectRequest.sourcePaths) +} +inline std::string* ProjectRequest::_internal_add_sourcepaths() { + return sourcepaths_.Add(); +} +inline void ProjectRequest::add_sourcepaths(const std::string& value) { + sourcepaths_.Add()->assign(value); + // @@protoc_insertion_point(field_add:testsgen.ProjectRequest.sourcePaths) +} +inline void ProjectRequest::add_sourcepaths(std::string&& value) { + sourcepaths_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:testsgen.ProjectRequest.sourcePaths) +} +inline void ProjectRequest::add_sourcepaths(const char* value) { + GOOGLE_DCHECK(value != nullptr); + sourcepaths_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:testsgen.ProjectRequest.sourcePaths) +} +inline void ProjectRequest::add_sourcepaths(const char* value, size_t size) { + sourcepaths_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:testsgen.ProjectRequest.sourcePaths) +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& +ProjectRequest::sourcepaths() const { + // @@protoc_insertion_point(field_list:testsgen.ProjectRequest.sourcePaths) + return sourcepaths_; +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* +ProjectRequest::mutable_sourcepaths() { + // @@protoc_insertion_point(field_mutable_list:testsgen.ProjectRequest.sourcePaths) + return &sourcepaths_; +} + +// bool synchronizeCode = 4; +inline void ProjectRequest::clear_synchronizecode() { + synchronizecode_ = false; +} +inline bool ProjectRequest::_internal_synchronizecode() const { + return synchronizecode_; +} +inline bool ProjectRequest::synchronizecode() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.synchronizeCode) + return _internal_synchronizecode(); +} +inline void ProjectRequest::_internal_set_synchronizecode(bool value) { + + synchronizecode_ = value; +} +inline void ProjectRequest::set_synchronizecode(bool value) { + _internal_set_synchronizecode(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.synchronizeCode) +} + +// string targetPath = 5; +inline void ProjectRequest::clear_targetpath() { + targetpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectRequest::targetpath() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.targetPath) + return _internal_targetpath(); +} +inline void ProjectRequest::set_targetpath(const std::string& value) { + _internal_set_targetpath(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.targetPath) +} +inline std::string* ProjectRequest::mutable_targetpath() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.targetPath) + return _internal_mutable_targetpath(); +} +inline const std::string& ProjectRequest::_internal_targetpath() const { + return targetpath_.GetNoArena(); +} +inline void ProjectRequest::_internal_set_targetpath(const std::string& value) { + + targetpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectRequest::set_targetpath(std::string&& value) { + + targetpath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectRequest.targetPath) +} +inline void ProjectRequest::set_targetpath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + targetpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectRequest.targetPath) +} +inline void ProjectRequest::set_targetpath(const char* value, size_t size) { + + targetpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectRequest.targetPath) +} +inline std::string* ProjectRequest::_internal_mutable_targetpath() { + + return targetpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectRequest::release_targetpath() { + // @@protoc_insertion_point(field_release:testsgen.ProjectRequest.targetPath) + + return targetpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectRequest::set_allocated_targetpath(std::string* targetpath) { + if (targetpath != nullptr) { + + } else { + + } + targetpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), targetpath); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectRequest.targetPath) +} + +// ------------------------------------------------------------------- + +// FileRequest + +// .testsgen.ProjectRequest projectRequest = 1; +inline bool FileRequest::_internal_has_projectrequest() const { + return this != internal_default_instance() && projectrequest_ != nullptr; +} +inline bool FileRequest::has_projectrequest() const { + return _internal_has_projectrequest(); +} +inline void FileRequest::clear_projectrequest() { + if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { + delete projectrequest_; + } + projectrequest_ = nullptr; +} +inline const ::testsgen::ProjectRequest& FileRequest::_internal_projectrequest() const { + const ::testsgen::ProjectRequest* p = projectrequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectRequest_default_instance_); +} +inline const ::testsgen::ProjectRequest& FileRequest::projectrequest() const { + // @@protoc_insertion_point(field_get:testsgen.FileRequest.projectRequest) + return _internal_projectrequest(); +} +inline ::testsgen::ProjectRequest* FileRequest::release_projectrequest() { + // @@protoc_insertion_point(field_release:testsgen.FileRequest.projectRequest) + + ::testsgen::ProjectRequest* temp = projectrequest_; + projectrequest_ = nullptr; + return temp; +} +inline ::testsgen::ProjectRequest* FileRequest::_internal_mutable_projectrequest() { + + if (projectrequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectRequest>(GetArenaNoVirtual()); + projectrequest_ = p; + } + return projectrequest_; +} +inline ::testsgen::ProjectRequest* FileRequest::mutable_projectrequest() { + // @@protoc_insertion_point(field_mutable:testsgen.FileRequest.projectRequest) + return _internal_mutable_projectrequest(); +} +inline void FileRequest::set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectrequest_; + } + if (projectrequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectrequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectrequest, submessage_arena); + } + + } else { + + } + projectrequest_ = projectrequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.FileRequest.projectRequest) +} + +// string filePath = 2; +inline void FileRequest::clear_filepath() { + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& FileRequest::filepath() const { + // @@protoc_insertion_point(field_get:testsgen.FileRequest.filePath) + return _internal_filepath(); +} +inline void FileRequest::set_filepath(const std::string& value) { + _internal_set_filepath(value); + // @@protoc_insertion_point(field_set:testsgen.FileRequest.filePath) +} +inline std::string* FileRequest::mutable_filepath() { + // @@protoc_insertion_point(field_mutable:testsgen.FileRequest.filePath) + return _internal_mutable_filepath(); +} +inline const std::string& FileRequest::_internal_filepath() const { + return filepath_.GetNoArena(); +} +inline void FileRequest::_internal_set_filepath(const std::string& value) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void FileRequest::set_filepath(std::string&& value) { + + filepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.FileRequest.filePath) +} +inline void FileRequest::set_filepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.FileRequest.filePath) +} +inline void FileRequest::set_filepath(const char* value, size_t size) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.FileRequest.filePath) +} +inline std::string* FileRequest::_internal_mutable_filepath() { + + return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* FileRequest::release_filepath() { + // @@protoc_insertion_point(field_release:testsgen.FileRequest.filePath) + + return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void FileRequest::set_allocated_filepath(std::string* filepath) { + if (filepath != nullptr) { + + } else { + + } + filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.FileRequest.filePath) +} + +// ------------------------------------------------------------------- + +// FolderRequest + +// .testsgen.ProjectRequest projectRequest = 1; +inline bool FolderRequest::_internal_has_projectrequest() const { + return this != internal_default_instance() && projectrequest_ != nullptr; +} +inline bool FolderRequest::has_projectrequest() const { + return _internal_has_projectrequest(); +} +inline void FolderRequest::clear_projectrequest() { + if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { + delete projectrequest_; + } + projectrequest_ = nullptr; +} +inline const ::testsgen::ProjectRequest& FolderRequest::_internal_projectrequest() const { + const ::testsgen::ProjectRequest* p = projectrequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectRequest_default_instance_); +} +inline const ::testsgen::ProjectRequest& FolderRequest::projectrequest() const { + // @@protoc_insertion_point(field_get:testsgen.FolderRequest.projectRequest) + return _internal_projectrequest(); +} +inline ::testsgen::ProjectRequest* FolderRequest::release_projectrequest() { + // @@protoc_insertion_point(field_release:testsgen.FolderRequest.projectRequest) + + ::testsgen::ProjectRequest* temp = projectrequest_; + projectrequest_ = nullptr; + return temp; +} +inline ::testsgen::ProjectRequest* FolderRequest::_internal_mutable_projectrequest() { + + if (projectrequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectRequest>(GetArenaNoVirtual()); + projectrequest_ = p; + } + return projectrequest_; +} +inline ::testsgen::ProjectRequest* FolderRequest::mutable_projectrequest() { + // @@protoc_insertion_point(field_mutable:testsgen.FolderRequest.projectRequest) + return _internal_mutable_projectrequest(); +} +inline void FolderRequest::set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectrequest_; + } + if (projectrequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectrequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectrequest, submessage_arena); + } + + } else { + + } + projectrequest_ = projectrequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.FolderRequest.projectRequest) +} + +// string folderPath = 2; +inline void FolderRequest::clear_folderpath() { + folderpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& FolderRequest::folderpath() const { + // @@protoc_insertion_point(field_get:testsgen.FolderRequest.folderPath) + return _internal_folderpath(); +} +inline void FolderRequest::set_folderpath(const std::string& value) { + _internal_set_folderpath(value); + // @@protoc_insertion_point(field_set:testsgen.FolderRequest.folderPath) +} +inline std::string* FolderRequest::mutable_folderpath() { + // @@protoc_insertion_point(field_mutable:testsgen.FolderRequest.folderPath) + return _internal_mutable_folderpath(); +} +inline const std::string& FolderRequest::_internal_folderpath() const { + return folderpath_.GetNoArena(); +} +inline void FolderRequest::_internal_set_folderpath(const std::string& value) { + + folderpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void FolderRequest::set_folderpath(std::string&& value) { + + folderpath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.FolderRequest.folderPath) +} +inline void FolderRequest::set_folderpath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + folderpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.FolderRequest.folderPath) +} +inline void FolderRequest::set_folderpath(const char* value, size_t size) { + + folderpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.FolderRequest.folderPath) +} +inline std::string* FolderRequest::_internal_mutable_folderpath() { + + return folderpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* FolderRequest::release_folderpath() { + // @@protoc_insertion_point(field_release:testsgen.FolderRequest.folderPath) + + return folderpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void FolderRequest::set_allocated_folderpath(std::string* folderpath) { + if (folderpath != nullptr) { + + } else { + + } + folderpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), folderpath); + // @@protoc_insertion_point(field_set_allocated:testsgen.FolderRequest.folderPath) +} + +// ------------------------------------------------------------------- + +// LineRequest + +// .testsgen.ProjectRequest projectRequest = 1; +inline bool LineRequest::_internal_has_projectrequest() const { + return this != internal_default_instance() && projectrequest_ != nullptr; +} +inline bool LineRequest::has_projectrequest() const { + return _internal_has_projectrequest(); +} +inline void LineRequest::clear_projectrequest() { + if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { + delete projectrequest_; + } + projectrequest_ = nullptr; +} +inline const ::testsgen::ProjectRequest& LineRequest::_internal_projectrequest() const { + const ::testsgen::ProjectRequest* p = projectrequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectRequest_default_instance_); +} +inline const ::testsgen::ProjectRequest& LineRequest::projectrequest() const { + // @@protoc_insertion_point(field_get:testsgen.LineRequest.projectRequest) + return _internal_projectrequest(); +} +inline ::testsgen::ProjectRequest* LineRequest::release_projectrequest() { + // @@protoc_insertion_point(field_release:testsgen.LineRequest.projectRequest) + + ::testsgen::ProjectRequest* temp = projectrequest_; + projectrequest_ = nullptr; + return temp; +} +inline ::testsgen::ProjectRequest* LineRequest::_internal_mutable_projectrequest() { + + if (projectrequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectRequest>(GetArenaNoVirtual()); + projectrequest_ = p; + } + return projectrequest_; +} +inline ::testsgen::ProjectRequest* LineRequest::mutable_projectrequest() { + // @@protoc_insertion_point(field_mutable:testsgen.LineRequest.projectRequest) + return _internal_mutable_projectrequest(); +} +inline void LineRequest::set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectrequest_; + } + if (projectrequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectrequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectrequest, submessage_arena); + } + + } else { + + } + projectrequest_ = projectrequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.LineRequest.projectRequest) +} + +// .testsgen.SourceInfo sourceInfo = 2; +inline bool LineRequest::_internal_has_sourceinfo() const { + return this != internal_default_instance() && sourceinfo_ != nullptr; +} +inline bool LineRequest::has_sourceinfo() const { + return _internal_has_sourceinfo(); +} +inline const ::testsgen::SourceInfo& LineRequest::_internal_sourceinfo() const { + const ::testsgen::SourceInfo* p = sourceinfo_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_SourceInfo_default_instance_); +} +inline const ::testsgen::SourceInfo& LineRequest::sourceinfo() const { + // @@protoc_insertion_point(field_get:testsgen.LineRequest.sourceInfo) + return _internal_sourceinfo(); +} +inline ::testsgen::SourceInfo* LineRequest::release_sourceinfo() { + // @@protoc_insertion_point(field_release:testsgen.LineRequest.sourceInfo) + + ::testsgen::SourceInfo* temp = sourceinfo_; + sourceinfo_ = nullptr; + return temp; +} +inline ::testsgen::SourceInfo* LineRequest::_internal_mutable_sourceinfo() { + + if (sourceinfo_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::SourceInfo>(GetArenaNoVirtual()); + sourceinfo_ = p; + } + return sourceinfo_; +} +inline ::testsgen::SourceInfo* LineRequest::mutable_sourceinfo() { + // @@protoc_insertion_point(field_mutable:testsgen.LineRequest.sourceInfo) + return _internal_mutable_sourceinfo(); +} +inline void LineRequest::set_allocated_sourceinfo(::testsgen::SourceInfo* sourceinfo) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(sourceinfo_); + } + if (sourceinfo) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + sourceinfo = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, sourceinfo, submessage_arena); + } + + } else { + + } + sourceinfo_ = sourceinfo; + // @@protoc_insertion_point(field_set_allocated:testsgen.LineRequest.sourceInfo) +} + +// ------------------------------------------------------------------- + +// FunctionRequest + +// .testsgen.LineRequest lineRequest = 1; +inline bool FunctionRequest::_internal_has_linerequest() const { + return this != internal_default_instance() && linerequest_ != nullptr; +} +inline bool FunctionRequest::has_linerequest() const { + return _internal_has_linerequest(); +} +inline void FunctionRequest::clear_linerequest() { + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; +} +inline const ::testsgen::LineRequest& FunctionRequest::_internal_linerequest() const { + const ::testsgen::LineRequest* p = linerequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_LineRequest_default_instance_); +} +inline const ::testsgen::LineRequest& FunctionRequest::linerequest() const { + // @@protoc_insertion_point(field_get:testsgen.FunctionRequest.lineRequest) + return _internal_linerequest(); +} +inline ::testsgen::LineRequest* FunctionRequest::release_linerequest() { + // @@protoc_insertion_point(field_release:testsgen.FunctionRequest.lineRequest) + + ::testsgen::LineRequest* temp = linerequest_; + linerequest_ = nullptr; + return temp; +} +inline ::testsgen::LineRequest* FunctionRequest::_internal_mutable_linerequest() { + + if (linerequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); + linerequest_ = p; + } + return linerequest_; +} +inline ::testsgen::LineRequest* FunctionRequest::mutable_linerequest() { + // @@protoc_insertion_point(field_mutable:testsgen.FunctionRequest.lineRequest) + return _internal_mutable_linerequest(); +} +inline void FunctionRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete linerequest_; + } + if (linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, linerequest, submessage_arena); + } + + } else { + + } + linerequest_ = linerequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.FunctionRequest.lineRequest) +} + +// ------------------------------------------------------------------- + +// ClassRequest + +// .testsgen.LineRequest lineRequest = 1; +inline bool ClassRequest::_internal_has_linerequest() const { + return this != internal_default_instance() && linerequest_ != nullptr; +} +inline bool ClassRequest::has_linerequest() const { + return _internal_has_linerequest(); +} +inline void ClassRequest::clear_linerequest() { + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; +} +inline const ::testsgen::LineRequest& ClassRequest::_internal_linerequest() const { + const ::testsgen::LineRequest* p = linerequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_LineRequest_default_instance_); +} +inline const ::testsgen::LineRequest& ClassRequest::linerequest() const { + // @@protoc_insertion_point(field_get:testsgen.ClassRequest.lineRequest) + return _internal_linerequest(); +} +inline ::testsgen::LineRequest* ClassRequest::release_linerequest() { + // @@protoc_insertion_point(field_release:testsgen.ClassRequest.lineRequest) + + ::testsgen::LineRequest* temp = linerequest_; + linerequest_ = nullptr; + return temp; +} +inline ::testsgen::LineRequest* ClassRequest::_internal_mutable_linerequest() { + + if (linerequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); + linerequest_ = p; + } + return linerequest_; +} +inline ::testsgen::LineRequest* ClassRequest::mutable_linerequest() { + // @@protoc_insertion_point(field_mutable:testsgen.ClassRequest.lineRequest) + return _internal_mutable_linerequest(); +} +inline void ClassRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete linerequest_; + } + if (linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, linerequest, submessage_arena); + } + + } else { + + } + linerequest_ = linerequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.ClassRequest.lineRequest) +} + +// ------------------------------------------------------------------- + +// AssertionRequest + +// .testsgen.LineRequest lineRequest = 1; +inline bool AssertionRequest::_internal_has_linerequest() const { + return this != internal_default_instance() && linerequest_ != nullptr; +} +inline bool AssertionRequest::has_linerequest() const { + return _internal_has_linerequest(); +} +inline void AssertionRequest::clear_linerequest() { + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; +} +inline const ::testsgen::LineRequest& AssertionRequest::_internal_linerequest() const { + const ::testsgen::LineRequest* p = linerequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_LineRequest_default_instance_); +} +inline const ::testsgen::LineRequest& AssertionRequest::linerequest() const { + // @@protoc_insertion_point(field_get:testsgen.AssertionRequest.lineRequest) + return _internal_linerequest(); +} +inline ::testsgen::LineRequest* AssertionRequest::release_linerequest() { + // @@protoc_insertion_point(field_release:testsgen.AssertionRequest.lineRequest) + + ::testsgen::LineRequest* temp = linerequest_; + linerequest_ = nullptr; + return temp; +} +inline ::testsgen::LineRequest* AssertionRequest::_internal_mutable_linerequest() { + + if (linerequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); + linerequest_ = p; + } + return linerequest_; +} +inline ::testsgen::LineRequest* AssertionRequest::mutable_linerequest() { + // @@protoc_insertion_point(field_mutable:testsgen.AssertionRequest.lineRequest) + return _internal_mutable_linerequest(); +} +inline void AssertionRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete linerequest_; + } + if (linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, linerequest, submessage_arena); + } + + } else { + + } + linerequest_ = linerequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.AssertionRequest.lineRequest) +} + +// ------------------------------------------------------------------- + +// PredicateRequest + +// .testsgen.LineRequest lineRequest = 1; +inline bool PredicateRequest::_internal_has_linerequest() const { + return this != internal_default_instance() && linerequest_ != nullptr; +} +inline bool PredicateRequest::has_linerequest() const { + return _internal_has_linerequest(); +} +inline void PredicateRequest::clear_linerequest() { + if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { + delete linerequest_; + } + linerequest_ = nullptr; +} +inline const ::testsgen::LineRequest& PredicateRequest::_internal_linerequest() const { + const ::testsgen::LineRequest* p = linerequest_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_LineRequest_default_instance_); +} +inline const ::testsgen::LineRequest& PredicateRequest::linerequest() const { + // @@protoc_insertion_point(field_get:testsgen.PredicateRequest.lineRequest) + return _internal_linerequest(); +} +inline ::testsgen::LineRequest* PredicateRequest::release_linerequest() { + // @@protoc_insertion_point(field_release:testsgen.PredicateRequest.lineRequest) + + ::testsgen::LineRequest* temp = linerequest_; + linerequest_ = nullptr; + return temp; +} +inline ::testsgen::LineRequest* PredicateRequest::_internal_mutable_linerequest() { + + if (linerequest_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); + linerequest_ = p; + } + return linerequest_; +} +inline ::testsgen::LineRequest* PredicateRequest::mutable_linerequest() { + // @@protoc_insertion_point(field_mutable:testsgen.PredicateRequest.lineRequest) + return _internal_mutable_linerequest(); +} +inline void PredicateRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete linerequest_; + } + if (linerequest) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, linerequest, submessage_arena); + } + + } else { + + } + linerequest_ = linerequest; + // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateRequest.lineRequest) +} + +// .testsgen.PredicateInfo predicateInfo = 2; +inline bool PredicateRequest::_internal_has_predicateinfo() const { + return this != internal_default_instance() && predicateinfo_ != nullptr; +} +inline bool PredicateRequest::has_predicateinfo() const { + return _internal_has_predicateinfo(); +} +inline const ::testsgen::PredicateInfo& PredicateRequest::_internal_predicateinfo() const { + const ::testsgen::PredicateInfo* p = predicateinfo_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_PredicateInfo_default_instance_); +} +inline const ::testsgen::PredicateInfo& PredicateRequest::predicateinfo() const { + // @@protoc_insertion_point(field_get:testsgen.PredicateRequest.predicateInfo) + return _internal_predicateinfo(); +} +inline ::testsgen::PredicateInfo* PredicateRequest::release_predicateinfo() { + // @@protoc_insertion_point(field_release:testsgen.PredicateRequest.predicateInfo) + + ::testsgen::PredicateInfo* temp = predicateinfo_; + predicateinfo_ = nullptr; + return temp; +} +inline ::testsgen::PredicateInfo* PredicateRequest::_internal_mutable_predicateinfo() { + + if (predicateinfo_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::PredicateInfo>(GetArenaNoVirtual()); + predicateinfo_ = p; + } + return predicateinfo_; +} +inline ::testsgen::PredicateInfo* PredicateRequest::mutable_predicateinfo() { + // @@protoc_insertion_point(field_mutable:testsgen.PredicateRequest.predicateInfo) + return _internal_mutable_predicateinfo(); +} +inline void PredicateRequest::set_allocated_predicateinfo(::testsgen::PredicateInfo* predicateinfo) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(predicateinfo_); + } + if (predicateinfo) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + predicateinfo = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, predicateinfo, submessage_arena); + } + + } else { + + } + predicateinfo_ = predicateinfo; + // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateRequest.predicateInfo) +} + +// ------------------------------------------------------------------- + +// StubsResponse + +// repeated .testsgen.SourceCode stubSources = 1; +inline int StubsResponse::_internal_stubsources_size() const { + return stubsources_.size(); +} +inline int StubsResponse::stubsources_size() const { + return _internal_stubsources_size(); +} +inline ::testsgen::SourceCode* StubsResponse::mutable_stubsources(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.StubsResponse.stubSources) + return stubsources_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* +StubsResponse::mutable_stubsources() { + // @@protoc_insertion_point(field_mutable_list:testsgen.StubsResponse.stubSources) + return &stubsources_; +} +inline const ::testsgen::SourceCode& StubsResponse::_internal_stubsources(int index) const { + return stubsources_.Get(index); +} +inline const ::testsgen::SourceCode& StubsResponse::stubsources(int index) const { + // @@protoc_insertion_point(field_get:testsgen.StubsResponse.stubSources) + return _internal_stubsources(index); +} +inline ::testsgen::SourceCode* StubsResponse::_internal_add_stubsources() { + return stubsources_.Add(); +} +inline ::testsgen::SourceCode* StubsResponse::add_stubsources() { + // @@protoc_insertion_point(field_add:testsgen.StubsResponse.stubSources) + return _internal_add_stubsources(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& +StubsResponse::stubsources() const { + // @@protoc_insertion_point(field_list:testsgen.StubsResponse.stubSources) + return stubsources_; +} + +// .testsgen.Progress progress = 2; +inline bool StubsResponse::_internal_has_progress() const { + return this != internal_default_instance() && progress_ != nullptr; +} +inline bool StubsResponse::has_progress() const { + return _internal_has_progress(); +} +inline const ::testsgen::Progress& StubsResponse::_internal_progress() const { + const ::testsgen::Progress* p = progress_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_Progress_default_instance_); +} +inline const ::testsgen::Progress& StubsResponse::progress() const { + // @@protoc_insertion_point(field_get:testsgen.StubsResponse.progress) + return _internal_progress(); +} +inline ::testsgen::Progress* StubsResponse::release_progress() { + // @@protoc_insertion_point(field_release:testsgen.StubsResponse.progress) + + ::testsgen::Progress* temp = progress_; + progress_ = nullptr; + return temp; +} +inline ::testsgen::Progress* StubsResponse::_internal_mutable_progress() { + + if (progress_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); + progress_ = p; + } + return progress_; +} +inline ::testsgen::Progress* StubsResponse::mutable_progress() { + // @@protoc_insertion_point(field_mutable:testsgen.StubsResponse.progress) + return _internal_mutable_progress(); +} +inline void StubsResponse::set_allocated_progress(::testsgen::Progress* progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); + } + if (progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, progress, submessage_arena); + } + + } else { + + } + progress_ = progress; + // @@protoc_insertion_point(field_set_allocated:testsgen.StubsResponse.progress) +} + +// ------------------------------------------------------------------- + +// TestsResponse + +// repeated .testsgen.SourceCode testSources = 1; +inline int TestsResponse::_internal_testsources_size() const { + return testsources_.size(); +} +inline int TestsResponse::testsources_size() const { + return _internal_testsources_size(); +} +inline ::testsgen::SourceCode* TestsResponse::mutable_testsources(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.TestsResponse.testSources) + return testsources_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* +TestsResponse::mutable_testsources() { + // @@protoc_insertion_point(field_mutable_list:testsgen.TestsResponse.testSources) + return &testsources_; +} +inline const ::testsgen::SourceCode& TestsResponse::_internal_testsources(int index) const { + return testsources_.Get(index); +} +inline const ::testsgen::SourceCode& TestsResponse::testsources(int index) const { + // @@protoc_insertion_point(field_get:testsgen.TestsResponse.testSources) + return _internal_testsources(index); +} +inline ::testsgen::SourceCode* TestsResponse::_internal_add_testsources() { + return testsources_.Add(); +} +inline ::testsgen::SourceCode* TestsResponse::add_testsources() { + // @@protoc_insertion_point(field_add:testsgen.TestsResponse.testSources) + return _internal_add_testsources(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& +TestsResponse::testsources() const { + // @@protoc_insertion_point(field_list:testsgen.TestsResponse.testSources) + return testsources_; +} + +// .testsgen.StubsResponse stubs = 2; +inline bool TestsResponse::_internal_has_stubs() const { + return this != internal_default_instance() && stubs_ != nullptr; +} +inline bool TestsResponse::has_stubs() const { + return _internal_has_stubs(); +} +inline void TestsResponse::clear_stubs() { + if (GetArenaNoVirtual() == nullptr && stubs_ != nullptr) { + delete stubs_; + } + stubs_ = nullptr; +} +inline const ::testsgen::StubsResponse& TestsResponse::_internal_stubs() const { + const ::testsgen::StubsResponse* p = stubs_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_StubsResponse_default_instance_); +} +inline const ::testsgen::StubsResponse& TestsResponse::stubs() const { + // @@protoc_insertion_point(field_get:testsgen.TestsResponse.stubs) + return _internal_stubs(); +} +inline ::testsgen::StubsResponse* TestsResponse::release_stubs() { + // @@protoc_insertion_point(field_release:testsgen.TestsResponse.stubs) + + ::testsgen::StubsResponse* temp = stubs_; + stubs_ = nullptr; + return temp; +} +inline ::testsgen::StubsResponse* TestsResponse::_internal_mutable_stubs() { + + if (stubs_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::StubsResponse>(GetArenaNoVirtual()); + stubs_ = p; + } + return stubs_; +} +inline ::testsgen::StubsResponse* TestsResponse::mutable_stubs() { + // @@protoc_insertion_point(field_mutable:testsgen.TestsResponse.stubs) + return _internal_mutable_stubs(); +} +inline void TestsResponse::set_allocated_stubs(::testsgen::StubsResponse* stubs) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete stubs_; + } + if (stubs) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + stubs = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, stubs, submessage_arena); + } + + } else { + + } + stubs_ = stubs; + // @@protoc_insertion_point(field_set_allocated:testsgen.TestsResponse.stubs) +} + +// .testsgen.Progress progress = 3; +inline bool TestsResponse::_internal_has_progress() const { + return this != internal_default_instance() && progress_ != nullptr; +} +inline bool TestsResponse::has_progress() const { + return _internal_has_progress(); +} +inline const ::testsgen::Progress& TestsResponse::_internal_progress() const { + const ::testsgen::Progress* p = progress_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_Progress_default_instance_); +} +inline const ::testsgen::Progress& TestsResponse::progress() const { + // @@protoc_insertion_point(field_get:testsgen.TestsResponse.progress) + return _internal_progress(); +} +inline ::testsgen::Progress* TestsResponse::release_progress() { + // @@protoc_insertion_point(field_release:testsgen.TestsResponse.progress) + + ::testsgen::Progress* temp = progress_; + progress_ = nullptr; + return temp; +} +inline ::testsgen::Progress* TestsResponse::_internal_mutable_progress() { + + if (progress_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); + progress_ = p; + } + return progress_; +} +inline ::testsgen::Progress* TestsResponse::mutable_progress() { + // @@protoc_insertion_point(field_mutable:testsgen.TestsResponse.progress) + return _internal_mutable_progress(); +} +inline void TestsResponse::set_allocated_progress(::testsgen::Progress* progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); + } + if (progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, progress, submessage_arena); + } + + } else { + + } + progress_ = progress; + // @@protoc_insertion_point(field_set_allocated:testsgen.TestsResponse.progress) +} + +// ------------------------------------------------------------------- + +// SourceLine + +// uint32 line = 1; +inline void SourceLine::clear_line() { + line_ = 0u; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceLine::_internal_line() const { + return line_; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceLine::line() const { + // @@protoc_insertion_point(field_get:testsgen.SourceLine.line) + return _internal_line(); +} +inline void SourceLine::_internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { + + line_ = value; +} +inline void SourceLine::set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { + _internal_set_line(value); + // @@protoc_insertion_point(field_set:testsgen.SourceLine.line) +} + +// ------------------------------------------------------------------- + +// FileCoverageSimplified + +// string filePath = 1; +inline void FileCoverageSimplified::clear_filepath() { + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& FileCoverageSimplified::filepath() const { + // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.filePath) + return _internal_filepath(); +} +inline void FileCoverageSimplified::set_filepath(const std::string& value) { + _internal_set_filepath(value); + // @@protoc_insertion_point(field_set:testsgen.FileCoverageSimplified.filePath) +} +inline std::string* FileCoverageSimplified::mutable_filepath() { + // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.filePath) + return _internal_mutable_filepath(); +} +inline const std::string& FileCoverageSimplified::_internal_filepath() const { + return filepath_.GetNoArena(); +} +inline void FileCoverageSimplified::_internal_set_filepath(const std::string& value) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void FileCoverageSimplified::set_filepath(std::string&& value) { + + filepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.FileCoverageSimplified.filePath) +} +inline void FileCoverageSimplified::set_filepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.FileCoverageSimplified.filePath) +} +inline void FileCoverageSimplified::set_filepath(const char* value, size_t size) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.FileCoverageSimplified.filePath) +} +inline std::string* FileCoverageSimplified::_internal_mutable_filepath() { + + return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* FileCoverageSimplified::release_filepath() { + // @@protoc_insertion_point(field_release:testsgen.FileCoverageSimplified.filePath) + + return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void FileCoverageSimplified::set_allocated_filepath(std::string* filepath) { + if (filepath != nullptr) { + + } else { + + } + filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.FileCoverageSimplified.filePath) +} + +// repeated .testsgen.SourceLine fullCoverageLines = 2; +inline int FileCoverageSimplified::_internal_fullcoveragelines_size() const { + return fullcoveragelines_.size(); +} +inline int FileCoverageSimplified::fullcoveragelines_size() const { + return _internal_fullcoveragelines_size(); +} +inline void FileCoverageSimplified::clear_fullcoveragelines() { + fullcoveragelines_.Clear(); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::mutable_fullcoveragelines(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.fullCoverageLines) + return fullcoveragelines_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* +FileCoverageSimplified::mutable_fullcoveragelines() { + // @@protoc_insertion_point(field_mutable_list:testsgen.FileCoverageSimplified.fullCoverageLines) + return &fullcoveragelines_; +} +inline const ::testsgen::SourceLine& FileCoverageSimplified::_internal_fullcoveragelines(int index) const { + return fullcoveragelines_.Get(index); +} +inline const ::testsgen::SourceLine& FileCoverageSimplified::fullcoveragelines(int index) const { + // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.fullCoverageLines) + return _internal_fullcoveragelines(index); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::_internal_add_fullcoveragelines() { + return fullcoveragelines_.Add(); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::add_fullcoveragelines() { + // @@protoc_insertion_point(field_add:testsgen.FileCoverageSimplified.fullCoverageLines) + return _internal_add_fullcoveragelines(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& +FileCoverageSimplified::fullcoveragelines() const { + // @@protoc_insertion_point(field_list:testsgen.FileCoverageSimplified.fullCoverageLines) + return fullcoveragelines_; +} + +// repeated .testsgen.SourceLine partialCoverageLines = 3; +inline int FileCoverageSimplified::_internal_partialcoveragelines_size() const { + return partialcoveragelines_.size(); +} +inline int FileCoverageSimplified::partialcoveragelines_size() const { + return _internal_partialcoveragelines_size(); +} +inline void FileCoverageSimplified::clear_partialcoveragelines() { + partialcoveragelines_.Clear(); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::mutable_partialcoveragelines(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.partialCoverageLines) + return partialcoveragelines_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* +FileCoverageSimplified::mutable_partialcoveragelines() { + // @@protoc_insertion_point(field_mutable_list:testsgen.FileCoverageSimplified.partialCoverageLines) + return &partialcoveragelines_; +} +inline const ::testsgen::SourceLine& FileCoverageSimplified::_internal_partialcoveragelines(int index) const { + return partialcoveragelines_.Get(index); +} +inline const ::testsgen::SourceLine& FileCoverageSimplified::partialcoveragelines(int index) const { + // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.partialCoverageLines) + return _internal_partialcoveragelines(index); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::_internal_add_partialcoveragelines() { + return partialcoveragelines_.Add(); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::add_partialcoveragelines() { + // @@protoc_insertion_point(field_add:testsgen.FileCoverageSimplified.partialCoverageLines) + return _internal_add_partialcoveragelines(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& +FileCoverageSimplified::partialcoveragelines() const { + // @@protoc_insertion_point(field_list:testsgen.FileCoverageSimplified.partialCoverageLines) + return partialcoveragelines_; +} + +// repeated .testsgen.SourceLine noCoverageLines = 4; +inline int FileCoverageSimplified::_internal_nocoveragelines_size() const { + return nocoveragelines_.size(); +} +inline int FileCoverageSimplified::nocoveragelines_size() const { + return _internal_nocoveragelines_size(); +} +inline void FileCoverageSimplified::clear_nocoveragelines() { + nocoveragelines_.Clear(); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::mutable_nocoveragelines(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.noCoverageLines) + return nocoveragelines_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* +FileCoverageSimplified::mutable_nocoveragelines() { + // @@protoc_insertion_point(field_mutable_list:testsgen.FileCoverageSimplified.noCoverageLines) + return &nocoveragelines_; +} +inline const ::testsgen::SourceLine& FileCoverageSimplified::_internal_nocoveragelines(int index) const { + return nocoveragelines_.Get(index); +} +inline const ::testsgen::SourceLine& FileCoverageSimplified::nocoveragelines(int index) const { + // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.noCoverageLines) + return _internal_nocoveragelines(index); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::_internal_add_nocoveragelines() { + return nocoveragelines_.Add(); +} +inline ::testsgen::SourceLine* FileCoverageSimplified::add_nocoveragelines() { + // @@protoc_insertion_point(field_add:testsgen.FileCoverageSimplified.noCoverageLines) + return _internal_add_nocoveragelines(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& +FileCoverageSimplified::nocoveragelines() const { + // @@protoc_insertion_point(field_list:testsgen.FileCoverageSimplified.noCoverageLines) + return nocoveragelines_; +} + +// ------------------------------------------------------------------- + +// TestFilter + +// string testFilePath = 1; +inline void TestFilter::clear_testfilepath() { + testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& TestFilter::testfilepath() const { + // @@protoc_insertion_point(field_get:testsgen.TestFilter.testFilePath) + return _internal_testfilepath(); +} +inline void TestFilter::set_testfilepath(const std::string& value) { + _internal_set_testfilepath(value); + // @@protoc_insertion_point(field_set:testsgen.TestFilter.testFilePath) +} +inline std::string* TestFilter::mutable_testfilepath() { + // @@protoc_insertion_point(field_mutable:testsgen.TestFilter.testFilePath) + return _internal_mutable_testfilepath(); +} +inline const std::string& TestFilter::_internal_testfilepath() const { + return testfilepath_.GetNoArena(); +} +inline void TestFilter::_internal_set_testfilepath(const std::string& value) { + + testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void TestFilter::set_testfilepath(std::string&& value) { + + testfilepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.TestFilter.testFilePath) +} +inline void TestFilter::set_testfilepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.TestFilter.testFilePath) +} +inline void TestFilter::set_testfilepath(const char* value, size_t size) { + + testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.TestFilter.testFilePath) +} +inline std::string* TestFilter::_internal_mutable_testfilepath() { + + return testfilepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* TestFilter::release_testfilepath() { + // @@protoc_insertion_point(field_release:testsgen.TestFilter.testFilePath) + + return testfilepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void TestFilter::set_allocated_testfilepath(std::string* testfilepath) { + if (testfilepath != nullptr) { + + } else { + + } + testfilepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testfilepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.TestFilter.testFilePath) +} + +// string testName = 2; +inline void TestFilter::clear_testname() { + testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& TestFilter::testname() const { + // @@protoc_insertion_point(field_get:testsgen.TestFilter.testName) + return _internal_testname(); +} +inline void TestFilter::set_testname(const std::string& value) { + _internal_set_testname(value); + // @@protoc_insertion_point(field_set:testsgen.TestFilter.testName) +} +inline std::string* TestFilter::mutable_testname() { + // @@protoc_insertion_point(field_mutable:testsgen.TestFilter.testName) + return _internal_mutable_testname(); +} +inline const std::string& TestFilter::_internal_testname() const { + return testname_.GetNoArena(); +} +inline void TestFilter::_internal_set_testname(const std::string& value) { + + testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void TestFilter::set_testname(std::string&& value) { + + testname_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.TestFilter.testName) +} +inline void TestFilter::set_testname(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.TestFilter.testName) +} +inline void TestFilter::set_testname(const char* value, size_t size) { + + testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.TestFilter.testName) +} +inline std::string* TestFilter::_internal_mutable_testname() { + + return testname_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* TestFilter::release_testname() { + // @@protoc_insertion_point(field_release:testsgen.TestFilter.testName) + + return testname_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void TestFilter::set_allocated_testname(std::string* testname) { + if (testname != nullptr) { + + } else { + + } + testname_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testname); + // @@protoc_insertion_point(field_set_allocated:testsgen.TestFilter.testName) +} + +// string testSuite = 3; +inline void TestFilter::clear_testsuite() { + testsuite_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& TestFilter::testsuite() const { + // @@protoc_insertion_point(field_get:testsgen.TestFilter.testSuite) + return _internal_testsuite(); +} +inline void TestFilter::set_testsuite(const std::string& value) { + _internal_set_testsuite(value); + // @@protoc_insertion_point(field_set:testsgen.TestFilter.testSuite) +} +inline std::string* TestFilter::mutable_testsuite() { + // @@protoc_insertion_point(field_mutable:testsgen.TestFilter.testSuite) + return _internal_mutable_testsuite(); +} +inline const std::string& TestFilter::_internal_testsuite() const { + return testsuite_.GetNoArena(); +} +inline void TestFilter::_internal_set_testsuite(const std::string& value) { + + testsuite_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void TestFilter::set_testsuite(std::string&& value) { + + testsuite_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.TestFilter.testSuite) +} +inline void TestFilter::set_testsuite(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + testsuite_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.TestFilter.testSuite) +} +inline void TestFilter::set_testsuite(const char* value, size_t size) { + + testsuite_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.TestFilter.testSuite) +} +inline std::string* TestFilter::_internal_mutable_testsuite() { + + return testsuite_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* TestFilter::release_testsuite() { + // @@protoc_insertion_point(field_release:testsgen.TestFilter.testSuite) + + return testsuite_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void TestFilter::set_allocated_testsuite(std::string* testsuite) { + if (testsuite != nullptr) { + + } else { + + } + testsuite_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testsuite); + // @@protoc_insertion_point(field_set_allocated:testsgen.TestFilter.testSuite) +} + +// ------------------------------------------------------------------- + +// CoverageAndResultsRequest + +// .testsgen.ProjectContext projectContext = 1; +inline bool CoverageAndResultsRequest::_internal_has_projectcontext() const { + return this != internal_default_instance() && projectcontext_ != nullptr; +} +inline bool CoverageAndResultsRequest::has_projectcontext() const { + return _internal_has_projectcontext(); +} +inline void CoverageAndResultsRequest::clear_projectcontext() { + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; +} +inline const ::testsgen::ProjectContext& CoverageAndResultsRequest::_internal_projectcontext() const { + const ::testsgen::ProjectContext* p = projectcontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectContext_default_instance_); +} +inline const ::testsgen::ProjectContext& CoverageAndResultsRequest::projectcontext() const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.projectContext) + return _internal_projectcontext(); +} +inline ::testsgen::ProjectContext* CoverageAndResultsRequest::release_projectcontext() { + // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsRequest.projectContext) + + ::testsgen::ProjectContext* temp = projectcontext_; + projectcontext_ = nullptr; + return temp; +} +inline ::testsgen::ProjectContext* CoverageAndResultsRequest::_internal_mutable_projectcontext() { + + if (projectcontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); + projectcontext_ = p; + } + return projectcontext_; +} +inline ::testsgen::ProjectContext* CoverageAndResultsRequest::mutable_projectcontext() { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsRequest.projectContext) + return _internal_mutable_projectcontext(); +} +inline void CoverageAndResultsRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectcontext_; + } + if (projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectcontext, submessage_arena); + } + + } else { + + } + projectcontext_ = projectcontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsRequest.projectContext) +} + +// .testsgen.SettingsContext settingsContext = 2; +inline bool CoverageAndResultsRequest::_internal_has_settingscontext() const { + return this != internal_default_instance() && settingscontext_ != nullptr; +} +inline bool CoverageAndResultsRequest::has_settingscontext() const { + return _internal_has_settingscontext(); +} +inline void CoverageAndResultsRequest::clear_settingscontext() { + if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { + delete settingscontext_; + } + settingscontext_ = nullptr; +} +inline const ::testsgen::SettingsContext& CoverageAndResultsRequest::_internal_settingscontext() const { + const ::testsgen::SettingsContext* p = settingscontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_SettingsContext_default_instance_); +} +inline const ::testsgen::SettingsContext& CoverageAndResultsRequest::settingscontext() const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.settingsContext) + return _internal_settingscontext(); +} +inline ::testsgen::SettingsContext* CoverageAndResultsRequest::release_settingscontext() { + // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsRequest.settingsContext) + + ::testsgen::SettingsContext* temp = settingscontext_; + settingscontext_ = nullptr; + return temp; +} +inline ::testsgen::SettingsContext* CoverageAndResultsRequest::_internal_mutable_settingscontext() { + + if (settingscontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::SettingsContext>(GetArenaNoVirtual()); + settingscontext_ = p; + } + return settingscontext_; +} +inline ::testsgen::SettingsContext* CoverageAndResultsRequest::mutable_settingscontext() { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsRequest.settingsContext) + return _internal_mutable_settingscontext(); +} +inline void CoverageAndResultsRequest::set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete settingscontext_; + } + if (settingscontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + settingscontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, settingscontext, submessage_arena); + } + + } else { + + } + settingscontext_ = settingscontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsRequest.settingsContext) +} + +// .testsgen.TestFilter testFilter = 3; +inline bool CoverageAndResultsRequest::_internal_has_testfilter() const { + return this != internal_default_instance() && testfilter_ != nullptr; +} +inline bool CoverageAndResultsRequest::has_testfilter() const { + return _internal_has_testfilter(); +} +inline void CoverageAndResultsRequest::clear_testfilter() { + if (GetArenaNoVirtual() == nullptr && testfilter_ != nullptr) { + delete testfilter_; + } + testfilter_ = nullptr; +} +inline const ::testsgen::TestFilter& CoverageAndResultsRequest::_internal_testfilter() const { + const ::testsgen::TestFilter* p = testfilter_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_TestFilter_default_instance_); +} +inline const ::testsgen::TestFilter& CoverageAndResultsRequest::testfilter() const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.testFilter) + return _internal_testfilter(); +} +inline ::testsgen::TestFilter* CoverageAndResultsRequest::release_testfilter() { + // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsRequest.testFilter) + + ::testsgen::TestFilter* temp = testfilter_; + testfilter_ = nullptr; + return temp; +} +inline ::testsgen::TestFilter* CoverageAndResultsRequest::_internal_mutable_testfilter() { + + if (testfilter_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::TestFilter>(GetArenaNoVirtual()); + testfilter_ = p; + } + return testfilter_; +} +inline ::testsgen::TestFilter* CoverageAndResultsRequest::mutable_testfilter() { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsRequest.testFilter) + return _internal_mutable_testfilter(); +} +inline void CoverageAndResultsRequest::set_allocated_testfilter(::testsgen::TestFilter* testfilter) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete testfilter_; + } + if (testfilter) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + testfilter = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, testfilter, submessage_arena); + } + + } else { + + } + testfilter_ = testfilter; + // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsRequest.testFilter) +} + +// bool coverage = 4; +inline void CoverageAndResultsRequest::clear_coverage() { + coverage_ = false; +} +inline bool CoverageAndResultsRequest::_internal_coverage() const { + return coverage_; +} +inline bool CoverageAndResultsRequest::coverage() const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.coverage) + return _internal_coverage(); +} +inline void CoverageAndResultsRequest::_internal_set_coverage(bool value) { + + coverage_ = value; +} +inline void CoverageAndResultsRequest::set_coverage(bool value) { + _internal_set_coverage(value); + // @@protoc_insertion_point(field_set:testsgen.CoverageAndResultsRequest.coverage) +} + +// ------------------------------------------------------------------- + +// TestResultObject + +// string testFilePath = 1; +inline void TestResultObject::clear_testfilepath() { + testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& TestResultObject::testfilepath() const { + // @@protoc_insertion_point(field_get:testsgen.TestResultObject.testFilePath) + return _internal_testfilepath(); +} +inline void TestResultObject::set_testfilepath(const std::string& value) { + _internal_set_testfilepath(value); + // @@protoc_insertion_point(field_set:testsgen.TestResultObject.testFilePath) +} +inline std::string* TestResultObject::mutable_testfilepath() { + // @@protoc_insertion_point(field_mutable:testsgen.TestResultObject.testFilePath) + return _internal_mutable_testfilepath(); +} +inline const std::string& TestResultObject::_internal_testfilepath() const { + return testfilepath_.GetNoArena(); +} +inline void TestResultObject::_internal_set_testfilepath(const std::string& value) { + + testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void TestResultObject::set_testfilepath(std::string&& value) { + + testfilepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.TestResultObject.testFilePath) +} +inline void TestResultObject::set_testfilepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.TestResultObject.testFilePath) +} +inline void TestResultObject::set_testfilepath(const char* value, size_t size) { + + testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.TestResultObject.testFilePath) +} +inline std::string* TestResultObject::_internal_mutable_testfilepath() { + + return testfilepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* TestResultObject::release_testfilepath() { + // @@protoc_insertion_point(field_release:testsgen.TestResultObject.testFilePath) + + return testfilepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void TestResultObject::set_allocated_testfilepath(std::string* testfilepath) { + if (testfilepath != nullptr) { + + } else { + + } + testfilepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testfilepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.TestResultObject.testFilePath) +} + +// string testname = 2; +inline void TestResultObject::clear_testname() { + testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& TestResultObject::testname() const { + // @@protoc_insertion_point(field_get:testsgen.TestResultObject.testname) + return _internal_testname(); +} +inline void TestResultObject::set_testname(const std::string& value) { + _internal_set_testname(value); + // @@protoc_insertion_point(field_set:testsgen.TestResultObject.testname) +} +inline std::string* TestResultObject::mutable_testname() { + // @@protoc_insertion_point(field_mutable:testsgen.TestResultObject.testname) + return _internal_mutable_testname(); +} +inline const std::string& TestResultObject::_internal_testname() const { + return testname_.GetNoArena(); +} +inline void TestResultObject::_internal_set_testname(const std::string& value) { + + testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void TestResultObject::set_testname(std::string&& value) { + + testname_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.TestResultObject.testname) +} +inline void TestResultObject::set_testname(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.TestResultObject.testname) +} +inline void TestResultObject::set_testname(const char* value, size_t size) { + + testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.TestResultObject.testname) +} +inline std::string* TestResultObject::_internal_mutable_testname() { + + return testname_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* TestResultObject::release_testname() { + // @@protoc_insertion_point(field_release:testsgen.TestResultObject.testname) + + return testname_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void TestResultObject::set_allocated_testname(std::string* testname) { + if (testname != nullptr) { + + } else { + + } + testname_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testname); + // @@protoc_insertion_point(field_set_allocated:testsgen.TestResultObject.testname) +} + +// .testsgen.TestStatus status = 3; +inline void TestResultObject::clear_status() { + status_ = 0; +} +inline ::testsgen::TestStatus TestResultObject::_internal_status() const { + return static_cast< ::testsgen::TestStatus >(status_); +} +inline ::testsgen::TestStatus TestResultObject::status() const { + // @@protoc_insertion_point(field_get:testsgen.TestResultObject.status) + return _internal_status(); +} +inline void TestResultObject::_internal_set_status(::testsgen::TestStatus value) { + + status_ = value; +} +inline void TestResultObject::set_status(::testsgen::TestStatus value) { + _internal_set_status(value); + // @@protoc_insertion_point(field_set:testsgen.TestResultObject.status) +} + +// string output = 4; +inline void TestResultObject::clear_output() { + output_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& TestResultObject::output() const { + // @@protoc_insertion_point(field_get:testsgen.TestResultObject.output) + return _internal_output(); +} +inline void TestResultObject::set_output(const std::string& value) { + _internal_set_output(value); + // @@protoc_insertion_point(field_set:testsgen.TestResultObject.output) +} +inline std::string* TestResultObject::mutable_output() { + // @@protoc_insertion_point(field_mutable:testsgen.TestResultObject.output) + return _internal_mutable_output(); +} +inline const std::string& TestResultObject::_internal_output() const { + return output_.GetNoArena(); +} +inline void TestResultObject::_internal_set_output(const std::string& value) { + + output_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void TestResultObject::set_output(std::string&& value) { + + output_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.TestResultObject.output) +} +inline void TestResultObject::set_output(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + output_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.TestResultObject.output) +} +inline void TestResultObject::set_output(const char* value, size_t size) { + + output_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.TestResultObject.output) +} +inline std::string* TestResultObject::_internal_mutable_output() { + + return output_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* TestResultObject::release_output() { + // @@protoc_insertion_point(field_release:testsgen.TestResultObject.output) + + return output_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void TestResultObject::set_allocated_output(std::string* output) { + if (output != nullptr) { + + } else { + + } + output_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), output); + // @@protoc_insertion_point(field_set_allocated:testsgen.TestResultObject.output) +} + +// ------------------------------------------------------------------- + +// CoverageAndResultsResponse + +// repeated .testsgen.TestResultObject testRunResults = 1; +inline int CoverageAndResultsResponse::_internal_testrunresults_size() const { + return testrunresults_.size(); +} +inline int CoverageAndResultsResponse::testrunresults_size() const { + return _internal_testrunresults_size(); +} +inline void CoverageAndResultsResponse::clear_testrunresults() { + testrunresults_.Clear(); +} +inline ::testsgen::TestResultObject* CoverageAndResultsResponse::mutable_testrunresults(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.testRunResults) + return testrunresults_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >* +CoverageAndResultsResponse::mutable_testrunresults() { + // @@protoc_insertion_point(field_mutable_list:testsgen.CoverageAndResultsResponse.testRunResults) + return &testrunresults_; +} +inline const ::testsgen::TestResultObject& CoverageAndResultsResponse::_internal_testrunresults(int index) const { + return testrunresults_.Get(index); +} +inline const ::testsgen::TestResultObject& CoverageAndResultsResponse::testrunresults(int index) const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.testRunResults) + return _internal_testrunresults(index); +} +inline ::testsgen::TestResultObject* CoverageAndResultsResponse::_internal_add_testrunresults() { + return testrunresults_.Add(); +} +inline ::testsgen::TestResultObject* CoverageAndResultsResponse::add_testrunresults() { + // @@protoc_insertion_point(field_add:testsgen.CoverageAndResultsResponse.testRunResults) + return _internal_add_testrunresults(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >& +CoverageAndResultsResponse::testrunresults() const { + // @@protoc_insertion_point(field_list:testsgen.CoverageAndResultsResponse.testRunResults) + return testrunresults_; +} + +// repeated .testsgen.FileCoverageSimplified coverages = 2; +inline int CoverageAndResultsResponse::_internal_coverages_size() const { + return coverages_.size(); +} +inline int CoverageAndResultsResponse::coverages_size() const { + return _internal_coverages_size(); +} +inline void CoverageAndResultsResponse::clear_coverages() { + coverages_.Clear(); +} +inline ::testsgen::FileCoverageSimplified* CoverageAndResultsResponse::mutable_coverages(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.coverages) + return coverages_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >* +CoverageAndResultsResponse::mutable_coverages() { + // @@protoc_insertion_point(field_mutable_list:testsgen.CoverageAndResultsResponse.coverages) + return &coverages_; +} +inline const ::testsgen::FileCoverageSimplified& CoverageAndResultsResponse::_internal_coverages(int index) const { + return coverages_.Get(index); +} +inline const ::testsgen::FileCoverageSimplified& CoverageAndResultsResponse::coverages(int index) const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.coverages) + return _internal_coverages(index); +} +inline ::testsgen::FileCoverageSimplified* CoverageAndResultsResponse::_internal_add_coverages() { + return coverages_.Add(); +} +inline ::testsgen::FileCoverageSimplified* CoverageAndResultsResponse::add_coverages() { + // @@protoc_insertion_point(field_add:testsgen.CoverageAndResultsResponse.coverages) + return _internal_add_coverages(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >& +CoverageAndResultsResponse::coverages() const { + // @@protoc_insertion_point(field_list:testsgen.CoverageAndResultsResponse.coverages) + return coverages_; +} + +// .testsgen.Progress progress = 3; +inline bool CoverageAndResultsResponse::_internal_has_progress() const { + return this != internal_default_instance() && progress_ != nullptr; +} +inline bool CoverageAndResultsResponse::has_progress() const { + return _internal_has_progress(); +} +inline const ::testsgen::Progress& CoverageAndResultsResponse::_internal_progress() const { + const ::testsgen::Progress* p = progress_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_Progress_default_instance_); +} +inline const ::testsgen::Progress& CoverageAndResultsResponse::progress() const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.progress) + return _internal_progress(); +} +inline ::testsgen::Progress* CoverageAndResultsResponse::release_progress() { + // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsResponse.progress) + + ::testsgen::Progress* temp = progress_; + progress_ = nullptr; + return temp; +} +inline ::testsgen::Progress* CoverageAndResultsResponse::_internal_mutable_progress() { + + if (progress_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); + progress_ = p; + } + return progress_; +} +inline ::testsgen::Progress* CoverageAndResultsResponse::mutable_progress() { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.progress) + return _internal_mutable_progress(); +} +inline void CoverageAndResultsResponse::set_allocated_progress(::testsgen::Progress* progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); + } + if (progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, progress, submessage_arena); + } + + } else { + + } + progress_ = progress; + // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsResponse.progress) +} + +// string errorMessage = 4; +inline void CoverageAndResultsResponse::clear_errormessage() { + errormessage_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& CoverageAndResultsResponse::errormessage() const { + // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.errorMessage) + return _internal_errormessage(); +} +inline void CoverageAndResultsResponse::set_errormessage(const std::string& value) { + _internal_set_errormessage(value); + // @@protoc_insertion_point(field_set:testsgen.CoverageAndResultsResponse.errorMessage) +} +inline std::string* CoverageAndResultsResponse::mutable_errormessage() { + // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.errorMessage) + return _internal_mutable_errormessage(); +} +inline const std::string& CoverageAndResultsResponse::_internal_errormessage() const { + return errormessage_.GetNoArena(); +} +inline void CoverageAndResultsResponse::_internal_set_errormessage(const std::string& value) { + + errormessage_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void CoverageAndResultsResponse::set_errormessage(std::string&& value) { + + errormessage_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.CoverageAndResultsResponse.errorMessage) +} +inline void CoverageAndResultsResponse::set_errormessage(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + errormessage_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.CoverageAndResultsResponse.errorMessage) +} +inline void CoverageAndResultsResponse::set_errormessage(const char* value, size_t size) { + + errormessage_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.CoverageAndResultsResponse.errorMessage) +} +inline std::string* CoverageAndResultsResponse::_internal_mutable_errormessage() { + + return errormessage_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* CoverageAndResultsResponse::release_errormessage() { + // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsResponse.errorMessage) + + return errormessage_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void CoverageAndResultsResponse::set_allocated_errormessage(std::string* errormessage) { + if (errormessage != nullptr) { + + } else { + + } + errormessage_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), errormessage); + // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsResponse.errorMessage) +} + +// ------------------------------------------------------------------- + +// HeartbeatResponse + +// bool linked = 1; +inline void HeartbeatResponse::clear_linked() { + linked_ = false; +} +inline bool HeartbeatResponse::_internal_linked() const { + return linked_; +} +inline bool HeartbeatResponse::linked() const { + // @@protoc_insertion_point(field_get:testsgen.HeartbeatResponse.linked) + return _internal_linked(); +} +inline void HeartbeatResponse::_internal_set_linked(bool value) { + + linked_ = value; +} +inline void HeartbeatResponse::set_linked(bool value) { + _internal_set_linked(value); + // @@protoc_insertion_point(field_set:testsgen.HeartbeatResponse.linked) +} + +// ------------------------------------------------------------------- + +// ProjectConfigRequest + +// .testsgen.ProjectContext projectContext = 1; +inline bool ProjectConfigRequest::_internal_has_projectcontext() const { + return this != internal_default_instance() && projectcontext_ != nullptr; +} +inline bool ProjectConfigRequest::has_projectcontext() const { + return _internal_has_projectcontext(); +} +inline void ProjectConfigRequest::clear_projectcontext() { + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; +} +inline const ::testsgen::ProjectContext& ProjectConfigRequest::_internal_projectcontext() const { + const ::testsgen::ProjectContext* p = projectcontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectContext_default_instance_); +} +inline const ::testsgen::ProjectContext& ProjectConfigRequest::projectcontext() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectConfigRequest.projectContext) + return _internal_projectcontext(); +} +inline ::testsgen::ProjectContext* ProjectConfigRequest::release_projectcontext() { + // @@protoc_insertion_point(field_release:testsgen.ProjectConfigRequest.projectContext) + + ::testsgen::ProjectContext* temp = projectcontext_; + projectcontext_ = nullptr; + return temp; +} +inline ::testsgen::ProjectContext* ProjectConfigRequest::_internal_mutable_projectcontext() { + + if (projectcontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); + projectcontext_ = p; + } + return projectcontext_; +} +inline ::testsgen::ProjectContext* ProjectConfigRequest::mutable_projectcontext() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigRequest.projectContext) + return _internal_mutable_projectcontext(); +} +inline void ProjectConfigRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectcontext_; + } + if (projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectcontext, submessage_arena); + } + + } else { + + } + projectcontext_ = projectcontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectConfigRequest.projectContext) +} + +// .testsgen.ConfigMode configMode = 2; +inline void ProjectConfigRequest::clear_configmode() { + configmode_ = 0; +} +inline ::testsgen::ConfigMode ProjectConfigRequest::_internal_configmode() const { + return static_cast< ::testsgen::ConfigMode >(configmode_); +} +inline ::testsgen::ConfigMode ProjectConfigRequest::configmode() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectConfigRequest.configMode) + return _internal_configmode(); +} +inline void ProjectConfigRequest::_internal_set_configmode(::testsgen::ConfigMode value) { + + configmode_ = value; +} +inline void ProjectConfigRequest::set_configmode(::testsgen::ConfigMode value) { + _internal_set_configmode(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectConfigRequest.configMode) +} + +// repeated string cmakeOptions = 3; +inline int ProjectConfigRequest::_internal_cmakeoptions_size() const { + return cmakeoptions_.size(); +} +inline int ProjectConfigRequest::cmakeoptions_size() const { + return _internal_cmakeoptions_size(); +} +inline void ProjectConfigRequest::clear_cmakeoptions() { + cmakeoptions_.Clear(); +} +inline std::string* ProjectConfigRequest::add_cmakeoptions() { + // @@protoc_insertion_point(field_add_mutable:testsgen.ProjectConfigRequest.cmakeOptions) + return _internal_add_cmakeoptions(); +} +inline const std::string& ProjectConfigRequest::_internal_cmakeoptions(int index) const { + return cmakeoptions_.Get(index); +} +inline const std::string& ProjectConfigRequest::cmakeoptions(int index) const { + // @@protoc_insertion_point(field_get:testsgen.ProjectConfigRequest.cmakeOptions) + return _internal_cmakeoptions(index); +} +inline std::string* ProjectConfigRequest::mutable_cmakeoptions(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigRequest.cmakeOptions) + return cmakeoptions_.Mutable(index); +} +inline void ProjectConfigRequest::set_cmakeoptions(int index, const std::string& value) { + // @@protoc_insertion_point(field_set:testsgen.ProjectConfigRequest.cmakeOptions) + cmakeoptions_.Mutable(index)->assign(value); +} +inline void ProjectConfigRequest::set_cmakeoptions(int index, std::string&& value) { + // @@protoc_insertion_point(field_set:testsgen.ProjectConfigRequest.cmakeOptions) + cmakeoptions_.Mutable(index)->assign(std::move(value)); +} +inline void ProjectConfigRequest::set_cmakeoptions(int index, const char* value) { + GOOGLE_DCHECK(value != nullptr); + cmakeoptions_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectConfigRequest.cmakeOptions) +} +inline void ProjectConfigRequest::set_cmakeoptions(int index, const char* value, size_t size) { + cmakeoptions_.Mutable(index)->assign( + reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectConfigRequest.cmakeOptions) +} +inline std::string* ProjectConfigRequest::_internal_add_cmakeoptions() { + return cmakeoptions_.Add(); +} +inline void ProjectConfigRequest::add_cmakeoptions(const std::string& value) { + cmakeoptions_.Add()->assign(value); + // @@protoc_insertion_point(field_add:testsgen.ProjectConfigRequest.cmakeOptions) +} +inline void ProjectConfigRequest::add_cmakeoptions(std::string&& value) { + cmakeoptions_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:testsgen.ProjectConfigRequest.cmakeOptions) +} +inline void ProjectConfigRequest::add_cmakeoptions(const char* value) { + GOOGLE_DCHECK(value != nullptr); + cmakeoptions_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:testsgen.ProjectConfigRequest.cmakeOptions) +} +inline void ProjectConfigRequest::add_cmakeoptions(const char* value, size_t size) { + cmakeoptions_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:testsgen.ProjectConfigRequest.cmakeOptions) +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& +ProjectConfigRequest::cmakeoptions() const { + // @@protoc_insertion_point(field_list:testsgen.ProjectConfigRequest.cmakeOptions) + return cmakeoptions_; +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* +ProjectConfigRequest::mutable_cmakeoptions() { + // @@protoc_insertion_point(field_mutable_list:testsgen.ProjectConfigRequest.cmakeOptions) + return &cmakeoptions_; +} + +// ------------------------------------------------------------------- + +// ProjectConfigResponse + +// .testsgen.ProjectConfigStatus type = 1; +inline void ProjectConfigResponse::clear_type() { + type_ = 0; +} +inline ::testsgen::ProjectConfigStatus ProjectConfigResponse::_internal_type() const { + return static_cast< ::testsgen::ProjectConfigStatus >(type_); +} +inline ::testsgen::ProjectConfigStatus ProjectConfigResponse::type() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectConfigResponse.type) + return _internal_type(); +} +inline void ProjectConfigResponse::_internal_set_type(::testsgen::ProjectConfigStatus value) { + + type_ = value; +} +inline void ProjectConfigResponse::set_type(::testsgen::ProjectConfigStatus value) { + _internal_set_type(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectConfigResponse.type) +} + +// string message = 2; +inline void ProjectConfigResponse::clear_message() { + message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectConfigResponse::message() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectConfigResponse.message) + return _internal_message(); +} +inline void ProjectConfigResponse::set_message(const std::string& value) { + _internal_set_message(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectConfigResponse.message) +} +inline std::string* ProjectConfigResponse::mutable_message() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigResponse.message) + return _internal_mutable_message(); +} +inline const std::string& ProjectConfigResponse::_internal_message() const { + return message_.GetNoArena(); +} +inline void ProjectConfigResponse::_internal_set_message(const std::string& value) { + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectConfigResponse::set_message(std::string&& value) { + + message_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectConfigResponse.message) +} +inline void ProjectConfigResponse::set_message(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectConfigResponse.message) +} +inline void ProjectConfigResponse::set_message(const char* value, size_t size) { + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectConfigResponse.message) +} +inline std::string* ProjectConfigResponse::_internal_mutable_message() { + + return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectConfigResponse::release_message() { + // @@protoc_insertion_point(field_release:testsgen.ProjectConfigResponse.message) + + return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectConfigResponse::set_allocated_message(std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectConfigResponse.message) +} + +// .testsgen.Progress progress = 3; +inline bool ProjectConfigResponse::_internal_has_progress() const { + return this != internal_default_instance() && progress_ != nullptr; +} +inline bool ProjectConfigResponse::has_progress() const { + return _internal_has_progress(); +} +inline const ::testsgen::Progress& ProjectConfigResponse::_internal_progress() const { + const ::testsgen::Progress* p = progress_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_Progress_default_instance_); +} +inline const ::testsgen::Progress& ProjectConfigResponse::progress() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectConfigResponse.progress) + return _internal_progress(); +} +inline ::testsgen::Progress* ProjectConfigResponse::release_progress() { + // @@protoc_insertion_point(field_release:testsgen.ProjectConfigResponse.progress) + + ::testsgen::Progress* temp = progress_; + progress_ = nullptr; + return temp; +} +inline ::testsgen::Progress* ProjectConfigResponse::_internal_mutable_progress() { + + if (progress_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); + progress_ = p; + } + return progress_; +} +inline ::testsgen::Progress* ProjectConfigResponse::mutable_progress() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigResponse.progress) + return _internal_mutable_progress(); +} +inline void ProjectConfigResponse::set_allocated_progress(::testsgen::Progress* progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); + } + if (progress) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, progress, submessage_arena); + } + + } else { + + } + progress_ = progress; + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectConfigResponse.progress) +} + +// ------------------------------------------------------------------- + +// ProjectTarget + +// string name = 1; +inline void ProjectTarget::clear_name() { + name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectTarget::name() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectTarget.name) + return _internal_name(); +} +inline void ProjectTarget::set_name(const std::string& value) { + _internal_set_name(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectTarget.name) +} +inline std::string* ProjectTarget::mutable_name() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectTarget.name) + return _internal_mutable_name(); +} +inline const std::string& ProjectTarget::_internal_name() const { + return name_.GetNoArena(); +} +inline void ProjectTarget::_internal_set_name(const std::string& value) { + + name_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectTarget::set_name(std::string&& value) { + + name_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectTarget.name) +} +inline void ProjectTarget::set_name(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + name_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectTarget.name) +} +inline void ProjectTarget::set_name(const char* value, size_t size) { + + name_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectTarget.name) +} +inline std::string* ProjectTarget::_internal_mutable_name() { + + return name_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectTarget::release_name() { + // @@protoc_insertion_point(field_release:testsgen.ProjectTarget.name) + + return name_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectTarget::set_allocated_name(std::string* name) { + if (name != nullptr) { + + } else { + + } + name_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTarget.name) +} + +// string path = 2; +inline void ProjectTarget::clear_path() { + path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectTarget::path() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectTarget.path) + return _internal_path(); +} +inline void ProjectTarget::set_path(const std::string& value) { + _internal_set_path(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectTarget.path) +} +inline std::string* ProjectTarget::mutable_path() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectTarget.path) + return _internal_mutable_path(); +} +inline const std::string& ProjectTarget::_internal_path() const { + return path_.GetNoArena(); +} +inline void ProjectTarget::_internal_set_path(const std::string& value) { + + path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectTarget::set_path(std::string&& value) { + + path_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectTarget.path) +} +inline void ProjectTarget::set_path(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectTarget.path) +} +inline void ProjectTarget::set_path(const char* value, size_t size) { + + path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectTarget.path) +} +inline std::string* ProjectTarget::_internal_mutable_path() { + + return path_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectTarget::release_path() { + // @@protoc_insertion_point(field_release:testsgen.ProjectTarget.path) + + return path_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectTarget::set_allocated_path(std::string* path) { + if (path != nullptr) { + + } else { + + } + path_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), path); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTarget.path) +} + +// string description = 3; +inline void ProjectTarget::clear_description() { + description_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& ProjectTarget::description() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectTarget.description) + return _internal_description(); +} +inline void ProjectTarget::set_description(const std::string& value) { + _internal_set_description(value); + // @@protoc_insertion_point(field_set:testsgen.ProjectTarget.description) +} +inline std::string* ProjectTarget::mutable_description() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectTarget.description) + return _internal_mutable_description(); +} +inline const std::string& ProjectTarget::_internal_description() const { + return description_.GetNoArena(); +} +inline void ProjectTarget::_internal_set_description(const std::string& value) { + + description_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void ProjectTarget::set_description(std::string&& value) { + + description_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectTarget.description) +} +inline void ProjectTarget::set_description(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + description_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.ProjectTarget.description) +} +inline void ProjectTarget::set_description(const char* value, size_t size) { + + description_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectTarget.description) +} +inline std::string* ProjectTarget::_internal_mutable_description() { + + return description_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* ProjectTarget::release_description() { + // @@protoc_insertion_point(field_release:testsgen.ProjectTarget.description) + + return description_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void ProjectTarget::set_allocated_description(std::string* description) { + if (description != nullptr) { + + } else { + + } + description_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), description); + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTarget.description) +} + +// ------------------------------------------------------------------- + +// ProjectTargetsRequest + +// .testsgen.ProjectContext projectContext = 1; +inline bool ProjectTargetsRequest::_internal_has_projectcontext() const { + return this != internal_default_instance() && projectcontext_ != nullptr; +} +inline bool ProjectTargetsRequest::has_projectcontext() const { + return _internal_has_projectcontext(); +} +inline void ProjectTargetsRequest::clear_projectcontext() { + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; +} +inline const ::testsgen::ProjectContext& ProjectTargetsRequest::_internal_projectcontext() const { + const ::testsgen::ProjectContext* p = projectcontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectContext_default_instance_); +} +inline const ::testsgen::ProjectContext& ProjectTargetsRequest::projectcontext() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectTargetsRequest.projectContext) + return _internal_projectcontext(); +} +inline ::testsgen::ProjectContext* ProjectTargetsRequest::release_projectcontext() { + // @@protoc_insertion_point(field_release:testsgen.ProjectTargetsRequest.projectContext) + + ::testsgen::ProjectContext* temp = projectcontext_; + projectcontext_ = nullptr; + return temp; +} +inline ::testsgen::ProjectContext* ProjectTargetsRequest::_internal_mutable_projectcontext() { + + if (projectcontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); + projectcontext_ = p; + } + return projectcontext_; +} +inline ::testsgen::ProjectContext* ProjectTargetsRequest::mutable_projectcontext() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectTargetsRequest.projectContext) + return _internal_mutable_projectcontext(); +} +inline void ProjectTargetsRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectcontext_; + } + if (projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectcontext, submessage_arena); + } + + } else { + + } + projectcontext_ = projectcontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTargetsRequest.projectContext) +} + +// ------------------------------------------------------------------- + +// ProjectTargetsResponse + +// repeated .testsgen.ProjectTarget targets = 1; +inline int ProjectTargetsResponse::_internal_targets_size() const { + return targets_.size(); +} +inline int ProjectTargetsResponse::targets_size() const { + return _internal_targets_size(); +} +inline void ProjectTargetsResponse::clear_targets() { + targets_.Clear(); +} +inline ::testsgen::ProjectTarget* ProjectTargetsResponse::mutable_targets(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectTargetsResponse.targets) + return targets_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* +ProjectTargetsResponse::mutable_targets() { + // @@protoc_insertion_point(field_mutable_list:testsgen.ProjectTargetsResponse.targets) + return &targets_; +} +inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::_internal_targets(int index) const { + return targets_.Get(index); +} +inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::targets(int index) const { + // @@protoc_insertion_point(field_get:testsgen.ProjectTargetsResponse.targets) + return _internal_targets(index); +} +inline ::testsgen::ProjectTarget* ProjectTargetsResponse::_internal_add_targets() { + return targets_.Add(); +} +inline ::testsgen::ProjectTarget* ProjectTargetsResponse::add_targets() { + // @@protoc_insertion_point(field_add:testsgen.ProjectTargetsResponse.targets) + return _internal_add_targets(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& +ProjectTargetsResponse::targets() const { + // @@protoc_insertion_point(field_list:testsgen.ProjectTargetsResponse.targets) + return targets_; +} + +// .testsgen.ProjectTarget priorityTarget = 2; +inline bool ProjectTargetsResponse::_internal_has_prioritytarget() const { + return this != internal_default_instance() && prioritytarget_ != nullptr; +} +inline bool ProjectTargetsResponse::has_prioritytarget() const { + return _internal_has_prioritytarget(); +} +inline void ProjectTargetsResponse::clear_prioritytarget() { + if (GetArenaNoVirtual() == nullptr && prioritytarget_ != nullptr) { + delete prioritytarget_; + } + prioritytarget_ = nullptr; +} +inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::_internal_prioritytarget() const { + const ::testsgen::ProjectTarget* p = prioritytarget_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectTarget_default_instance_); +} +inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::prioritytarget() const { + // @@protoc_insertion_point(field_get:testsgen.ProjectTargetsResponse.priorityTarget) + return _internal_prioritytarget(); +} +inline ::testsgen::ProjectTarget* ProjectTargetsResponse::release_prioritytarget() { + // @@protoc_insertion_point(field_release:testsgen.ProjectTargetsResponse.priorityTarget) + + ::testsgen::ProjectTarget* temp = prioritytarget_; + prioritytarget_ = nullptr; + return temp; +} +inline ::testsgen::ProjectTarget* ProjectTargetsResponse::_internal_mutable_prioritytarget() { + + if (prioritytarget_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectTarget>(GetArenaNoVirtual()); + prioritytarget_ = p; + } + return prioritytarget_; +} +inline ::testsgen::ProjectTarget* ProjectTargetsResponse::mutable_prioritytarget() { + // @@protoc_insertion_point(field_mutable:testsgen.ProjectTargetsResponse.priorityTarget) + return _internal_mutable_prioritytarget(); +} +inline void ProjectTargetsResponse::set_allocated_prioritytarget(::testsgen::ProjectTarget* prioritytarget) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete prioritytarget_; + } + if (prioritytarget) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + prioritytarget = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, prioritytarget, submessage_arena); + } + + } else { + + } + prioritytarget_ = prioritytarget; + // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTargetsResponse.priorityTarget) +} + +// ------------------------------------------------------------------- + +// FileTargetsRequest + +// string path = 1; +inline void FileTargetsRequest::clear_path() { + path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& FileTargetsRequest::path() const { + // @@protoc_insertion_point(field_get:testsgen.FileTargetsRequest.path) + return _internal_path(); +} +inline void FileTargetsRequest::set_path(const std::string& value) { + _internal_set_path(value); + // @@protoc_insertion_point(field_set:testsgen.FileTargetsRequest.path) +} +inline std::string* FileTargetsRequest::mutable_path() { + // @@protoc_insertion_point(field_mutable:testsgen.FileTargetsRequest.path) + return _internal_mutable_path(); +} +inline const std::string& FileTargetsRequest::_internal_path() const { + return path_.GetNoArena(); +} +inline void FileTargetsRequest::_internal_set_path(const std::string& value) { + + path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void FileTargetsRequest::set_path(std::string&& value) { + + path_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.FileTargetsRequest.path) +} +inline void FileTargetsRequest::set_path(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.FileTargetsRequest.path) +} +inline void FileTargetsRequest::set_path(const char* value, size_t size) { + + path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.FileTargetsRequest.path) +} +inline std::string* FileTargetsRequest::_internal_mutable_path() { + + return path_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* FileTargetsRequest::release_path() { + // @@protoc_insertion_point(field_release:testsgen.FileTargetsRequest.path) + + return path_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void FileTargetsRequest::set_allocated_path(std::string* path) { + if (path != nullptr) { + + } else { + + } + path_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), path); + // @@protoc_insertion_point(field_set_allocated:testsgen.FileTargetsRequest.path) +} + +// .testsgen.ProjectContext projectContext = 2; +inline bool FileTargetsRequest::_internal_has_projectcontext() const { + return this != internal_default_instance() && projectcontext_ != nullptr; +} +inline bool FileTargetsRequest::has_projectcontext() const { + return _internal_has_projectcontext(); +} +inline void FileTargetsRequest::clear_projectcontext() { + if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { + delete projectcontext_; + } + projectcontext_ = nullptr; +} +inline const ::testsgen::ProjectContext& FileTargetsRequest::_internal_projectcontext() const { + const ::testsgen::ProjectContext* p = projectcontext_; + return p != nullptr ? *p : *reinterpret_cast( + &::testsgen::_ProjectContext_default_instance_); +} +inline const ::testsgen::ProjectContext& FileTargetsRequest::projectcontext() const { + // @@protoc_insertion_point(field_get:testsgen.FileTargetsRequest.projectContext) + return _internal_projectcontext(); +} +inline ::testsgen::ProjectContext* FileTargetsRequest::release_projectcontext() { + // @@protoc_insertion_point(field_release:testsgen.FileTargetsRequest.projectContext) + + ::testsgen::ProjectContext* temp = projectcontext_; + projectcontext_ = nullptr; + return temp; +} +inline ::testsgen::ProjectContext* FileTargetsRequest::_internal_mutable_projectcontext() { + + if (projectcontext_ == nullptr) { + auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); + projectcontext_ = p; + } + return projectcontext_; +} +inline ::testsgen::ProjectContext* FileTargetsRequest::mutable_projectcontext() { + // @@protoc_insertion_point(field_mutable:testsgen.FileTargetsRequest.projectContext) + return _internal_mutable_projectcontext(); +} +inline void FileTargetsRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete projectcontext_; + } + if (projectcontext) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, projectcontext, submessage_arena); + } + + } else { + + } + projectcontext_ = projectcontext; + // @@protoc_insertion_point(field_set_allocated:testsgen.FileTargetsRequest.projectContext) +} + +// ------------------------------------------------------------------- + +// FileTargetsResponse + +// repeated .testsgen.ProjectTarget targets = 1; +inline int FileTargetsResponse::_internal_targets_size() const { + return targets_.size(); +} +inline int FileTargetsResponse::targets_size() const { + return _internal_targets_size(); +} +inline void FileTargetsResponse::clear_targets() { + targets_.Clear(); +} +inline ::testsgen::ProjectTarget* FileTargetsResponse::mutable_targets(int index) { + // @@protoc_insertion_point(field_mutable:testsgen.FileTargetsResponse.targets) + return targets_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* +FileTargetsResponse::mutable_targets() { + // @@protoc_insertion_point(field_mutable_list:testsgen.FileTargetsResponse.targets) + return &targets_; +} +inline const ::testsgen::ProjectTarget& FileTargetsResponse::_internal_targets(int index) const { + return targets_.Get(index); +} +inline const ::testsgen::ProjectTarget& FileTargetsResponse::targets(int index) const { + // @@protoc_insertion_point(field_get:testsgen.FileTargetsResponse.targets) + return _internal_targets(index); +} +inline ::testsgen::ProjectTarget* FileTargetsResponse::_internal_add_targets() { + return targets_.Add(); +} +inline ::testsgen::ProjectTarget* FileTargetsResponse::add_targets() { + // @@protoc_insertion_point(field_add:testsgen.FileTargetsResponse.targets) + return _internal_add_targets(); +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& +FileTargetsResponse::targets() const { + // @@protoc_insertion_point(field_list:testsgen.FileTargetsResponse.targets) + return targets_; +} + +#ifdef __GNUC__ + #pragma GCC diagnostic pop +#endif // __GNUC__ +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + + +// @@protoc_insertion_point(namespace_scope) + +} // namespace testsgen + +PROTOBUF_NAMESPACE_OPEN + +template <> struct is_proto_enum< ::testsgen::TestStatus> : ::std::true_type {}; +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::TestStatus>() { + return ::testsgen::TestStatus_descriptor(); +} +template <> struct is_proto_enum< ::testsgen::ConfigMode> : ::std::true_type {}; +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::ConfigMode>() { + return ::testsgen::ConfigMode_descriptor(); +} +template <> struct is_proto_enum< ::testsgen::ProjectConfigStatus> : ::std::true_type {}; +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::ProjectConfigStatus>() { + return ::testsgen::ProjectConfigStatus_descriptor(); +} + +PROTOBUF_NAMESPACE_CLOSE + +// @@protoc_insertion_point(global_scope) + +#include +#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_testgen_2eproto diff --git a/server/cmake-build-debug/protobuf/util.grpc.pb.cc b/server/cmake-build-debug/protobuf/util.grpc.pb.cc new file mode 100644 index 000000000..4561ae773 --- /dev/null +++ b/server/cmake-build-debug/protobuf/util.grpc.pb.cc @@ -0,0 +1,25 @@ +// Generated by the gRPC C++ plugin. +// If you make any local change, they will be lost. +// source: util.proto + +#include "util.pb.h" +#include "util.grpc.pb.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +namespace testsgen { + +} // namespace testsgen + diff --git a/server/cmake-build-debug/protobuf/util.grpc.pb.h b/server/cmake-build-debug/protobuf/util.grpc.pb.h new file mode 100644 index 000000000..20eece321 --- /dev/null +++ b/server/cmake-build-debug/protobuf/util.grpc.pb.h @@ -0,0 +1,34 @@ +// Generated by the gRPC C++ plugin. +// If you make any local change, they will be lost. +// source: util.proto +#ifndef GRPC_util_2eproto__INCLUDED +#define GRPC_util_2eproto__INCLUDED + +#include "util.pb.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +namespace testsgen { + +} // namespace testsgen + + +#endif // GRPC_util_2eproto__INCLUDED diff --git a/server/cmake-build-debug/protobuf/util.pb.cc b/server/cmake-build-debug/protobuf/util.pb.cc new file mode 100644 index 000000000..04d67c52a --- /dev/null +++ b/server/cmake-build-debug/protobuf/util.pb.cc @@ -0,0 +1,1262 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: util.proto + +#include "util.pb.h" + +#include + +#include +#include +#include +#include +#include +#include +#include +// @@protoc_insertion_point(includes) +#include +namespace testsgen { +class ProgressDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _Progress_default_instance_; +class SourceCodeDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _SourceCode_default_instance_; +class SourceInfoDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _SourceInfo_default_instance_; +class PredicateInfoDefaultTypeInternal { + public: + ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; +} _PredicateInfo_default_instance_; +} // namespace testsgen +static void InitDefaultsscc_info_PredicateInfo_util_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_PredicateInfo_default_instance_; + new (ptr) ::testsgen::PredicateInfo(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::PredicateInfo::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_PredicateInfo_util_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_PredicateInfo_util_2eproto}, {}}; + +static void InitDefaultsscc_info_Progress_util_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_Progress_default_instance_; + new (ptr) ::testsgen::Progress(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::Progress::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Progress_util_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_Progress_util_2eproto}, {}}; + +static void InitDefaultsscc_info_SourceCode_util_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_SourceCode_default_instance_; + new (ptr) ::testsgen::SourceCode(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::SourceCode::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceCode_util_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SourceCode_util_2eproto}, {}}; + +static void InitDefaultsscc_info_SourceInfo_util_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::testsgen::_SourceInfo_default_instance_; + new (ptr) ::testsgen::SourceInfo(); + ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); + } + ::testsgen::SourceInfo::InitAsDefaultInstance(); +} + +::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceInfo_util_2eproto = + {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SourceInfo_util_2eproto}, {}}; + +static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_util_2eproto[4]; +static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_util_2eproto[1]; +static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_util_2eproto = nullptr; + +const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_util_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::Progress, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::Progress, message_), + PROTOBUF_FIELD_OFFSET(::testsgen::Progress, percent_), + PROTOBUF_FIELD_OFFSET(::testsgen::Progress, completed_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, filepath_), + PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, code_), + PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, errormethodsnumber_), + PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, regressionmethodsnumber_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::SourceInfo, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::SourceInfo, filepath_), + PROTOBUF_FIELD_OFFSET(::testsgen::SourceInfo, line_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, type_), + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, predicate_), + PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, returnvalue_), +}; +static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { + { 0, -1, sizeof(::testsgen::Progress)}, + { 8, -1, sizeof(::testsgen::SourceCode)}, + { 17, -1, sizeof(::testsgen::SourceInfo)}, + { 24, -1, sizeof(::testsgen::PredicateInfo)}, +}; + +static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = { + reinterpret_cast(&::testsgen::_Progress_default_instance_), + reinterpret_cast(&::testsgen::_SourceCode_default_instance_), + reinterpret_cast(&::testsgen::_SourceInfo_default_instance_), + reinterpret_cast(&::testsgen::_PredicateInfo_default_instance_), +}; + +const char descriptor_table_protodef_util_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = + "\n\nutil.proto\022\010testsgen\"\?\n\010Progress\022\017\n\007me" + "ssage\030\001 \001(\t\022\017\n\007percent\030\002 \001(\001\022\021\n\tcomplete" + "d\030\003 \001(\010\"i\n\nSourceCode\022\020\n\010filePath\030\001 \001(\t\022" + "\014\n\004code\030\002 \001(\t\022\032\n\022errorMethodsNumber\030\003 \001(" + "\r\022\037\n\027regressionMethodsNumber\030\004 \001(\r\",\n\nSo" + "urceInfo\022\020\n\010filePath\030\001 \001(\t\022\014\n\004line\030\002 \001(\r" + "\"_\n\rPredicateInfo\022&\n\004type\030\001 \001(\0162\030.testsg" + "en.ValidationType\022\021\n\tpredicate\030\002 \001(\t\022\023\n\013" + "returnValue\030\003 \001(\t*\266\001\n\016ValidationType\022\017\n\013" + "UNSUPPORTED\020\000\022\n\n\006INT8_T\020\001\022\013\n\007INT16_T\020\002\022\013" + "\n\007INT32_T\020\003\022\013\n\007INT64_T\020\004\022\013\n\007UINT8_T\020\005\022\014\n" + "\010UINT16_T\020\006\022\014\n\010UINT32_T\020\007\022\014\n\010UINT64_T\020\010\022" + "\010\n\004BOOL\020\t\022\010\n\004CHAR\020\n\022\t\n\005FLOAT\020\013\022\n\n\006STRING" + "\020\014b\006proto3" + ; +static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_util_2eproto_deps[1] = { +}; +static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_util_2eproto_sccs[4] = { + &scc_info_PredicateInfo_util_2eproto.base, + &scc_info_Progress_util_2eproto.base, + &scc_info_SourceCode_util_2eproto.base, + &scc_info_SourceInfo_util_2eproto.base, +}; +static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_util_2eproto_once; +static bool descriptor_table_util_2eproto_initialized = false; +const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_util_2eproto = { + &descriptor_table_util_2eproto_initialized, descriptor_table_protodef_util_2eproto, "util.proto", 530, + &descriptor_table_util_2eproto_once, descriptor_table_util_2eproto_sccs, descriptor_table_util_2eproto_deps, 4, 0, + schemas, file_default_instances, TableStruct_util_2eproto::offsets, + file_level_metadata_util_2eproto, 4, file_level_enum_descriptors_util_2eproto, file_level_service_descriptors_util_2eproto, +}; + +// Force running AddDescriptors() at dynamic initialization time. +static bool dynamic_init_dummy_util_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_util_2eproto), true); +namespace testsgen { +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ValidationType_descriptor() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_util_2eproto); + return file_level_enum_descriptors_util_2eproto[0]; +} +bool ValidationType_IsValid(int value) { + switch (value) { + case 0: + case 1: + case 2: + case 3: + case 4: + case 5: + case 6: + case 7: + case 8: + case 9: + case 10: + case 11: + case 12: + return true; + default: + return false; + } +} + + +// =================================================================== + +void Progress::InitAsDefaultInstance() { +} +class Progress::_Internal { + public: +}; + +Progress::Progress() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.Progress) +} +Progress::Progress(const Progress& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_message().empty()) { + message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); + } + ::memcpy(&percent_, &from.percent_, + static_cast(reinterpret_cast(&completed_) - + reinterpret_cast(&percent_)) + sizeof(completed_)); + // @@protoc_insertion_point(copy_constructor:testsgen.Progress) +} + +void Progress::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_Progress_util_2eproto.base); + message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&percent_, 0, static_cast( + reinterpret_cast(&completed_) - + reinterpret_cast(&percent_)) + sizeof(completed_)); +} + +Progress::~Progress() { + // @@protoc_insertion_point(destructor:testsgen.Progress) + SharedDtor(); +} + +void Progress::SharedDtor() { + message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void Progress::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const Progress& Progress::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_Progress_util_2eproto.base); + return *internal_default_instance(); +} + + +void Progress::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.Progress) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&percent_, 0, static_cast( + reinterpret_cast(&completed_) - + reinterpret_cast(&percent_)) + sizeof(completed_)); + _internal_metadata_.Clear(); +} + +const char* Progress::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string message = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_message(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.Progress.message")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // double percent = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 17)) { + percent_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + ptr += sizeof(double); + } else goto handle_unusual; + continue; + // bool completed = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { + completed_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* Progress::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.Progress) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string message = 1; + if (this->message().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_message().data(), static_cast(this->_internal_message().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.Progress.message"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_message(), target); + } + + // double percent = 2; + if (!(this->percent() <= 0 && this->percent() >= 0)) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDoubleToArray(2, this->_internal_percent(), target); + } + + // bool completed = 3; + if (this->completed() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(3, this->_internal_completed(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.Progress) + return target; +} + +size_t Progress::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.Progress) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string message = 1; + if (this->message().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_message()); + } + + // double percent = 2; + if (!(this->percent() <= 0 && this->percent() >= 0)) { + total_size += 1 + 8; + } + + // bool completed = 3; + if (this->completed() != 0) { + total_size += 1 + 1; + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void Progress::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.Progress) + GOOGLE_DCHECK_NE(&from, this); + const Progress* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.Progress) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.Progress) + MergeFrom(*source); + } +} + +void Progress::MergeFrom(const Progress& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.Progress) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.message().size() > 0) { + + message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); + } + if (!(from.percent() <= 0 && from.percent() >= 0)) { + _internal_set_percent(from._internal_percent()); + } + if (from.completed() != 0) { + _internal_set_completed(from._internal_completed()); + } +} + +void Progress::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.Progress) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void Progress::CopyFrom(const Progress& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.Progress) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool Progress::IsInitialized() const { + return true; +} + +void Progress::InternalSwap(Progress* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(percent_, other->percent_); + swap(completed_, other->completed_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata Progress::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void SourceCode::InitAsDefaultInstance() { +} +class SourceCode::_Internal { + public: +}; + +SourceCode::SourceCode() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.SourceCode) +} +SourceCode::SourceCode(const SourceCode& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_filepath().empty()) { + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + code_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_code().empty()) { + code_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.code_); + } + ::memcpy(&errormethodsnumber_, &from.errormethodsnumber_, + static_cast(reinterpret_cast(®ressionmethodsnumber_) - + reinterpret_cast(&errormethodsnumber_)) + sizeof(regressionmethodsnumber_)); + // @@protoc_insertion_point(copy_constructor:testsgen.SourceCode) +} + +void SourceCode::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SourceCode_util_2eproto.base); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + code_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&errormethodsnumber_, 0, static_cast( + reinterpret_cast(®ressionmethodsnumber_) - + reinterpret_cast(&errormethodsnumber_)) + sizeof(regressionmethodsnumber_)); +} + +SourceCode::~SourceCode() { + // @@protoc_insertion_point(destructor:testsgen.SourceCode) + SharedDtor(); +} + +void SourceCode::SharedDtor() { + filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + code_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void SourceCode::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const SourceCode& SourceCode::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SourceCode_util_2eproto.base); + return *internal_default_instance(); +} + + +void SourceCode::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.SourceCode) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + code_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + ::memset(&errormethodsnumber_, 0, static_cast( + reinterpret_cast(®ressionmethodsnumber_) - + reinterpret_cast(&errormethodsnumber_)) + sizeof(regressionmethodsnumber_)); + _internal_metadata_.Clear(); +} + +const char* SourceCode::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string filePath = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_filepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SourceCode.filePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string code = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_code(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SourceCode.code")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // uint32 errorMethodsNumber = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { + errormethodsnumber_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + // uint32 regressionMethodsNumber = 4; + case 4: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { + regressionmethodsnumber_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* SourceCode::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.SourceCode) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string filePath = 1; + if (this->filepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.SourceCode.filePath"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_filepath(), target); + } + + // string code = 2; + if (this->code().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_code().data(), static_cast(this->_internal_code().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.SourceCode.code"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_code(), target); + } + + // uint32 errorMethodsNumber = 3; + if (this->errormethodsnumber() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(3, this->_internal_errormethodsnumber(), target); + } + + // uint32 regressionMethodsNumber = 4; + if (this->regressionmethodsnumber() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(4, this->_internal_regressionmethodsnumber(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.SourceCode) + return target; +} + +size_t SourceCode::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.SourceCode) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string filePath = 1; + if (this->filepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_filepath()); + } + + // string code = 2; + if (this->code().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_code()); + } + + // uint32 errorMethodsNumber = 3; + if (this->errormethodsnumber() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( + this->_internal_errormethodsnumber()); + } + + // uint32 regressionMethodsNumber = 4; + if (this->regressionmethodsnumber() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( + this->_internal_regressionmethodsnumber()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void SourceCode::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SourceCode) + GOOGLE_DCHECK_NE(&from, this); + const SourceCode* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SourceCode) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SourceCode) + MergeFrom(*source); + } +} + +void SourceCode::MergeFrom(const SourceCode& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SourceCode) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.filepath().size() > 0) { + + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + if (from.code().size() > 0) { + + code_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.code_); + } + if (from.errormethodsnumber() != 0) { + _internal_set_errormethodsnumber(from._internal_errormethodsnumber()); + } + if (from.regressionmethodsnumber() != 0) { + _internal_set_regressionmethodsnumber(from._internal_regressionmethodsnumber()); + } +} + +void SourceCode::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SourceCode) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void SourceCode::CopyFrom(const SourceCode& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SourceCode) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SourceCode::IsInitialized() const { + return true; +} + +void SourceCode::InternalSwap(SourceCode* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + code_.Swap(&other->code_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(errormethodsnumber_, other->errormethodsnumber_); + swap(regressionmethodsnumber_, other->regressionmethodsnumber_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SourceCode::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void SourceInfo::InitAsDefaultInstance() { +} +class SourceInfo::_Internal { + public: +}; + +SourceInfo::SourceInfo() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.SourceInfo) +} +SourceInfo::SourceInfo(const SourceInfo& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_filepath().empty()) { + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + line_ = from.line_; + // @@protoc_insertion_point(copy_constructor:testsgen.SourceInfo) +} + +void SourceInfo::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SourceInfo_util_2eproto.base); + filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + line_ = 0u; +} + +SourceInfo::~SourceInfo() { + // @@protoc_insertion_point(destructor:testsgen.SourceInfo) + SharedDtor(); +} + +void SourceInfo::SharedDtor() { + filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void SourceInfo::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const SourceInfo& SourceInfo::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SourceInfo_util_2eproto.base); + return *internal_default_instance(); +} + + +void SourceInfo::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.SourceInfo) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + line_ = 0u; + _internal_metadata_.Clear(); +} + +const char* SourceInfo::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // string filePath = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { + auto str = _internal_mutable_filepath(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SourceInfo.filePath")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // uint32 line = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { + line_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* SourceInfo::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.SourceInfo) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string filePath = 1; + if (this->filepath().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.SourceInfo.filePath"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_filepath(), target); + } + + // uint32 line = 2; + if (this->line() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(2, this->_internal_line(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.SourceInfo) + return target; +} + +size_t SourceInfo::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.SourceInfo) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string filePath = 1; + if (this->filepath().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_filepath()); + } + + // uint32 line = 2; + if (this->line() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( + this->_internal_line()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void SourceInfo::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SourceInfo) + GOOGLE_DCHECK_NE(&from, this); + const SourceInfo* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SourceInfo) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SourceInfo) + MergeFrom(*source); + } +} + +void SourceInfo::MergeFrom(const SourceInfo& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SourceInfo) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.filepath().size() > 0) { + + filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); + } + if (from.line() != 0) { + _internal_set_line(from._internal_line()); + } +} + +void SourceInfo::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SourceInfo) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void SourceInfo::CopyFrom(const SourceInfo& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SourceInfo) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SourceInfo::IsInitialized() const { + return true; +} + +void SourceInfo::InternalSwap(SourceInfo* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(line_, other->line_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SourceInfo::GetMetadata() const { + return GetMetadataStatic(); +} + + +// =================================================================== + +void PredicateInfo::InitAsDefaultInstance() { +} +class PredicateInfo::_Internal { + public: +}; + +PredicateInfo::PredicateInfo() + : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:testsgen.PredicateInfo) +} +PredicateInfo::PredicateInfo(const PredicateInfo& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + predicate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_predicate().empty()) { + predicate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.predicate_); + } + returnvalue_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + if (!from._internal_returnvalue().empty()) { + returnvalue_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.returnvalue_); + } + type_ = from.type_; + // @@protoc_insertion_point(copy_constructor:testsgen.PredicateInfo) +} + +void PredicateInfo::SharedCtor() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_PredicateInfo_util_2eproto.base); + predicate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + returnvalue_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + type_ = 0; +} + +PredicateInfo::~PredicateInfo() { + // @@protoc_insertion_point(destructor:testsgen.PredicateInfo) + SharedDtor(); +} + +void PredicateInfo::SharedDtor() { + predicate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + returnvalue_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} + +void PredicateInfo::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const PredicateInfo& PredicateInfo::default_instance() { + ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_PredicateInfo_util_2eproto.base); + return *internal_default_instance(); +} + + +void PredicateInfo::Clear() { +// @@protoc_insertion_point(message_clear_start:testsgen.PredicateInfo) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + predicate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + returnvalue_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); + type_ = 0; + _internal_metadata_.Clear(); +} + +const char* PredicateInfo::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + ::PROTOBUF_NAMESPACE_ID::uint32 tag; + ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); + CHK_(ptr); + switch (tag >> 3) { + // .testsgen.ValidationType type = 1; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { + ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); + CHK_(ptr); + _internal_set_type(static_cast<::testsgen::ValidationType>(val)); + } else goto handle_unusual; + continue; + // string predicate = 2; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { + auto str = _internal_mutable_predicate(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.PredicateInfo.predicate")); + CHK_(ptr); + } else goto handle_unusual; + continue; + // string returnValue = 3; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { + auto str = _internal_mutable_returnvalue(); + ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); + CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.PredicateInfo.returnValue")); + CHK_(ptr); + } else goto handle_unusual; + continue; + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->SetLastTag(tag); + goto success; + } + ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); + CHK_(ptr != nullptr); + continue; + } + } // switch + } // while +success: + return ptr; +failure: + ptr = nullptr; + goto success; +#undef CHK_ +} + +::PROTOBUF_NAMESPACE_ID::uint8* PredicateInfo::_InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:testsgen.PredicateInfo) + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .testsgen.ValidationType type = 1; + if (this->type() != 0) { + target = stream->EnsureSpace(target); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( + 1, this->_internal_type(), target); + } + + // string predicate = 2; + if (this->predicate().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_predicate().data(), static_cast(this->_internal_predicate().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.PredicateInfo.predicate"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_predicate(), target); + } + + // string returnValue = 3; + if (this->returnvalue().size() > 0) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_returnvalue().data(), static_cast(this->_internal_returnvalue().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "testsgen.PredicateInfo.returnValue"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_returnvalue(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:testsgen.PredicateInfo) + return target; +} + +size_t PredicateInfo::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:testsgen.PredicateInfo) + size_t total_size = 0; + + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string predicate = 2; + if (this->predicate().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_predicate()); + } + + // string returnValue = 3; + if (this->returnvalue().size() > 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_returnvalue()); + } + + // .testsgen.ValidationType type = 1; + if (this->type() != 0) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_type()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( + _internal_metadata_, total_size, &_cached_size_); + } + int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void PredicateInfo::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:testsgen.PredicateInfo) + GOOGLE_DCHECK_NE(&from, this); + const PredicateInfo* source = + ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.PredicateInfo) + ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.PredicateInfo) + MergeFrom(*source); + } +} + +void PredicateInfo::MergeFrom(const PredicateInfo& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.PredicateInfo) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.predicate().size() > 0) { + + predicate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.predicate_); + } + if (from.returnvalue().size() > 0) { + + returnvalue_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.returnvalue_); + } + if (from.type() != 0) { + _internal_set_type(from._internal_type()); + } +} + +void PredicateInfo::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:testsgen.PredicateInfo) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void PredicateInfo::CopyFrom(const PredicateInfo& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.PredicateInfo) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool PredicateInfo::IsInitialized() const { + return true; +} + +void PredicateInfo::InternalSwap(PredicateInfo* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + predicate_.Swap(&other->predicate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + returnvalue_.Swap(&other->returnvalue_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(type_, other->type_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata PredicateInfo::GetMetadata() const { + return GetMetadataStatic(); +} + + +// @@protoc_insertion_point(namespace_scope) +} // namespace testsgen +PROTOBUF_NAMESPACE_OPEN +template<> PROTOBUF_NOINLINE ::testsgen::Progress* Arena::CreateMaybeMessage< ::testsgen::Progress >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::Progress >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::SourceCode* Arena::CreateMaybeMessage< ::testsgen::SourceCode >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::SourceCode >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::SourceInfo* Arena::CreateMaybeMessage< ::testsgen::SourceInfo >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::SourceInfo >(arena); +} +template<> PROTOBUF_NOINLINE ::testsgen::PredicateInfo* Arena::CreateMaybeMessage< ::testsgen::PredicateInfo >(Arena* arena) { + return Arena::CreateInternal< ::testsgen::PredicateInfo >(arena); +} +PROTOBUF_NAMESPACE_CLOSE + +// @@protoc_insertion_point(global_scope) +#include diff --git a/server/cmake-build-debug/protobuf/util.pb.h b/server/cmake-build-debug/protobuf/util.pb.h new file mode 100644 index 000000000..5fe6c7cee --- /dev/null +++ b/server/cmake-build-debug/protobuf/util.pb.h @@ -0,0 +1,1288 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: util.proto + +#ifndef GOOGLE_PROTOBUF_INCLUDED_util_2eproto +#define GOOGLE_PROTOBUF_INCLUDED_util_2eproto + +#include +#include + +#include +#if PROTOBUF_VERSION < 3011000 +#error This file was generated by a newer version of protoc which is +#error incompatible with your Protocol Buffer headers. Please update +#error your headers. +#endif +#if 3011002 < PROTOBUF_MIN_PROTOC_VERSION +#error This file was generated by an older version of protoc which is +#error incompatible with your Protocol Buffer headers. Please +#error regenerate this file with a newer version of protoc. +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include // IWYU pragma: export +#include // IWYU pragma: export +#include +#include +// @@protoc_insertion_point(includes) +#include +#define PROTOBUF_INTERNAL_EXPORT_util_2eproto +PROTOBUF_NAMESPACE_OPEN +namespace internal { +class AnyMetadata; +} // namespace internal +PROTOBUF_NAMESPACE_CLOSE + +// Internal implementation detail -- do not use these members. +struct TableStruct_util_2eproto { + static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] + PROTOBUF_SECTION_VARIABLE(protodesc_cold); + static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] + PROTOBUF_SECTION_VARIABLE(protodesc_cold); + static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[4] + PROTOBUF_SECTION_VARIABLE(protodesc_cold); + static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; + static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; + static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; +}; +extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_util_2eproto; +namespace testsgen { +class PredicateInfo; +class PredicateInfoDefaultTypeInternal; +extern PredicateInfoDefaultTypeInternal _PredicateInfo_default_instance_; +class Progress; +class ProgressDefaultTypeInternal; +extern ProgressDefaultTypeInternal _Progress_default_instance_; +class SourceCode; +class SourceCodeDefaultTypeInternal; +extern SourceCodeDefaultTypeInternal _SourceCode_default_instance_; +class SourceInfo; +class SourceInfoDefaultTypeInternal; +extern SourceInfoDefaultTypeInternal _SourceInfo_default_instance_; +} // namespace testsgen +PROTOBUF_NAMESPACE_OPEN +template<> ::testsgen::PredicateInfo* Arena::CreateMaybeMessage<::testsgen::PredicateInfo>(Arena*); +template<> ::testsgen::Progress* Arena::CreateMaybeMessage<::testsgen::Progress>(Arena*); +template<> ::testsgen::SourceCode* Arena::CreateMaybeMessage<::testsgen::SourceCode>(Arena*); +template<> ::testsgen::SourceInfo* Arena::CreateMaybeMessage<::testsgen::SourceInfo>(Arena*); +PROTOBUF_NAMESPACE_CLOSE +namespace testsgen { + +enum ValidationType : int { + UNSUPPORTED = 0, + INT8_T = 1, + INT16_T = 2, + INT32_T = 3, + INT64_T = 4, + UINT8_T = 5, + UINT16_T = 6, + UINT32_T = 7, + UINT64_T = 8, + BOOL = 9, + CHAR = 10, + FLOAT = 11, + STRING = 12, + ValidationType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), + ValidationType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() +}; +bool ValidationType_IsValid(int value); +constexpr ValidationType ValidationType_MIN = UNSUPPORTED; +constexpr ValidationType ValidationType_MAX = STRING; +constexpr int ValidationType_ARRAYSIZE = ValidationType_MAX + 1; + +const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ValidationType_descriptor(); +template +inline const std::string& ValidationType_Name(T enum_t_value) { + static_assert(::std::is_same::value || + ::std::is_integral::value, + "Incorrect type passed to function ValidationType_Name."); + return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( + ValidationType_descriptor(), enum_t_value); +} +inline bool ValidationType_Parse( + const std::string& name, ValidationType* value) { + return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( + ValidationType_descriptor(), name, value); +} +// =================================================================== + +class Progress : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.Progress) */ { + public: + Progress(); + virtual ~Progress(); + + Progress(const Progress& from); + Progress(Progress&& from) noexcept + : Progress() { + *this = ::std::move(from); + } + + inline Progress& operator=(const Progress& from) { + CopyFrom(from); + return *this; + } + inline Progress& operator=(Progress&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const Progress& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const Progress* internal_default_instance() { + return reinterpret_cast( + &_Progress_default_instance_); + } + static constexpr int kIndexInFileMessages = + 0; + + friend void swap(Progress& a, Progress& b) { + a.Swap(&b); + } + inline void Swap(Progress* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline Progress* New() const final { + return CreateMaybeMessage(nullptr); + } + + Progress* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const Progress& from); + void MergeFrom(const Progress& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(Progress* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.Progress"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); + return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kMessageFieldNumber = 1, + kPercentFieldNumber = 2, + kCompletedFieldNumber = 3, + }; + // string message = 1; + void clear_message(); + const std::string& message() const; + void set_message(const std::string& value); + void set_message(std::string&& value); + void set_message(const char* value); + void set_message(const char* value, size_t size); + std::string* mutable_message(); + std::string* release_message(); + void set_allocated_message(std::string* message); + private: + const std::string& _internal_message() const; + void _internal_set_message(const std::string& value); + std::string* _internal_mutable_message(); + public: + + // double percent = 2; + void clear_percent(); + double percent() const; + void set_percent(double value); + private: + double _internal_percent() const; + void _internal_set_percent(double value); + public: + + // bool completed = 3; + void clear_completed(); + bool completed() const; + void set_completed(bool value); + private: + bool _internal_completed() const; + void _internal_set_completed(bool value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.Progress) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + double percent_; + bool completed_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_util_2eproto; +}; +// ------------------------------------------------------------------- + +class SourceCode : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SourceCode) */ { + public: + SourceCode(); + virtual ~SourceCode(); + + SourceCode(const SourceCode& from); + SourceCode(SourceCode&& from) noexcept + : SourceCode() { + *this = ::std::move(from); + } + + inline SourceCode& operator=(const SourceCode& from) { + CopyFrom(from); + return *this; + } + inline SourceCode& operator=(SourceCode&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const SourceCode& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const SourceCode* internal_default_instance() { + return reinterpret_cast( + &_SourceCode_default_instance_); + } + static constexpr int kIndexInFileMessages = + 1; + + friend void swap(SourceCode& a, SourceCode& b) { + a.Swap(&b); + } + inline void Swap(SourceCode* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline SourceCode* New() const final { + return CreateMaybeMessage(nullptr); + } + + SourceCode* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const SourceCode& from); + void MergeFrom(const SourceCode& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(SourceCode* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.SourceCode"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); + return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFilePathFieldNumber = 1, + kCodeFieldNumber = 2, + kErrorMethodsNumberFieldNumber = 3, + kRegressionMethodsNumberFieldNumber = 4, + }; + // string filePath = 1; + void clear_filepath(); + const std::string& filepath() const; + void set_filepath(const std::string& value); + void set_filepath(std::string&& value); + void set_filepath(const char* value); + void set_filepath(const char* value, size_t size); + std::string* mutable_filepath(); + std::string* release_filepath(); + void set_allocated_filepath(std::string* filepath); + private: + const std::string& _internal_filepath() const; + void _internal_set_filepath(const std::string& value); + std::string* _internal_mutable_filepath(); + public: + + // string code = 2; + void clear_code(); + const std::string& code() const; + void set_code(const std::string& value); + void set_code(std::string&& value); + void set_code(const char* value); + void set_code(const char* value, size_t size); + std::string* mutable_code(); + std::string* release_code(); + void set_allocated_code(std::string* code); + private: + const std::string& _internal_code() const; + void _internal_set_code(const std::string& value); + std::string* _internal_mutable_code(); + public: + + // uint32 errorMethodsNumber = 3; + void clear_errormethodsnumber(); + ::PROTOBUF_NAMESPACE_ID::uint32 errormethodsnumber() const; + void set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); + private: + ::PROTOBUF_NAMESPACE_ID::uint32 _internal_errormethodsnumber() const; + void _internal_set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); + public: + + // uint32 regressionMethodsNumber = 4; + void clear_regressionmethodsnumber(); + ::PROTOBUF_NAMESPACE_ID::uint32 regressionmethodsnumber() const; + void set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); + private: + ::PROTOBUF_NAMESPACE_ID::uint32 _internal_regressionmethodsnumber() const; + void _internal_set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.SourceCode) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr code_; + ::PROTOBUF_NAMESPACE_ID::uint32 errormethodsnumber_; + ::PROTOBUF_NAMESPACE_ID::uint32 regressionmethodsnumber_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_util_2eproto; +}; +// ------------------------------------------------------------------- + +class SourceInfo : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SourceInfo) */ { + public: + SourceInfo(); + virtual ~SourceInfo(); + + SourceInfo(const SourceInfo& from); + SourceInfo(SourceInfo&& from) noexcept + : SourceInfo() { + *this = ::std::move(from); + } + + inline SourceInfo& operator=(const SourceInfo& from) { + CopyFrom(from); + return *this; + } + inline SourceInfo& operator=(SourceInfo&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const SourceInfo& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const SourceInfo* internal_default_instance() { + return reinterpret_cast( + &_SourceInfo_default_instance_); + } + static constexpr int kIndexInFileMessages = + 2; + + friend void swap(SourceInfo& a, SourceInfo& b) { + a.Swap(&b); + } + inline void Swap(SourceInfo* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline SourceInfo* New() const final { + return CreateMaybeMessage(nullptr); + } + + SourceInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const SourceInfo& from); + void MergeFrom(const SourceInfo& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(SourceInfo* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.SourceInfo"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); + return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFilePathFieldNumber = 1, + kLineFieldNumber = 2, + }; + // string filePath = 1; + void clear_filepath(); + const std::string& filepath() const; + void set_filepath(const std::string& value); + void set_filepath(std::string&& value); + void set_filepath(const char* value); + void set_filepath(const char* value, size_t size); + std::string* mutable_filepath(); + std::string* release_filepath(); + void set_allocated_filepath(std::string* filepath); + private: + const std::string& _internal_filepath() const; + void _internal_set_filepath(const std::string& value); + std::string* _internal_mutable_filepath(); + public: + + // uint32 line = 2; + void clear_line(); + ::PROTOBUF_NAMESPACE_ID::uint32 line() const; + void set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); + private: + ::PROTOBUF_NAMESPACE_ID::uint32 _internal_line() const; + void _internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.SourceInfo) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; + ::PROTOBUF_NAMESPACE_ID::uint32 line_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_util_2eproto; +}; +// ------------------------------------------------------------------- + +class PredicateInfo : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.PredicateInfo) */ { + public: + PredicateInfo(); + virtual ~PredicateInfo(); + + PredicateInfo(const PredicateInfo& from); + PredicateInfo(PredicateInfo&& from) noexcept + : PredicateInfo() { + *this = ::std::move(from); + } + + inline PredicateInfo& operator=(const PredicateInfo& from) { + CopyFrom(from); + return *this; + } + inline PredicateInfo& operator=(PredicateInfo&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return GetMetadataStatic().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return GetMetadataStatic().reflection; + } + static const PredicateInfo& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const PredicateInfo* internal_default_instance() { + return reinterpret_cast( + &_PredicateInfo_default_instance_); + } + static constexpr int kIndexInFileMessages = + 3; + + friend void swap(PredicateInfo& a, PredicateInfo& b) { + a.Swap(&b); + } + inline void Swap(PredicateInfo* other) { + if (other == this) return; + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + inline PredicateInfo* New() const final { + return CreateMaybeMessage(nullptr); + } + + PredicateInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; + void CopyFrom(const PredicateInfo& from); + void MergeFrom(const PredicateInfo& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( + ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + inline void SharedCtor(); + inline void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(PredicateInfo* other); + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "testsgen.PredicateInfo"; + } + private: + inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + private: + static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { + ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); + return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; + } + + public: + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kPredicateFieldNumber = 2, + kReturnValueFieldNumber = 3, + kTypeFieldNumber = 1, + }; + // string predicate = 2; + void clear_predicate(); + const std::string& predicate() const; + void set_predicate(const std::string& value); + void set_predicate(std::string&& value); + void set_predicate(const char* value); + void set_predicate(const char* value, size_t size); + std::string* mutable_predicate(); + std::string* release_predicate(); + void set_allocated_predicate(std::string* predicate); + private: + const std::string& _internal_predicate() const; + void _internal_set_predicate(const std::string& value); + std::string* _internal_mutable_predicate(); + public: + + // string returnValue = 3; + void clear_returnvalue(); + const std::string& returnvalue() const; + void set_returnvalue(const std::string& value); + void set_returnvalue(std::string&& value); + void set_returnvalue(const char* value); + void set_returnvalue(const char* value, size_t size); + std::string* mutable_returnvalue(); + std::string* release_returnvalue(); + void set_allocated_returnvalue(std::string* returnvalue); + private: + const std::string& _internal_returnvalue() const; + void _internal_set_returnvalue(const std::string& value); + std::string* _internal_mutable_returnvalue(); + public: + + // .testsgen.ValidationType type = 1; + void clear_type(); + ::testsgen::ValidationType type() const; + void set_type(::testsgen::ValidationType value); + private: + ::testsgen::ValidationType _internal_type() const; + void _internal_set_type(::testsgen::ValidationType value); + public: + + // @@protoc_insertion_point(class_scope:testsgen.PredicateInfo) + private: + class _Internal; + + ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr predicate_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr returnvalue_; + int type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_util_2eproto; +}; +// =================================================================== + + +// =================================================================== + +#ifdef __GNUC__ + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif // __GNUC__ +// Progress + +// string message = 1; +inline void Progress::clear_message() { + message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& Progress::message() const { + // @@protoc_insertion_point(field_get:testsgen.Progress.message) + return _internal_message(); +} +inline void Progress::set_message(const std::string& value) { + _internal_set_message(value); + // @@protoc_insertion_point(field_set:testsgen.Progress.message) +} +inline std::string* Progress::mutable_message() { + // @@protoc_insertion_point(field_mutable:testsgen.Progress.message) + return _internal_mutable_message(); +} +inline const std::string& Progress::_internal_message() const { + return message_.GetNoArena(); +} +inline void Progress::_internal_set_message(const std::string& value) { + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void Progress::set_message(std::string&& value) { + + message_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.Progress.message) +} +inline void Progress::set_message(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.Progress.message) +} +inline void Progress::set_message(const char* value, size_t size) { + + message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.Progress.message) +} +inline std::string* Progress::_internal_mutable_message() { + + return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* Progress::release_message() { + // @@protoc_insertion_point(field_release:testsgen.Progress.message) + + return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void Progress::set_allocated_message(std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message); + // @@protoc_insertion_point(field_set_allocated:testsgen.Progress.message) +} + +// double percent = 2; +inline void Progress::clear_percent() { + percent_ = 0; +} +inline double Progress::_internal_percent() const { + return percent_; +} +inline double Progress::percent() const { + // @@protoc_insertion_point(field_get:testsgen.Progress.percent) + return _internal_percent(); +} +inline void Progress::_internal_set_percent(double value) { + + percent_ = value; +} +inline void Progress::set_percent(double value) { + _internal_set_percent(value); + // @@protoc_insertion_point(field_set:testsgen.Progress.percent) +} + +// bool completed = 3; +inline void Progress::clear_completed() { + completed_ = false; +} +inline bool Progress::_internal_completed() const { + return completed_; +} +inline bool Progress::completed() const { + // @@protoc_insertion_point(field_get:testsgen.Progress.completed) + return _internal_completed(); +} +inline void Progress::_internal_set_completed(bool value) { + + completed_ = value; +} +inline void Progress::set_completed(bool value) { + _internal_set_completed(value); + // @@protoc_insertion_point(field_set:testsgen.Progress.completed) +} + +// ------------------------------------------------------------------- + +// SourceCode + +// string filePath = 1; +inline void SourceCode::clear_filepath() { + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& SourceCode::filepath() const { + // @@protoc_insertion_point(field_get:testsgen.SourceCode.filePath) + return _internal_filepath(); +} +inline void SourceCode::set_filepath(const std::string& value) { + _internal_set_filepath(value); + // @@protoc_insertion_point(field_set:testsgen.SourceCode.filePath) +} +inline std::string* SourceCode::mutable_filepath() { + // @@protoc_insertion_point(field_mutable:testsgen.SourceCode.filePath) + return _internal_mutable_filepath(); +} +inline const std::string& SourceCode::_internal_filepath() const { + return filepath_.GetNoArena(); +} +inline void SourceCode::_internal_set_filepath(const std::string& value) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void SourceCode::set_filepath(std::string&& value) { + + filepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.SourceCode.filePath) +} +inline void SourceCode::set_filepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.SourceCode.filePath) +} +inline void SourceCode::set_filepath(const char* value, size_t size) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.SourceCode.filePath) +} +inline std::string* SourceCode::_internal_mutable_filepath() { + + return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* SourceCode::release_filepath() { + // @@protoc_insertion_point(field_release:testsgen.SourceCode.filePath) + + return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void SourceCode::set_allocated_filepath(std::string* filepath) { + if (filepath != nullptr) { + + } else { + + } + filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.SourceCode.filePath) +} + +// string code = 2; +inline void SourceCode::clear_code() { + code_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& SourceCode::code() const { + // @@protoc_insertion_point(field_get:testsgen.SourceCode.code) + return _internal_code(); +} +inline void SourceCode::set_code(const std::string& value) { + _internal_set_code(value); + // @@protoc_insertion_point(field_set:testsgen.SourceCode.code) +} +inline std::string* SourceCode::mutable_code() { + // @@protoc_insertion_point(field_mutable:testsgen.SourceCode.code) + return _internal_mutable_code(); +} +inline const std::string& SourceCode::_internal_code() const { + return code_.GetNoArena(); +} +inline void SourceCode::_internal_set_code(const std::string& value) { + + code_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void SourceCode::set_code(std::string&& value) { + + code_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.SourceCode.code) +} +inline void SourceCode::set_code(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + code_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.SourceCode.code) +} +inline void SourceCode::set_code(const char* value, size_t size) { + + code_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.SourceCode.code) +} +inline std::string* SourceCode::_internal_mutable_code() { + + return code_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* SourceCode::release_code() { + // @@protoc_insertion_point(field_release:testsgen.SourceCode.code) + + return code_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void SourceCode::set_allocated_code(std::string* code) { + if (code != nullptr) { + + } else { + + } + code_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), code); + // @@protoc_insertion_point(field_set_allocated:testsgen.SourceCode.code) +} + +// uint32 errorMethodsNumber = 3; +inline void SourceCode::clear_errormethodsnumber() { + errormethodsnumber_ = 0u; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::_internal_errormethodsnumber() const { + return errormethodsnumber_; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::errormethodsnumber() const { + // @@protoc_insertion_point(field_get:testsgen.SourceCode.errorMethodsNumber) + return _internal_errormethodsnumber(); +} +inline void SourceCode::_internal_set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { + + errormethodsnumber_ = value; +} +inline void SourceCode::set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { + _internal_set_errormethodsnumber(value); + // @@protoc_insertion_point(field_set:testsgen.SourceCode.errorMethodsNumber) +} + +// uint32 regressionMethodsNumber = 4; +inline void SourceCode::clear_regressionmethodsnumber() { + regressionmethodsnumber_ = 0u; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::_internal_regressionmethodsnumber() const { + return regressionmethodsnumber_; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::regressionmethodsnumber() const { + // @@protoc_insertion_point(field_get:testsgen.SourceCode.regressionMethodsNumber) + return _internal_regressionmethodsnumber(); +} +inline void SourceCode::_internal_set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { + + regressionmethodsnumber_ = value; +} +inline void SourceCode::set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { + _internal_set_regressionmethodsnumber(value); + // @@protoc_insertion_point(field_set:testsgen.SourceCode.regressionMethodsNumber) +} + +// ------------------------------------------------------------------- + +// SourceInfo + +// string filePath = 1; +inline void SourceInfo::clear_filepath() { + filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& SourceInfo::filepath() const { + // @@protoc_insertion_point(field_get:testsgen.SourceInfo.filePath) + return _internal_filepath(); +} +inline void SourceInfo::set_filepath(const std::string& value) { + _internal_set_filepath(value); + // @@protoc_insertion_point(field_set:testsgen.SourceInfo.filePath) +} +inline std::string* SourceInfo::mutable_filepath() { + // @@protoc_insertion_point(field_mutable:testsgen.SourceInfo.filePath) + return _internal_mutable_filepath(); +} +inline const std::string& SourceInfo::_internal_filepath() const { + return filepath_.GetNoArena(); +} +inline void SourceInfo::_internal_set_filepath(const std::string& value) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void SourceInfo::set_filepath(std::string&& value) { + + filepath_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.SourceInfo.filePath) +} +inline void SourceInfo::set_filepath(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.SourceInfo.filePath) +} +inline void SourceInfo::set_filepath(const char* value, size_t size) { + + filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.SourceInfo.filePath) +} +inline std::string* SourceInfo::_internal_mutable_filepath() { + + return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* SourceInfo::release_filepath() { + // @@protoc_insertion_point(field_release:testsgen.SourceInfo.filePath) + + return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void SourceInfo::set_allocated_filepath(std::string* filepath) { + if (filepath != nullptr) { + + } else { + + } + filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); + // @@protoc_insertion_point(field_set_allocated:testsgen.SourceInfo.filePath) +} + +// uint32 line = 2; +inline void SourceInfo::clear_line() { + line_ = 0u; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceInfo::_internal_line() const { + return line_; +} +inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceInfo::line() const { + // @@protoc_insertion_point(field_get:testsgen.SourceInfo.line) + return _internal_line(); +} +inline void SourceInfo::_internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { + + line_ = value; +} +inline void SourceInfo::set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { + _internal_set_line(value); + // @@protoc_insertion_point(field_set:testsgen.SourceInfo.line) +} + +// ------------------------------------------------------------------- + +// PredicateInfo + +// .testsgen.ValidationType type = 1; +inline void PredicateInfo::clear_type() { + type_ = 0; +} +inline ::testsgen::ValidationType PredicateInfo::_internal_type() const { + return static_cast< ::testsgen::ValidationType >(type_); +} +inline ::testsgen::ValidationType PredicateInfo::type() const { + // @@protoc_insertion_point(field_get:testsgen.PredicateInfo.type) + return _internal_type(); +} +inline void PredicateInfo::_internal_set_type(::testsgen::ValidationType value) { + + type_ = value; +} +inline void PredicateInfo::set_type(::testsgen::ValidationType value) { + _internal_set_type(value); + // @@protoc_insertion_point(field_set:testsgen.PredicateInfo.type) +} + +// string predicate = 2; +inline void PredicateInfo::clear_predicate() { + predicate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& PredicateInfo::predicate() const { + // @@protoc_insertion_point(field_get:testsgen.PredicateInfo.predicate) + return _internal_predicate(); +} +inline void PredicateInfo::set_predicate(const std::string& value) { + _internal_set_predicate(value); + // @@protoc_insertion_point(field_set:testsgen.PredicateInfo.predicate) +} +inline std::string* PredicateInfo::mutable_predicate() { + // @@protoc_insertion_point(field_mutable:testsgen.PredicateInfo.predicate) + return _internal_mutable_predicate(); +} +inline const std::string& PredicateInfo::_internal_predicate() const { + return predicate_.GetNoArena(); +} +inline void PredicateInfo::_internal_set_predicate(const std::string& value) { + + predicate_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void PredicateInfo::set_predicate(std::string&& value) { + + predicate_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.PredicateInfo.predicate) +} +inline void PredicateInfo::set_predicate(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + predicate_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.PredicateInfo.predicate) +} +inline void PredicateInfo::set_predicate(const char* value, size_t size) { + + predicate_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.PredicateInfo.predicate) +} +inline std::string* PredicateInfo::_internal_mutable_predicate() { + + return predicate_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* PredicateInfo::release_predicate() { + // @@protoc_insertion_point(field_release:testsgen.PredicateInfo.predicate) + + return predicate_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void PredicateInfo::set_allocated_predicate(std::string* predicate) { + if (predicate != nullptr) { + + } else { + + } + predicate_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), predicate); + // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateInfo.predicate) +} + +// string returnValue = 3; +inline void PredicateInfo::clear_returnvalue() { + returnvalue_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline const std::string& PredicateInfo::returnvalue() const { + // @@protoc_insertion_point(field_get:testsgen.PredicateInfo.returnValue) + return _internal_returnvalue(); +} +inline void PredicateInfo::set_returnvalue(const std::string& value) { + _internal_set_returnvalue(value); + // @@protoc_insertion_point(field_set:testsgen.PredicateInfo.returnValue) +} +inline std::string* PredicateInfo::mutable_returnvalue() { + // @@protoc_insertion_point(field_mutable:testsgen.PredicateInfo.returnValue) + return _internal_mutable_returnvalue(); +} +inline const std::string& PredicateInfo::_internal_returnvalue() const { + return returnvalue_.GetNoArena(); +} +inline void PredicateInfo::_internal_set_returnvalue(const std::string& value) { + + returnvalue_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); +} +inline void PredicateInfo::set_returnvalue(std::string&& value) { + + returnvalue_.SetNoArena( + &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:testsgen.PredicateInfo.returnValue) +} +inline void PredicateInfo::set_returnvalue(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + returnvalue_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:testsgen.PredicateInfo.returnValue) +} +inline void PredicateInfo::set_returnvalue(const char* value, size_t size) { + + returnvalue_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:testsgen.PredicateInfo.returnValue) +} +inline std::string* PredicateInfo::_internal_mutable_returnvalue() { + + return returnvalue_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline std::string* PredicateInfo::release_returnvalue() { + // @@protoc_insertion_point(field_release:testsgen.PredicateInfo.returnValue) + + return returnvalue_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); +} +inline void PredicateInfo::set_allocated_returnvalue(std::string* returnvalue) { + if (returnvalue != nullptr) { + + } else { + + } + returnvalue_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), returnvalue); + // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateInfo.returnValue) +} + +#ifdef __GNUC__ + #pragma GCC diagnostic pop +#endif // __GNUC__ +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + + +// @@protoc_insertion_point(namespace_scope) + +} // namespace testsgen + +PROTOBUF_NAMESPACE_OPEN + +template <> struct is_proto_enum< ::testsgen::ValidationType> : ::std::true_type {}; +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::ValidationType>() { + return ::testsgen::ValidationType_descriptor(); +} + +PROTOBUF_NAMESPACE_CLOSE + +// @@protoc_insertion_point(global_scope) + +#include +#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_util_2eproto diff --git a/server/src/coverage/CoverageAndResultsGenerator.cpp b/server/src/coverage/CoverageAndResultsGenerator.cpp index b58c72fd0..ac20e4a17 100644 --- a/server/src/coverage/CoverageAndResultsGenerator.cpp +++ b/server/src/coverage/CoverageAndResultsGenerator.cpp @@ -34,7 +34,7 @@ grpc::Status CoverageAndResultsGenerator::generate(bool withCoverage, utbot::SettingsContext &settingsContext) { MEASURE_FUNCTION_EXECUTION_TIME try { - init(withCoverage); + init(withCoverage, true); runTests(withCoverage, settingsContext.timeoutPerTest); if (withCoverage) { collectCoverage(); diff --git a/server/src/coverage/CoverageTool.cpp b/server/src/coverage/CoverageTool.cpp index 1d0088572..57900b56b 100644 --- a/server/src/coverage/CoverageTool.cpp +++ b/server/src/coverage/CoverageTool.cpp @@ -9,6 +9,7 @@ #include "exceptions/CoverageGenerationException.h" #include "utils/CompilationUtils.h" #include "utils/StringUtils.h" +#include "KcovCoverageTool.h" using namespace CompilationUtils; @@ -17,7 +18,12 @@ CoverageTool::CoverageTool(ProgressWriter const *progressWriter) : progressWrite std::unique_ptr getCoverageTool(const std::string &compileCommandsJsonPath, utbot::ProjectContext projectContext, - ProgressWriter const *progressWriter) { + ProgressWriter const *progressWriter, + bool withKcov) { + if (withKcov) { + return std::make_unique(projectContext, progressWriter); + } + auto compilationDatabase = CompilationUtils::getCompilationDatabase(compileCommandsJsonPath); fs::path compilerPath = compilationDatabase->getBuildCompilerPath(); CompilerName compilerName = CompilationUtils::getCompilerName(compilerPath); diff --git a/server/src/coverage/CoverageTool.h b/server/src/coverage/CoverageTool.h index 2176a2f12..a93b70c77 100644 --- a/server/src/coverage/CoverageTool.h +++ b/server/src/coverage/CoverageTool.h @@ -54,6 +54,7 @@ class CoverageTool { std::unique_ptr getCoverageTool(const std::string &compileCommandsJsonPath, utbot::ProjectContext projectContext, - const ProgressWriter *progressWriter); + const ProgressWriter *progressWriter, + bool withKcov); #endif // UNITTESTBOT_COVERAGETOOL_H diff --git a/server/src/coverage/KcovCoverageTool.cpp b/server/src/coverage/KcovCoverageTool.cpp new file mode 100644 index 000000000..dd8380623 --- /dev/null +++ b/server/src/coverage/KcovCoverageTool.cpp @@ -0,0 +1,46 @@ +// +// Created by andrey on 05.06.2022. +// + +#include "KcovCoverageTool.h" + +#include "Coverage.h" +#include "Paths.h" +#include "TimeExecStatistics.h" +#include "environment/EnvironmentPaths.h" +#include "exceptions/CoverageGenerationException.h" +#include "utils/ArgumentsUtils.h" +#include "utils/CollectionUtils.h" +#include "utils/FileSystemUtils.h" +#include "utils/JsonUtils.h" +#include "utils/MakefileUtils.h" +#include "utils/StringUtils.h" +#include "utils/path/FileSystemPath.h" + +#include "loguru.h" + +using Coverage::CoverageMap; +using Coverage::FileCoverage; + + +KcovCoverageTool::KcovCoverageTool(utbot::ProjectContext projectContext, + ProgressWriter const *progressWriter) + : CoverageTool(progressWriter), projectContext(projectContext) { +} + +std::vector +KcovCoverageTool::getBuildRunCommands(const std::vector &testsToLaunch, bool withCoverage) { + return {}; +} + +std::vector +KcovCoverageTool::getCoverageCommands(const std::vector &testsToLaunch) { + return {}; +} + +Coverage::CoverageMap KcovCoverageTool::getCoverageInfo() const { + return {}; +} + + + diff --git a/server/src/coverage/KcovCoverageTool.h b/server/src/coverage/KcovCoverageTool.h new file mode 100644 index 000000000..5d77d5e99 --- /dev/null +++ b/server/src/coverage/KcovCoverageTool.h @@ -0,0 +1,28 @@ +// +// Created by andrey on 05.06.2022. +// + +#ifndef UNITTESTBOT_KCOVCOVERAGETOOL_H +#define UNITTESTBOT_KCOVCOVERAGETOOL_H + +#include "CoverageAndResultsGenerator.h" +#include "CoverageTool.h" + +class KcovCoverageTool : public CoverageTool { +public: + KcovCoverageTool(utbot::ProjectContext projectContext, const ProgressWriter *progressWriter); + + std::vector getBuildRunCommands(const std::vector &testsToLaunch, + bool withCoverage) override; + + std::vector getCoverageCommands(const std::vector &testFilePath) override; + + [[nodiscard]] Coverage::CoverageMap getCoverageInfo() const override; + [[nodiscard]] nlohmann::json getTotals() const override; + void cleanCoverage() const override; +private: + const utbot::ProjectContext projectContext; +}; + + +#endif //UNITTESTBOT_KCOVCOVERAGETOOL_H diff --git a/server/src/coverage/TestRunner.cpp b/server/src/coverage/TestRunner.cpp index 0692e6472..44e00eb20 100644 --- a/server/src/coverage/TestRunner.cpp +++ b/server/src/coverage/TestRunner.cpp @@ -152,11 +152,11 @@ grpc::Status TestRunner::runTests(bool withCoverage, const std::optional getTestsToLaunch(); diff --git a/server/src/printers/NativeMakefilePrinter.cpp b/server/src/printers/NativeMakefilePrinter.cpp index cbce3762e..ac4d011a0 100644 --- a/server/src/printers/NativeMakefilePrinter.cpp +++ b/server/src/printers/NativeMakefilePrinter.cpp @@ -377,7 +377,9 @@ namespace printer { declareTarget("bin", { FORCE }, { stringFormat("echo %s", coverageInfoBinary) }); - utbot::RunCommand testRunCommand{ { testExecutablePath.string(), "$(GTEST_FLAGS)" }, + std::string kcovRunCommand = "kcov " + (projectContext.buildDir.string() + " ") + testExecutablePath.string(); + + utbot::RunCommand testRunCommand{ { kcovRunCommand, "$(GTEST_FLAGS)" }, buildDirectory }; testRunCommand.addEnvironmentVariable("PATH", "$$PATH:$(pwd)"); if (primaryCompilerName == CompilationUtils::CompilerName::GCC) { diff --git a/server/src/utils/ArgumentsUtils.cpp b/server/src/utils/ArgumentsUtils.cpp index 32a7e9e51..da3506a6d 100644 --- a/server/src/utils/ArgumentsUtils.cpp +++ b/server/src/utils/ArgumentsUtils.cpp @@ -82,10 +82,10 @@ namespace CompilationUtils { switch (compilerName) { case CompilerName::GCC: case CompilerName::GXX: - return { "--coverage" }; + return { "-g", "--coverage" }; case CompilerName::CLANG: case CompilerName::CLANGXX: - return { "-fprofile-instr-generate", "-fcoverage-mapping" }; + return { "-g", "-fprofile-instr-generate", "-fcoverage-mapping" }; default: break; } From 08b97509dd02358d38b28f19ccac3681006d04b6 Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Sun, 5 Jun 2022 03:01:36 +0300 Subject: [PATCH 5/7] Implemented part of coverage tool methods --- server/src/Paths.cpp | 5 ++ server/src/Paths.h | 2 + server/src/coverage/KcovCoverageTool.cpp | 72 +++++++++++++++++++++++- server/src/coverage/KcovCoverageTool.h | 2 + 4 files changed, 78 insertions(+), 3 deletions(-) diff --git a/server/src/Paths.cpp b/server/src/Paths.cpp index f8a1d20e5..a608de0e9 100644 --- a/server/src/Paths.cpp +++ b/server/src/Paths.cpp @@ -214,6 +214,11 @@ namespace Paths { fs::path getGccCoverageDir(const utbot::ProjectContext &projectContext) { return getCoverageDir(projectContext) / "gcov"; } + /////////////////////////////////////////////////////// + fs::path getKcovReportDir(const utbot::ProjectContext &projectContext) { + /////////// + return nullptr; + } fs::path getTestExecutable(const utbot::ProjectContext &projectContext, const fs::path &filePath) { return getTestExecDir(projectContext) / filePath.stem(); diff --git a/server/src/Paths.h b/server/src/Paths.h index bfa14fa39..cc8874715 100644 --- a/server/src/Paths.h +++ b/server/src/Paths.h @@ -295,6 +295,8 @@ namespace Paths { fs::path getGccCoverageDir(const utbot::ProjectContext &projectContext); + fs::path getKcovReportDir(const utbot::ProjectContext &projectContext); + fs::path getTestExecutable(const utbot::ProjectContext &projectContext, const fs::path &filePath); fs::path getGeneratedHeaderPath(const utbot::ProjectContext &projectContext, const fs::path &sourceFilePath); diff --git a/server/src/coverage/KcovCoverageTool.cpp b/server/src/coverage/KcovCoverageTool.cpp index dd8380623..b4073e8fd 100644 --- a/server/src/coverage/KcovCoverageTool.cpp +++ b/server/src/coverage/KcovCoverageTool.cpp @@ -16,6 +16,7 @@ #include "utils/MakefileUtils.h" #include "utils/StringUtils.h" #include "utils/path/FileSystemPath.h" +//#include "pugixml.hpp" #include "loguru.h" @@ -30,16 +31,81 @@ KcovCoverageTool::KcovCoverageTool(utbot::ProjectContext projectContext, std::vector KcovCoverageTool::getBuildRunCommands(const std::vector &testsToLaunch, bool withCoverage) { - return {}; + ExecUtils::throwIfCancelled(); + + std::vector result; + ExecUtils::doWorkWithProgress( + testsToLaunch, progressWriter, "Collecting build and run commands", + [&](UnitTest const &testToLaunch) { + auto makefile = Paths::getMakefilePathFromSourceFilePath( + projectContext, + Paths::testPathToSourcePath(projectContext, testToLaunch.testFilePath)); + auto gtestFlags = getTestFilter(testToLaunch); + auto buildCommand = + MakefileUtils::makefileCommand(projectContext, makefile, "build", gtestFlags); + auto runCommand = + MakefileUtils::makefileCommand(projectContext, makefile, "run", gtestFlags); + result.push_back({ testToLaunch, buildCommand, runCommand }); + }); + return result; } std::vector KcovCoverageTool::getCoverageCommands(const std::vector &testsToLaunch) { - return {}; + fs::path kcovFile = getKcovReportFile(); + } Coverage::CoverageMap KcovCoverageTool::getCoverageInfo() const { - return {}; + ExecUtils::throwIfCancelled(); + + CoverageMap coverageMap; + + auto coverageReportDirPath = Paths::getKcovReportDir(projectContext); + if (!fs::exists(coverageReportDirPath)) { + std::string message = "Couldn't find coverage directory at " + coverageReportDirPath.string(); + LOG_S(ERROR) << message; + throw CoverageGenerationException(message); + } + LOG_S(INFO) << "Reading coverage file"; + +// ExecUtils::doWorkWithProgress( +// FileSystemUtils::DirectoryIterator(covJsonDirPath), progressWriter, +// "Reading coverage files", [&coverageMap](auto const &entry) { +// auto jsonPath = entry.path(); +// auto coverageJson = JsonUtils::getJsonFromFile(jsonPath); +// for (const nlohmann::json &jsonFile : coverageJson.at("files")) { +// fs::path filePath(std::filesystem::path(jsonFile.at("file"))); +// if (Paths::isGtest(filePath)) { +// continue; +// } +// setLineNumbers(jsonFile, coverageMap[filePath]); +// setFunctionBorders(jsonFile, coverageMap[filePath]); +// } +// }); + return coverageMap; +} + + + + + + + + + + + +nlohmann::json KcovCoverageTool::getTotals() const { + return nlohmann::json(); +} + +void KcovCoverageTool::cleanCoverage() const { + +} + +fs::path KcovCoverageTool::getKcovReportFile() const { + return nullptr; } diff --git a/server/src/coverage/KcovCoverageTool.h b/server/src/coverage/KcovCoverageTool.h index 5d77d5e99..d9ead1ba5 100644 --- a/server/src/coverage/KcovCoverageTool.h +++ b/server/src/coverage/KcovCoverageTool.h @@ -22,6 +22,8 @@ class KcovCoverageTool : public CoverageTool { void cleanCoverage() const override; private: const utbot::ProjectContext projectContext; + + fs::path getKcovReportFile() const; }; From 1cbabce34e42681b6937d0c9ca12867ff2a6196c Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Mon, 6 Jun 2022 01:02:03 +0300 Subject: [PATCH 6/7] Implemented kcov report parsing --- server/CMakeLists.txt | 6 ++ server/src/Paths.cpp | 3 +- .../coverage/CoverageAndResultsGenerator.cpp | 25 ------- server/src/coverage/KcovCoverageTool.cpp | 67 ++++++++++++------- server/src/printers/NativeMakefilePrinter.cpp | 2 +- 5 files changed, 51 insertions(+), 52 deletions(-) diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 93ff5d4ba..f8de88cf5 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -120,6 +120,9 @@ include_directories("${CMAKE_CURRENT_BINARY_DIR}") find_package(run_klee REQUIRED) +# +find_package(pugixml REQUIRED) + option(ENABLE_PRECOMPILED_HEADERS "Enable precompiled headers" ON) if (ENABLE_PRECOMPILED_HEADERS) @@ -141,6 +144,7 @@ target_link_libraries(UnitTestBotLib PUBLIC clangTooling clangBasic clangASTMatc protobuf::libprotobuf loguru kleeRunner + pugixml ) if (ENABLE_PRECOMPILED_HEADERS) target_precompile_headers(UnitTestBotLib PUBLIC pch.h) @@ -153,6 +157,7 @@ add_llvm_executable(utbot main.cpp) target_link_libraries(utbot PUBLIC UnitTestBotLib loguru + pugixml ######### ) ################################################################################ @@ -180,6 +185,7 @@ if (ENABLE_UNIT_TESTS) PUBLIC gtest UnitTestBotLib + pugixml ) if (ENABLE_PRECOMPILED_HEADERS) diff --git a/server/src/Paths.cpp b/server/src/Paths.cpp index a608de0e9..202ccedc6 100644 --- a/server/src/Paths.cpp +++ b/server/src/Paths.cpp @@ -216,8 +216,7 @@ namespace Paths { } /////////////////////////////////////////////////////// fs::path getKcovReportDir(const utbot::ProjectContext &projectContext) { - /////////// - return nullptr; + return getBuildDir(projectContext) / "report"; } fs::path getTestExecutable(const utbot::ProjectContext &projectContext, const fs::path &filePath) { diff --git a/server/src/coverage/CoverageAndResultsGenerator.cpp b/server/src/coverage/CoverageAndResultsGenerator.cpp index ac20e4a17..3e17fc447 100644 --- a/server/src/coverage/CoverageAndResultsGenerator.cpp +++ b/server/src/coverage/CoverageAndResultsGenerator.cpp @@ -82,30 +82,5 @@ nlohmann::json const &CoverageAndResultsGenerator::getTotals() { void CoverageAndResultsGenerator::collectCoverage() { MEASURE_FUNCTION_EXECUTION_TIME - if (testsToLaunch.empty()) { - return; - } - std::vector coverageCommands = coverageTool->getCoverageCommands( - CollectionUtils::filterToVector(testsToLaunch, [this](const UnitTest &testToLaunch) { - return testStatusMap[testToLaunch.testFilePath][testToLaunch.testname] != - testsgen::TEST_INTERRUPTED; - })); - if (coverageCommands.empty()) { - return; - } - ExecUtils::doWorkWithProgress( - coverageCommands, coverageAndResultsWriter, "Collecting coverage", - [this](ShellExecTask &task) { - auto [out, status, path] = task.run(); - if (status != 0) { - exceptions.emplace_back( - StringUtils::stringFormat("Command: %s\nOutput: %s", task.toString(), out), - path.value()); - } - }); - - LOG_S(DEBUG) << "All coverage commands were executed"; - coverageMap = coverageTool->getCoverageInfo(); - totals = coverageTool->getTotals(); } diff --git a/server/src/coverage/KcovCoverageTool.cpp b/server/src/coverage/KcovCoverageTool.cpp index b4073e8fd..449f861ea 100644 --- a/server/src/coverage/KcovCoverageTool.cpp +++ b/server/src/coverage/KcovCoverageTool.cpp @@ -16,7 +16,8 @@ #include "utils/MakefileUtils.h" #include "utils/StringUtils.h" #include "utils/path/FileSystemPath.h" -//#include "pugixml.hpp" +#include "pugixml.hpp" +#include #include "loguru.h" @@ -45,15 +46,32 @@ KcovCoverageTool::getBuildRunCommands(const std::vector &testsToLaunch MakefileUtils::makefileCommand(projectContext, makefile, "build", gtestFlags); auto runCommand = MakefileUtils::makefileCommand(projectContext, makefile, "run", gtestFlags); - result.push_back({ testToLaunch, buildCommand, runCommand }); + result.push_back({testToLaunch, buildCommand, runCommand}); }); return result; } std::vector KcovCoverageTool::getCoverageCommands(const std::vector &testsToLaunch) { - fs::path kcovFile = getKcovReportFile(); + return {}; +} + +static void addLine(uint32_t lineNumber, bool covered, FileCoverage &fileCoverage) { + assert(lineNumber > 0); + if (covered) { + fileCoverage.fullCoverageLines.insert({lineNumber}); + } else { + fileCoverage.noCoverageLines.insert({lineNumber}); + } +} + +static void setLineNumbers(pugi::xml_node lines, FileCoverage &fileCoverage) { + for (pugi::xml_node line: lines.children("line")) { + uint32_t lineNumber = line.attribute("number").as_int(); + bool covered = line.attribute("hits").as_int() > 0; + addLine(lineNumber, covered, fileCoverage); + } } Coverage::CoverageMap KcovCoverageTool::getCoverageInfo() const { @@ -69,31 +87,35 @@ Coverage::CoverageMap KcovCoverageTool::getCoverageInfo() const { } LOG_S(INFO) << "Reading coverage file"; -// ExecUtils::doWorkWithProgress( -// FileSystemUtils::DirectoryIterator(covJsonDirPath), progressWriter, -// "Reading coverage files", [&coverageMap](auto const &entry) { -// auto jsonPath = entry.path(); -// auto coverageJson = JsonUtils::getJsonFromFile(jsonPath); -// for (const nlohmann::json &jsonFile : coverageJson.at("files")) { -// fs::path filePath(std::filesystem::path(jsonFile.at("file"))); -// if (Paths::isGtest(filePath)) { -// continue; -// } -// setLineNumbers(jsonFile, coverageMap[filePath]); -// setFunctionBorders(jsonFile, coverageMap[filePath]); -// } -// }); - return coverageMap; -} - + std::string pathToReport = ""; + for (const auto &entry: fs::directory_iterator(coverageReportDirPath.string())) { + std::regex reg("(calc.).*$"); + if (std::regex_search(entry.path().string(), reg)) { + pathToReport = entry.path().string() + "/cov.xml"; + break; + } + } + auto path = pathToReport.c_str(); + pugi::xml_document doc; + pugi::xml_parse_result result = doc.load_file(path); + auto tools = doc.child("coverage").child("packages").child("package").child("classes"); + for (pugi::xml_node fileIter = tools.child("class"); fileIter; fileIter = fileIter.next_sibling("class")) { + std::string filePathString = fileIter.attribute("filename").as_string(); + fs::path filePath(filePathString); + pugi::xml_node lines = fileIter.child("lines"); + setLineNumbers(lines, coverageMap[filePath]); + //setFunctionBorders(lines, coverageMap[filePath]); + } + return coverageMap; +} nlohmann::json KcovCoverageTool::getTotals() const { @@ -106,7 +128,4 @@ void KcovCoverageTool::cleanCoverage() const { fs::path KcovCoverageTool::getKcovReportFile() const { return nullptr; -} - - - +} \ No newline at end of file diff --git a/server/src/printers/NativeMakefilePrinter.cpp b/server/src/printers/NativeMakefilePrinter.cpp index ac4d011a0..787386949 100644 --- a/server/src/printers/NativeMakefilePrinter.cpp +++ b/server/src/printers/NativeMakefilePrinter.cpp @@ -377,7 +377,7 @@ namespace printer { declareTarget("bin", { FORCE }, { stringFormat("echo %s", coverageInfoBinary) }); - std::string kcovRunCommand = "kcov " + (projectContext.buildDir.string() + " ") + testExecutablePath.string(); + std::string kcovRunCommand = "kcov " + (projectContext.buildDir.string() + "/report ") + testExecutablePath.string(); utbot::RunCommand testRunCommand{ { kcovRunCommand, "$(GTEST_FLAGS)" }, buildDirectory }; From acfd2ade4d060db0e764853a33e4ab1eef8e42b7 Mon Sep 17 00:00:00 2001 From: AndersenSemenov Date: Mon, 6 Jun 2022 01:03:48 +0300 Subject: [PATCH 7/7] Deleted unnecessary files --- .../.cmake/api/v1/query/cache-v2 | 0 .../.cmake/api/v1/query/cmakeFiles-v1 | 0 .../.cmake/api/v1/query/codemodel-v2 | 0 .../.cmake/api/v1/query/toolchains-v1 | 0 .../reply/cache-v2-015693332a5fe43521c3.json | 2123 ---- .../reply/cache-v2-3366f5e7e716c7293d9c.json | 2123 ---- .../reply/cache-v2-609b846f53bcc5a66f2e.json | 2103 ---- .../cmakeFiles-v1-7a62900ada43955681af.json | 1054 -- .../cmakeFiles-v1-cae307ff7cdb1066a942.json | 451 - .../cmakeFiles-v1-fcdf4276a3361ec94778.json | 1049 -- .../codemodel-v2-2ccd8a94300d5cc4325b.json | 238 - .../codemodel-v2-6818ba9c3fc87608c894.json | 238 - .../codemodel-v2-7aed61c5ad65c832c0f0.json | 238 - ...irectory-.-Debug-3a740dbcb439ae306014.json | 45 - ...irectory-.-Debug-dc69b79826534f01515c.json | 45 - ...test-build-Debug-806d34f0577f27d04bbd.json | 14 - ...googlemock-Debug-3b25d2b100bf11408f21.json | 116 - ...googletest-Debug-38e6d8de3ebebff3bc69.json | 169 - .../reply/index-2022-05-04T21-21-27-0296.json | 108 - .../reply/index-2022-05-08T19-04-57-0470.json | 108 - .../reply/index-2022-05-08T19-05-41-0627.json | 108 - .../reply/index-2022-05-09T13-40-27-0711.json | 108 - .../reply/index-2022-05-09T13-43-42-0518.json | 108 - .../reply/index-2022-05-10T14-11-06-0103.json | 108 - .../reply/index-2022-05-11T11-39-53-0494.json | 108 - .../reply/index-2022-05-11T11-41-43-0431.json | 108 - .../reply/index-2022-05-11T11-42-16-0606.json | 108 - .../reply/index-2022-05-18T09-04-00-0085.json | 108 - .../reply/index-2022-05-18T09-29-03-0437.json | 108 - .../reply/index-2022-05-18T11-00-45-0153.json | 108 - .../reply/index-2022-05-18T11-12-10-0957.json | 108 - .../reply/index-2022-06-03T13-35-51-0902.json | 108 - .../reply/index-2022-06-03T13-39-56-0391.json | 108 - .../reply/index-2022-06-03T14-01-29-0134.json | 108 - .../reply/index-2022-06-03T14-08-08-0739.json | 108 - .../reply/index-2022-06-03T14-09-16-0374.json | 108 - .../reply/index-2022-06-03T14-32-10-0110.json | 108 - .../reply/index-2022-06-03T19-30-00-0606.json | 108 - .../reply/index-2022-06-04T20-30-22-0782.json | 108 - ..._UnitTests-Debug-56bdc69bb5e7b24848b0.json | 1117 -- ..._UnitTests-Debug-99984ecdd1ffacc440a7.json | 911 -- ...TestBotLib-Debug-2464f20056a97bbec080.json | 2664 ----- ...TestBotLib-Debug-4816285ceee094b50791.json | 2630 ----- ...TestBotLib-Debug-bbbe88241dda851e83a5.json | 3030 ------ ...en-targets-Debug-6df55b0010b7e3566898.json | 47 - ...rget-gmock-Debug-66ffddbf7c937e590c5b.json | 287 - ...gmock_main-Debug-6999e3146caffefa0590.json | 293 - ...rget-gtest-Debug-b32500910a7c31b4f903.json | 263 - ...gtest_main-Debug-862acf61ed9c853cc9bd.json | 279 - ...insics_gen-Debug-a92780f6cb8dca8ec842.json | 58 - ...get-loguru-Debug-906aa3e06bc16bf52e18.json | 241 - ...rget-utbot-Debug-29d83601a3ecf22fd5e1.json | 824 -- ...rget-utbot-Debug-5e928cae2f10d5f92588.json | 1020 -- ...rget-utbot-Debug-903778719cbda0a8cd96.json | 812 -- .../toolchains-v1-c83b8edc5946481ba397.json | 114 - .../toolchains-v1-efa5a9481205b76468dd.json | 116 - server/cmake-build-debug/CTestTestfile.cmake | 9 - .../Testing/Temporary/LastTest.log | 3 - server/cmake-build-debug/UnitTestBot.cbp | 1993 ---- .../googletest-build/CTestTestfile.cmake | 7 - .../googlemock/CTestTestfile.cmake | 7 - .../googletest-build/googlemock/gmock.cbp | 432 - .../googletest-distribution.cbp | 432 - .../googletest/CTestTestfile.cmake | 6 - .../googletest/generated/GTestConfig.cmake | 33 - .../generated/GTestConfigVersion.cmake | 48 - .../googletest/generated/gmock.pc | 11 - .../googletest/generated/gmock_main.pc | 11 - .../googletest/generated/gtest.pc | 10 - .../googletest/generated/gtest_main.pc | 11 - .../googletest-build/googletest/gtest.cbp | 274 - .../protobuf/testgen.grpc.pb.cc | 1004 -- .../protobuf/testgen.grpc.pb.h | 4965 --------- .../cmake-build-debug/protobuf/testgen.pb.cc | 9635 ----------------- .../cmake-build-debug/protobuf/testgen.pb.h | 9528 ---------------- .../protobuf/util.grpc.pb.cc | 25 - .../cmake-build-debug/protobuf/util.grpc.pb.h | 34 - server/cmake-build-debug/protobuf/util.pb.cc | 1262 --- server/cmake-build-debug/protobuf/util.pb.h | 1288 --- 79 files changed, 58008 deletions(-) delete mode 100644 server/cmake-build-debug/.cmake/api/v1/query/cache-v2 delete mode 100644 server/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 delete mode 100644 server/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 delete mode 100644 server/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json delete mode 100644 server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json delete mode 100644 server/cmake-build-debug/CTestTestfile.cmake delete mode 100644 server/cmake-build-debug/Testing/Temporary/LastTest.log delete mode 100644 server/cmake-build-debug/UnitTestBot.cbp delete mode 100644 server/cmake-build-debug/googletest-build/CTestTestfile.cmake delete mode 100644 server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake delete mode 100644 server/cmake-build-debug/googletest-build/googlemock/gmock.cbp delete mode 100644 server/cmake-build-debug/googletest-build/googletest-distribution.cbp delete mode 100644 server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake delete mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake delete mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake delete mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc delete mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc delete mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc delete mode 100644 server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc delete mode 100644 server/cmake-build-debug/googletest-build/googletest/gtest.cbp delete mode 100644 server/cmake-build-debug/protobuf/testgen.grpc.pb.cc delete mode 100644 server/cmake-build-debug/protobuf/testgen.grpc.pb.h delete mode 100644 server/cmake-build-debug/protobuf/testgen.pb.cc delete mode 100644 server/cmake-build-debug/protobuf/testgen.pb.h delete mode 100644 server/cmake-build-debug/protobuf/util.grpc.pb.cc delete mode 100644 server/cmake-build-debug/protobuf/util.grpc.pb.h delete mode 100644 server/cmake-build-debug/protobuf/util.pb.cc delete mode 100644 server/cmake-build-debug/protobuf/util.pb.h diff --git a/server/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/server/cmake-build-debug/.cmake/api/v1/query/cache-v2 deleted file mode 100644 index e69de29bb..000000000 diff --git a/server/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/server/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 deleted file mode 100644 index e69de29bb..000000000 diff --git a/server/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/server/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 deleted file mode 100644 index e69de29bb..000000000 diff --git a/server/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/server/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 deleted file mode 100644 index e69de29bb..000000000 diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json deleted file mode 100644 index a0ac64dec..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-015693332a5fe43521c3.json +++ /dev/null @@ -1,2123 +0,0 @@ -{ - "entries" : - [ - { - "name" : "BUILD_GMOCK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Builds the googlemock subproject" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ar" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "20" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "20210415" - }, - { - "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The CodeBlocks executable" - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" - }, - { - "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" - } - ], - "type" : "STRING", - "value" : "-j6" - }, - { - "name" : "CMAKE_COLOR_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable color output during build." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/ctest" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CXX compiler" - } - ], - "type" : "STRING", - "value" : "/utbot_distr/install/bin/clang++" - }, - { - "name" : "CMAKE_CXX_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "LLVM archiver" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ar" - }, - { - "name" : "CMAKE_CXX_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Generate index for LLVM archive" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ranlib" - }, - { - "name" : "CMAKE_CXX_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CXX_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C compiler" - } - ], - "type" : "STRING", - "value" : "/utbot_distr/install/bin/clang" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "LLVM archiver" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ar" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Generate index for LLVM archive" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ranlib" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_DLLTOOL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-dlltool" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of compile commands during generation." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "CodeBlocks" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CXX compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GXX_EXPERIMENTAL_CXX0X__;1;__OBJC_BOOL_IS_BOOL;0;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_unicode_characters;200704L;__cpp_raw_strings;200710L;__cpp_unicode_literals;200710L;__cpp_user_defined_literals;200809L;__cpp_lambdas;200907L;__cpp_constexpr;201304L;__cpp_constexpr_in_decltype;201711L;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707L;__cpp_attributes;200809L;__cpp_rvalue_references;200610L;__cpp_variadic_templates;200704L;__cpp_initializer_lists;200806L;__cpp_delegating_constructors;200604L;__cpp_nsdmi;200809L;__cpp_inheriting_constructors;201511L;__cpp_ref_qualifiers;200710L;__cpp_alias_templates;200704L;__cpp_threadsafe_static_init;200806L;__cpp_binary_literals;201304L;__cpp_digit_separators;201309L;__cpp_init_captures;201304L;__cpp_generic_lambdas;201304L;__cpp_decltype_auto;201304L;__cpp_return_type_deduction;201304L;__cpp_aggregate_nsdmi;201304L;__cpp_variable_templates;201304L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;_GNU_SOURCE;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;201402L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CXX compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : ".;/utbot_distr/klee/include;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : ".;/utbot_distr/klee/include;/utbot_distr/gtest/googletest/include;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Unix Makefiles" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_LIBC_PTHREAD", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_PTHREADS_CREATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library pthreads" - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_PTHREAD_CREATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library pthread" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_PTHREAD_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include pthread.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server" - }, - { - "name" : "CMAKE_INSTALL_BINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "User executables (bin)" - } - ], - "type" : "PATH", - "value" : "bin" - }, - { - "name" : "CMAKE_INSTALL_DATADIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data (DATAROOTDIR)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_DATAROOTDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data root (share)" - } - ], - "type" : "PATH", - "value" : "share" - }, - { - "name" : "CMAKE_INSTALL_DOCDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_INCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files (include)" - } - ], - "type" : "PATH", - "value" : "include" - }, - { - "name" : "CMAKE_INSTALL_INFODIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Info documentation (DATAROOTDIR/info)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LIBDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Object code libraries (lib)" - } - ], - "type" : "PATH", - "value" : "lib" - }, - { - "name" : "CMAKE_INSTALL_LIBEXECDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program executables (libexec)" - } - ], - "type" : "PATH", - "value" : "libexec" - }, - { - "name" : "CMAKE_INSTALL_LOCALEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Locale-dependent data (DATAROOTDIR/locale)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LOCALSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable single-machine data (var)" - } - ], - "type" : "PATH", - "value" : "var" - }, - { - "name" : "CMAKE_INSTALL_MANDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Man documentation (DATAROOTDIR/man)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files for non-gcc (/usr/include)" - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_INSTALL_RUNSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Run-time variable data (LOCALSTATEDIR/run)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_SBINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "System admin executables (sbin)" - } - ], - "type" : "PATH", - "value" : "sbin" - }, - { - "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable architecture-independent data (com)" - } - ], - "type" : "PATH", - "value" : "com" - }, - { - "name" : "CMAKE_INSTALL_SO_NO_EXE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install .so files without execute permission." - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_INSTALL_SYSCONFDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only single-machine data (etc)" - } - ], - "type" : "PATH", - "value" : "etc" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ld" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "/usr/bin/make" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_NM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objcopy" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objdump" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "UnitTestBot" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1.10.0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "10" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/share/cmake-3.20" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STRIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/strip" - }, - { - "name" : "CMAKE_UNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "uname command" - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/uname" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "Clang_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Clang." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/clang" - }, - { - "name" : "ENABLE_PRECOMPILED_HEADERS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable precompiled headers" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "ENABLE_UNIT_TESTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable unit tests" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding PythonInterp" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/bin/python][v3.8.10()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Threads" - } - ], - "type" : "INTERNAL", - "value" : "[TRUE][v()]" - }, - { - "name" : "INSTALL_GTEST", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "LLVM_CONFIG_HAS_RTTI", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "YES" - }, - { - "name" : "LLVM_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for LLVM." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/llvm" - }, - { - "name" : "PYTHON_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/python" - }, - { - "name" : "ProcessorCount_cmd_nproc", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nproc" - }, - { - "name" : "ProcessorCount_cmd_sysctl", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/sbin/sysctl" - }, - { - "name" : "Protobuf_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Protobuf." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/protobuf" - }, - { - "name" : "UnitTestBotLib_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;clangTooling;general;clangBasic;general;clangASTMatchers;general;clangRewriteFrontend;general;gRPC::grpc++_reflection;general;gRPC::grpc++;general;protobuf::libprotobuf;general;loguru;general;kleeRunner;" - }, - { - "name" : "UnitTestBot_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "name" : "UnitTestBot_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "UnitTestBot_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "/usr/local" - }, - { - "name" : "gRPC_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for gRPC." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/grpc" - }, - { - "name" : "generated_dir", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest/generated" - }, - { - "name" : "gmock_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock" - }, - { - "name" : "gmock_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "gmock_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gtest;" - }, - { - "name" : "gmock_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest/googlemock" - }, - { - "name" : "gmock_build_tests", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build all of Google Mock's own tests." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gmock_main_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gmock;" - }, - { - "name" : "googletest-distribution_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build" - }, - { - "name" : "googletest-distribution_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "googletest-distribution_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest" - }, - { - "name" : "gtest_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest" - }, - { - "name" : "gtest_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "gtest_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest/googletest" - }, - { - "name" : "gtest_build_samples", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build gtest's sample programs." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_build_tests", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build all of gtest's own tests." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_disable_pthreads", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Disable uses of pthreads in gtest." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_force_shared_crt", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "gtest_hide_internal_symbols", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build gtest with internal symbols hidden in shared libraries." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_main_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gtest;" - }, - { - "name" : "protobuf_MODULE_COMPATIBLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CMake build-in FindProtobuf.cmake module compatible" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "protobuf_VERBOSE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable for verbose output" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "run_klee_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for run_klee." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/klee/lib/run_klee" - }, - { - "name" : "targets_export_name", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "GTestTargets" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json deleted file mode 100644 index ead38411b..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3366f5e7e716c7293d9c.json +++ /dev/null @@ -1,2123 +0,0 @@ -{ - "entries" : - [ - { - "name" : "BUILD_GMOCK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Builds the googlemock subproject" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ar" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "20" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "20210415" - }, - { - "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The CodeBlocks executable" - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" - }, - { - "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" - } - ], - "type" : "STRING", - "value" : "-j6" - }, - { - "name" : "CMAKE_COLOR_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable color output during build." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/ctest" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "/utbot_distr/install/bin/clang++" - }, - { - "name" : "CMAKE_CXX_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "LLVM archiver" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ar" - }, - { - "name" : "CMAKE_CXX_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Generate index for LLVM archive" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ranlib" - }, - { - "name" : "CMAKE_CXX_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CXX_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "/utbot_distr/install/bin/clang" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "LLVM archiver" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ar" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Generate index for LLVM archive" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ranlib" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_DLLTOOL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-dlltool" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of compile commands during generation." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "CodeBlocks" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CXX compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GXX_EXPERIMENTAL_CXX0X__;1;__OBJC_BOOL_IS_BOOL;0;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_unicode_characters;200704L;__cpp_raw_strings;200710L;__cpp_unicode_literals;200710L;__cpp_user_defined_literals;200809L;__cpp_lambdas;200907L;__cpp_constexpr;201304L;__cpp_constexpr_in_decltype;201711L;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707L;__cpp_attributes;200809L;__cpp_rvalue_references;200610L;__cpp_variadic_templates;200704L;__cpp_initializer_lists;200806L;__cpp_delegating_constructors;200604L;__cpp_nsdmi;200809L;__cpp_inheriting_constructors;201511L;__cpp_ref_qualifiers;200710L;__cpp_alias_templates;200704L;__cpp_threadsafe_static_init;200806L;__cpp_binary_literals;201304L;__cpp_digit_separators;201309L;__cpp_init_captures;201304L;__cpp_generic_lambdas;201304L;__cpp_decltype_auto;201304L;__cpp_return_type_deduction;201304L;__cpp_aggregate_nsdmi;201304L;__cpp_variable_templates;201304L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;_GNU_SOURCE;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;201402L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CXX compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : ".;/utbot_distr/klee/include;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : ".;/utbot_distr/klee/include;/utbot_distr/gtest/googletest/include;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Unix Makefiles" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_LIBC_PTHREAD", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_PTHREADS_CREATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library pthreads" - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_PTHREAD_CREATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library pthread" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_PTHREAD_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include pthread.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server" - }, - { - "name" : "CMAKE_INSTALL_BINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "User executables (bin)" - } - ], - "type" : "PATH", - "value" : "bin" - }, - { - "name" : "CMAKE_INSTALL_DATADIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data (DATAROOTDIR)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_DATAROOTDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data root (share)" - } - ], - "type" : "PATH", - "value" : "share" - }, - { - "name" : "CMAKE_INSTALL_DOCDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_INCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files (include)" - } - ], - "type" : "PATH", - "value" : "include" - }, - { - "name" : "CMAKE_INSTALL_INFODIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Info documentation (DATAROOTDIR/info)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LIBDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Object code libraries (lib)" - } - ], - "type" : "PATH", - "value" : "lib" - }, - { - "name" : "CMAKE_INSTALL_LIBEXECDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program executables (libexec)" - } - ], - "type" : "PATH", - "value" : "libexec" - }, - { - "name" : "CMAKE_INSTALL_LOCALEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Locale-dependent data (DATAROOTDIR/locale)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LOCALSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable single-machine data (var)" - } - ], - "type" : "PATH", - "value" : "var" - }, - { - "name" : "CMAKE_INSTALL_MANDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Man documentation (DATAROOTDIR/man)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files for non-gcc (/usr/include)" - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_INSTALL_RUNSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Run-time variable data (LOCALSTATEDIR/run)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_SBINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "System admin executables (sbin)" - } - ], - "type" : "PATH", - "value" : "sbin" - }, - { - "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable architecture-independent data (com)" - } - ], - "type" : "PATH", - "value" : "com" - }, - { - "name" : "CMAKE_INSTALL_SO_NO_EXE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install .so files without execute permission." - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_INSTALL_SYSCONFDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only single-machine data (etc)" - } - ], - "type" : "PATH", - "value" : "etc" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ld" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "/usr/bin/make" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_NM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objcopy" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objdump" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "UnitTestBot" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1.10.0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "10" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/share/cmake-3.20" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STRIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/strip" - }, - { - "name" : "CMAKE_UNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "uname command" - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/uname" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "Clang_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Clang." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/clang" - }, - { - "name" : "ENABLE_PRECOMPILED_HEADERS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable precompiled headers" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "ENABLE_UNIT_TESTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable unit tests" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding PythonInterp" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/bin/python][v3.8.10()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Threads" - } - ], - "type" : "INTERNAL", - "value" : "[TRUE][v()]" - }, - { - "name" : "INSTALL_GTEST", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "LLVM_CONFIG_HAS_RTTI", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "YES" - }, - { - "name" : "LLVM_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for LLVM." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/llvm" - }, - { - "name" : "PYTHON_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/python" - }, - { - "name" : "ProcessorCount_cmd_nproc", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nproc" - }, - { - "name" : "ProcessorCount_cmd_sysctl", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/sbin/sysctl" - }, - { - "name" : "Protobuf_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Protobuf." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/protobuf" - }, - { - "name" : "UnitTestBotLib_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;clangTooling;general;clangBasic;general;clangASTMatchers;general;clangRewriteFrontend;general;gRPC::grpc++_reflection;general;gRPC::grpc++;general;protobuf::libprotobuf;general;loguru;general;kleeRunner;" - }, - { - "name" : "UnitTestBot_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "name" : "UnitTestBot_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "UnitTestBot_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "/usr/local" - }, - { - "name" : "gRPC_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for gRPC." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/grpc" - }, - { - "name" : "generated_dir", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest/generated" - }, - { - "name" : "gmock_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock" - }, - { - "name" : "gmock_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "gmock_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gtest;" - }, - { - "name" : "gmock_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest/googlemock" - }, - { - "name" : "gmock_build_tests", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build all of Google Mock's own tests." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gmock_main_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gmock;" - }, - { - "name" : "googletest-distribution_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build" - }, - { - "name" : "googletest-distribution_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "googletest-distribution_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest" - }, - { - "name" : "gtest_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest" - }, - { - "name" : "gtest_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "gtest_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest/googletest" - }, - { - "name" : "gtest_build_samples", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build gtest's sample programs." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_build_tests", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build all of gtest's own tests." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_disable_pthreads", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Disable uses of pthreads in gtest." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_force_shared_crt", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "gtest_hide_internal_symbols", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build gtest with internal symbols hidden in shared libraries." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_main_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gtest;" - }, - { - "name" : "protobuf_MODULE_COMPATIBLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CMake build-in FindProtobuf.cmake module compatible" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "protobuf_VERBOSE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable for verbose output" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "run_klee_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for run_klee." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/klee/lib/run_klee" - }, - { - "name" : "targets_export_name", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "GTestTargets" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json b/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json deleted file mode 100644 index 66c914903..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/cache-v2-609b846f53bcc5a66f2e.json +++ /dev/null @@ -1,2103 +0,0 @@ -{ - "entries" : - [ - { - "name" : "BUILD_GMOCK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Builds the googlemock subproject" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ar" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "20" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "20210415" - }, - { - "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The CodeBlocks executable" - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" - }, - { - "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" - } - ], - "type" : "STRING", - "value" : "-j10" - }, - { - "name" : "CMAKE_COLOR_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable color output during build." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/bin/ctest" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CXX compiler" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/clang++" - }, - { - "name" : "CMAKE_CXX_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "LLVM archiver" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ar" - }, - { - "name" : "CMAKE_CXX_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Generate index for LLVM archive" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ranlib" - }, - { - "name" : "CMAKE_CXX_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CXX_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C compiler" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/clang" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "LLVM archiver" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ar" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Generate index for LLVM archive" - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-ranlib" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_DLLTOOL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/utbot_distr/install/bin/llvm-dlltool" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of compile commands during generation." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "CodeBlocks" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CXX compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GXX_EXPERIMENTAL_CXX0X__;1;__OBJC_BOOL_IS_BOOL;0;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_unicode_characters;200704L;__cpp_raw_strings;200710L;__cpp_unicode_literals;200710L;__cpp_user_defined_literals;200809L;__cpp_lambdas;200907L;__cpp_constexpr;201304L;__cpp_constexpr_in_decltype;201711L;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707L;__cpp_attributes;200809L;__cpp_rvalue_references;200610L;__cpp_variadic_templates;200704L;__cpp_initializer_lists;200806L;__cpp_delegating_constructors;200604L;__cpp_nsdmi;200809L;__cpp_inheriting_constructors;201511L;__cpp_ref_qualifiers;200710L;__cpp_alias_templates;200704L;__cpp_threadsafe_static_init;200806L;__cpp_binary_literals;201304L;__cpp_digit_separators;201309L;__cpp_init_captures;201304L;__cpp_generic_lambdas;201304L;__cpp_decltype_auto;201304L;__cpp_return_type_deduction;201304L;__cpp_aggregate_nsdmi;201304L;__cpp_variable_templates;201304L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;_GNU_SOURCE;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;201402L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDC_UTF_16__;1;__STDC_UTF_32__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CXX compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : ".;/utbot_distr/klee/include;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9;/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__llvm__;1;__clang__;1;__clang_major__;10;__clang_minor__;0;__clang_patchlevel__;1;__clang_version__;\"10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;\"Clang 10.0.1 (https://github.com/llvm/llvm-project.git ef32c611aa214dea855364efd7ba451ec5ec3f74)\";__OBJC_BOOL_IS_BOOL;0;__CONSTANT_CFSTRINGS__;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;4294967295U;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;\"ld\";__INTMAX_FMTi__;\"li\";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;\"lo\";__UINTMAX_FMTu__;\"lu\";__UINTMAX_FMTx__;\"lx\";__UINTMAX_FMTX__;\"lX\";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;\"ld\";__PTRDIFF_FMTi__;\"li\";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;\"ld\";__INTPTR_FMTi__;\"li\";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;\"lo\";__SIZE_FMTu__;\"lu\";__SIZE_FMTx__;\"lx\";__SIZE_FMTX__;\"lX\";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;unsigned int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;\"lo\";__UINTPTR_FMTu__;\"lu\";__UINTPTR_FMTx__;\"lx\";__UINTPTR_FMTX__;\"lX\";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__WINT_UNSIGNED__;1;__INT8_TYPE__;signed char;__INT8_FMTd__;\"hhd\";__INT8_FMTi__;\"hhi\";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;\"hd\";__INT16_FMTi__;\"hi\";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;\"d\";__INT32_FMTi__;\"i\";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long int;__INT64_FMTd__;\"ld\";__INT64_FMTi__;\"li\";__INT64_C_SUFFIX__;L;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;\"hho\";__UINT8_FMTu__;\"hhu\";__UINT8_FMTx__;\"hhx\";__UINT8_FMTX__;\"hhX\";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;\"ho\";__UINT16_FMTu__;\"hu\";__UINT16_FMTx__;\"hx\";__UINT16_FMTX__;\"hX\";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;\"o\";__UINT32_FMTu__;\"u\";__UINT32_FMTx__;\"x\";__UINT32_FMTX__;\"X\";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long unsigned int;__UINT64_FMTo__;\"lo\";__UINT64_FMTu__;\"lu\";__UINT64_FMTx__;\"lx\";__UINT64_FMTX__;\"lX\";__UINT64_C_SUFFIX__;UL;__UINT64_MAX__;18446744073709551615UL;__INT64_MAX__;9223372036854775807L;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;\"hhd\";__INT_LEAST8_FMTi__;\"hhi\";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;\"hho\";__UINT_LEAST8_FMTu__;\"hhu\";__UINT_LEAST8_FMTx__;\"hhx\";__UINT_LEAST8_FMTX__;\"hhX\";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;\"hd\";__INT_LEAST16_FMTi__;\"hi\";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;\"ho\";__UINT_LEAST16_FMTu__;\"hu\";__UINT_LEAST16_FMTx__;\"hx\";__UINT_LEAST16_FMTX__;\"hX\";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;\"d\";__INT_LEAST32_FMTi__;\"i\";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;\"o\";__UINT_LEAST32_FMTu__;\"u\";__UINT_LEAST32_FMTx__;\"x\";__UINT_LEAST32_FMTX__;\"X\";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;\"ld\";__INT_LEAST64_FMTi__;\"li\";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;\"lo\";__UINT_LEAST64_FMTu__;\"lu\";__UINT_LEAST64_FMTx__;\"lx\";__UINT_LEAST64_FMTX__;\"lX\";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;\"hhd\";__INT_FAST8_FMTi__;\"hhi\";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;\"hho\";__UINT_FAST8_FMTu__;\"hhu\";__UINT_FAST8_FMTx__;\"hhx\";__UINT_FAST8_FMTX__;\"hhX\";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;\"hd\";__INT_FAST16_FMTi__;\"hi\";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;\"ho\";__UINT_FAST16_FMTu__;\"hu\";__UINT_FAST16_FMTx__;\"hx\";__UINT_FAST16_FMTX__;\"hX\";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;\"d\";__INT_FAST32_FMTi__;\"i\";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;\"o\";__UINT_FAST32_FMTu__;\"u\";__UINT_FAST32_FMTx__;\"x\";__UINT_FAST32_FMTX__;\"X\";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;\"ld\";__INT_FAST64_FMTi__;\"li\";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;\"lo\";__UINT_FAST64_FMTu__;\"lu\";__UINT_FAST64_FMTx__;\"lx\";__UINT_FAST64_FMTX__;\"lX\";__USER_LABEL_PREFIX__; ;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__GCC_ASM_FLAG_OUTPUTS__;1;__code_model_small_;1;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__SEG_GS;1;__SEG_FS;1;__seg_gs;__attribute__((address_space(256)));__seg_fs;__attribute__((address_space(257)));__k8;1;__k8__;1;__tune_k8__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_FLOAT128__;16;unix;1;__unix;1;__unix__;1;linux;1;__linux;1;__linux__;1;__ELF__;1;__gnu_linux__;1;__FLOAT128__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : ".;/utbot_distr/klee/include;/utbot_distr/gtest/googletest/include;/usr/local/include;/utbot_distr/install/lib/clang/10.0.1/include;/usr/include/x86_64-linux-gnu;/usr/include" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Unix Makefiles" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_LIBC_PTHREAD", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_PTHREADS_CREATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library pthreads" - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HAVE_PTHREAD_CREATE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have library pthread" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HAVE_PTHREAD_H", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Have include pthread.h" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server" - }, - { - "name" : "CMAKE_INSTALL_BINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "User executables (bin)" - } - ], - "type" : "PATH", - "value" : "bin" - }, - { - "name" : "CMAKE_INSTALL_DATADIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data (DATAROOTDIR)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_DATAROOTDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data root (share)" - } - ], - "type" : "PATH", - "value" : "share" - }, - { - "name" : "CMAKE_INSTALL_DOCDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_INCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files (include)" - } - ], - "type" : "PATH", - "value" : "include" - }, - { - "name" : "CMAKE_INSTALL_INFODIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Info documentation (DATAROOTDIR/info)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LIBDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Object code libraries (lib)" - } - ], - "type" : "PATH", - "value" : "lib" - }, - { - "name" : "CMAKE_INSTALL_LIBEXECDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program executables (libexec)" - } - ], - "type" : "PATH", - "value" : "libexec" - }, - { - "name" : "CMAKE_INSTALL_LOCALEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Locale-dependent data (DATAROOTDIR/locale)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LOCALSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable single-machine data (var)" - } - ], - "type" : "PATH", - "value" : "var" - }, - { - "name" : "CMAKE_INSTALL_MANDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Man documentation (DATAROOTDIR/man)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files for non-gcc (/usr/include)" - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_INSTALL_RUNSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Run-time variable data (LOCALSTATEDIR/run)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_SBINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "System admin executables (sbin)" - } - ], - "type" : "PATH", - "value" : "sbin" - }, - { - "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable architecture-independent data (com)" - } - ], - "type" : "PATH", - "value" : "com" - }, - { - "name" : "CMAKE_INSTALL_SO_NO_EXE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install .so files without execute permission." - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_INSTALL_SYSCONFDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only single-machine data (etc)" - } - ], - "type" : "PATH", - "value" : "etc" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ld" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/make" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_NM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objcopy" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objdump" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "UnitTestBot" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1.10.0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "10" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/utbot_distr/install/share/cmake-3.20" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "-fuse-ld=gold" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STRIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/strip" - }, - { - "name" : "CMAKE_UNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "uname command" - } - ], - "type" : "INTERNAL", - "value" : "/bin/uname" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "Clang_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Clang." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/clang" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding PythonInterp" - } - ], - "type" : "INTERNAL", - "value" : "[/usr/bin/python][v3.6.9()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Threads" - } - ], - "type" : "INTERNAL", - "value" : "[TRUE][v()]" - }, - { - "name" : "INSTALL_GTEST", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "LLVM_CONFIG_HAS_RTTI", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "YES" - }, - { - "name" : "LLVM_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for LLVM." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/llvm" - }, - { - "name" : "PYTHON_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/python" - }, - { - "name" : "ProcessorCount_cmd_nproc", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nproc" - }, - { - "name" : "ProcessorCount_cmd_sysctl", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/sbin/sysctl" - }, - { - "name" : "Protobuf_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Protobuf." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/protobuf" - }, - { - "name" : "UnitTestBotLib_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;clangTooling;general;clangBasic;general;clangASTMatchers;general;clangRewriteFrontend;general;gRPC::grpc++_reflection;general;gRPC::grpc++;general;protobuf::libprotobuf;general;loguru;general;kleeRunner;" - }, - { - "name" : "UnitTestBot_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "name" : "UnitTestBot_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "UnitTestBot_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "/usr/local" - }, - { - "name" : "gRPC_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for gRPC." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/install/lib/cmake/grpc" - }, - { - "name" : "generated_dir", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest/generated" - }, - { - "name" : "gmock_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock" - }, - { - "name" : "gmock_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "gmock_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gtest;" - }, - { - "name" : "gmock_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest/googlemock" - }, - { - "name" : "gmock_build_tests", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build all of Google Mock's own tests." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gmock_main_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gmock;" - }, - { - "name" : "googletest-distribution_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build" - }, - { - "name" : "googletest-distribution_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "googletest-distribution_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest" - }, - { - "name" : "gtest_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest" - }, - { - "name" : "gtest_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "gtest_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/utbot_distr/gtest/googletest" - }, - { - "name" : "gtest_build_samples", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build gtest's sample programs." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_build_tests", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build all of gtest's own tests." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_disable_pthreads", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Disable uses of pthreads in gtest." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_force_shared_crt", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "gtest_hide_internal_symbols", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Build gtest with internal symbols hidden in shared libraries." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "gtest_main_LIB_DEPENDS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Dependencies for the target" - } - ], - "type" : "STATIC", - "value" : "general;gtest;" - }, - { - "name" : "protobuf_MODULE_COMPATIBLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CMake build-in FindProtobuf.cmake module compatible" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "protobuf_VERBOSE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable for verbose output" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "run_klee_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for run_klee." - } - ], - "type" : "PATH", - "value" : "/utbot_distr/klee/lib/run_klee" - }, - { - "name" : "targets_export_name", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "GTestTargets" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json deleted file mode 100644 index 3d897b4d9..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-7a62900ada43955681af.json +++ /dev/null @@ -1,1054 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystem.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeUnixFindMake.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Determine-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/UnixPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/ProcessorCount.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompilerABI.c" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" - }, - { - "path" : "cmake/build_type.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports-release.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets-release.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMProcessSources.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/AddFileDependencies.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseArguments.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/DetermineGCCCompatible.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.c.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config-version.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-options.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets-noconfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets-noconfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/run_klee-config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDependentOption.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/cmake/gmock.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/cmake/gmock_main.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/CMakeLists.txt" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPythonInterp.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/Config.cmake.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/gtest.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/gtest_main.pc.in" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", - "source" : "/home/utbot/UTBotCpp/server" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json deleted file mode 100644 index 917813aab..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-cae307ff7cdb1066a942.json +++ /dev/null @@ -1,451 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/UnixPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/ProcessorCount.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "path" : "cmake/build_type.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports-release.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets-release.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMProcessSources.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/AddFileDependencies.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseArguments.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/DetermineGCCCompatible.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config-version.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-options.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets-noconfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets-noconfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/run_klee-config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDependentOption.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/cmake/gmock.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/cmake/gmock_main.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/CMakeLists.txt" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPythonInterp.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/Config.cmake.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/gtest.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/gtest_main.pc.in" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", - "source" : "/home/utbot/UTBotCpp/server" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json b/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json deleted file mode 100644 index 4cce67584..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-fcdf4276a3361ec94778.json +++ /dev/null @@ -1,1049 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystem.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Determine-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCompilerIdDetection.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ADSP-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Borland-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Cray-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GHS-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IAR-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Intel-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/MSVC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PGI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/PathScale-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SCO-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/TI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Watcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-FindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/UnixPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/ProcessorCount.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompilerABI.c" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Compiler/Clang.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-Clang-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompilerABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitIncludeInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseImplicitLinkInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseLibraryArchitecture.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDetermineCompileFeatures.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/FeatureTesting.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeCXXCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.20.20210415-g743b5e8/CMakeCXXCompiler.cmake" - }, - { - "path" : "cmake/build_type.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMExports-release.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/clang/ClangTargets-release.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVMProcessSources.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/AddFileDependencies.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeParseArguments.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/LLVM-Config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/llvm/DetermineGCCCompatible.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.c.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckFunctionExists.c" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config-version.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-options.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/protobuf/protobuf-targets-noconfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCConfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/install/lib/cmake/grpc/gRPCTargets-noconfig.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/run_klee-config.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/run_klee-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakeDependentOption.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/cmake/gmock.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googlemock/cmake/gmock_main.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/CMakeLists.txt" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPythonInterp.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckIncludeFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/utbot_distr/install/share/cmake-3.20/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/Config.cmake.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/gtest.pc.in" - }, - { - "isExternal" : true, - "path" : "/utbot_distr/gtest/googletest/cmake/gtest_main.pc.in" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", - "source" : "/home/utbot/UTBotCpp/server" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json deleted file mode 100644 index 4b3dab73e..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2ccd8a94300d5cc4325b.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "childIndexes" : - [ - 1 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-dc69b79826534f01515c.json", - "minimumCMakeVersion" : - { - "string" : "3.10" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2, - 7, - 8, - 9 - ] - }, - { - "build" : "googletest-build", - "childIndexes" : - [ - 2 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build-Debug-806d34f0577f27d04bbd.json", - "minimumCMakeVersion" : - { - "string" : "2.8.8" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "/utbot_distr/gtest" - }, - { - "build" : "googletest-build/googlemock", - "childIndexes" : - [ - 3 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json", - "minimumCMakeVersion" : - { - "string" : "2.6.4" - }, - "parentIndex" : 1, - "projectIndex" : 2, - "source" : "/utbot_distr/gtest/googlemock", - "targetIndexes" : - [ - 3, - 4 - ] - }, - { - "build" : "googletest-build/googletest", - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json", - "minimumCMakeVersion" : - { - "string" : "2.6.4" - }, - "parentIndex" : 2, - "projectIndex" : 3, - "source" : "/utbot_distr/gtest/googletest", - "targetIndexes" : - [ - 5, - 6 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "childIndexes" : - [ - 1 - ], - "directoryIndexes" : - [ - 0 - ], - "name" : "UnitTestBot", - "targetIndexes" : - [ - 0, - 1, - 2, - 7, - 8, - 9 - ] - }, - { - "childIndexes" : - [ - 2 - ], - "directoryIndexes" : - [ - 1 - ], - "name" : "googletest-distribution", - "parentIndex" : 0 - }, - { - "childIndexes" : - [ - 3 - ], - "directoryIndexes" : - [ - 2 - ], - "name" : "gmock", - "parentIndex" : 1, - "targetIndexes" : - [ - 3, - 4 - ] - }, - { - "directoryIndexes" : - [ - 3 - ], - "name" : "gtest", - "parentIndex" : 2, - "targetIndexes" : - [ - 5, - 6 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", - "jsonFile" : "target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json", - "name" : "UTBot_UnitTests", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", - "jsonFile" : "target-UnitTestBotLib-Debug-2464f20056a97bbec080.json", - "name" : "UnitTestBotLib", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", - "jsonFile" : "target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json", - "name" : "clang-tablegen-targets", - "projectIndex" : 0 - }, - { - "directoryIndex" : 2, - "id" : "gmock::@645c719b6bb61ab77cfe", - "jsonFile" : "target-gmock-Debug-66ffddbf7c937e590c5b.json", - "name" : "gmock", - "projectIndex" : 2 - }, - { - "directoryIndex" : 2, - "id" : "gmock_main::@645c719b6bb61ab77cfe", - "jsonFile" : "target-gmock_main-Debug-6999e3146caffefa0590.json", - "name" : "gmock_main", - "projectIndex" : 2 - }, - { - "directoryIndex" : 3, - "id" : "gtest::@32fe1c6cd3a65a2fab56", - "jsonFile" : "target-gtest-Debug-b32500910a7c31b4f903.json", - "name" : "gtest", - "projectIndex" : 3 - }, - { - "directoryIndex" : 3, - "id" : "gtest_main::@32fe1c6cd3a65a2fab56", - "jsonFile" : "target-gtest_main-Debug-862acf61ed9c853cc9bd.json", - "name" : "gtest_main", - "projectIndex" : 3 - }, - { - "directoryIndex" : 0, - "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json", - "name" : "intrinsics_gen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "loguru::@6890427a1f51a3e7e1df", - "jsonFile" : "target-loguru-Debug-906aa3e06bc16bf52e18.json", - "name" : "loguru", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "utbot::@6890427a1f51a3e7e1df", - "jsonFile" : "target-utbot-Debug-29d83601a3ecf22fd5e1.json", - "name" : "utbot", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", - "source" : "/home/utbot/UTBotCpp/server" - }, - "version" : - { - "major" : 2, - "minor" : 3 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json deleted file mode 100644 index b901d7773..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-6818ba9c3fc87608c894.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "childIndexes" : - [ - 1 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-dc69b79826534f01515c.json", - "minimumCMakeVersion" : - { - "string" : "3.10" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2, - 7, - 8, - 9 - ] - }, - { - "build" : "googletest-build", - "childIndexes" : - [ - 2 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build-Debug-806d34f0577f27d04bbd.json", - "minimumCMakeVersion" : - { - "string" : "2.8.8" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "/utbot_distr/gtest" - }, - { - "build" : "googletest-build/googlemock", - "childIndexes" : - [ - 3 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json", - "minimumCMakeVersion" : - { - "string" : "2.6.4" - }, - "parentIndex" : 1, - "projectIndex" : 2, - "source" : "/utbot_distr/gtest/googlemock", - "targetIndexes" : - [ - 3, - 4 - ] - }, - { - "build" : "googletest-build/googletest", - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json", - "minimumCMakeVersion" : - { - "string" : "2.6.4" - }, - "parentIndex" : 2, - "projectIndex" : 3, - "source" : "/utbot_distr/gtest/googletest", - "targetIndexes" : - [ - 5, - 6 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "childIndexes" : - [ - 1 - ], - "directoryIndexes" : - [ - 0 - ], - "name" : "UnitTestBot", - "targetIndexes" : - [ - 0, - 1, - 2, - 7, - 8, - 9 - ] - }, - { - "childIndexes" : - [ - 2 - ], - "directoryIndexes" : - [ - 1 - ], - "name" : "googletest-distribution", - "parentIndex" : 0 - }, - { - "childIndexes" : - [ - 3 - ], - "directoryIndexes" : - [ - 2 - ], - "name" : "gmock", - "parentIndex" : 1, - "targetIndexes" : - [ - 3, - 4 - ] - }, - { - "directoryIndexes" : - [ - 3 - ], - "name" : "gtest", - "parentIndex" : 2, - "targetIndexes" : - [ - 5, - 6 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", - "jsonFile" : "target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json", - "name" : "UTBot_UnitTests", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", - "jsonFile" : "target-UnitTestBotLib-Debug-4816285ceee094b50791.json", - "name" : "UnitTestBotLib", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", - "jsonFile" : "target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json", - "name" : "clang-tablegen-targets", - "projectIndex" : 0 - }, - { - "directoryIndex" : 2, - "id" : "gmock::@645c719b6bb61ab77cfe", - "jsonFile" : "target-gmock-Debug-66ffddbf7c937e590c5b.json", - "name" : "gmock", - "projectIndex" : 2 - }, - { - "directoryIndex" : 2, - "id" : "gmock_main::@645c719b6bb61ab77cfe", - "jsonFile" : "target-gmock_main-Debug-6999e3146caffefa0590.json", - "name" : "gmock_main", - "projectIndex" : 2 - }, - { - "directoryIndex" : 3, - "id" : "gtest::@32fe1c6cd3a65a2fab56", - "jsonFile" : "target-gtest-Debug-b32500910a7c31b4f903.json", - "name" : "gtest", - "projectIndex" : 3 - }, - { - "directoryIndex" : 3, - "id" : "gtest_main::@32fe1c6cd3a65a2fab56", - "jsonFile" : "target-gtest_main-Debug-862acf61ed9c853cc9bd.json", - "name" : "gtest_main", - "projectIndex" : 3 - }, - { - "directoryIndex" : 0, - "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json", - "name" : "intrinsics_gen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "loguru::@6890427a1f51a3e7e1df", - "jsonFile" : "target-loguru-Debug-906aa3e06bc16bf52e18.json", - "name" : "loguru", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "utbot::@6890427a1f51a3e7e1df", - "jsonFile" : "target-utbot-Debug-903778719cbda0a8cd96.json", - "name" : "utbot", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", - "source" : "/home/utbot/UTBotCpp/server" - }, - "version" : - { - "major" : 2, - "minor" : 3 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json b/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json deleted file mode 100644 index 1a06894e8..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7aed61c5ad65c832c0f0.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "childIndexes" : - [ - 1 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-3a740dbcb439ae306014.json", - "minimumCMakeVersion" : - { - "string" : "3.10" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2, - 7, - 8, - 9 - ] - }, - { - "build" : "googletest-build", - "childIndexes" : - [ - 2 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build-Debug-806d34f0577f27d04bbd.json", - "minimumCMakeVersion" : - { - "string" : "2.8.8" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "/utbot_distr/gtest" - }, - { - "build" : "googletest-build/googlemock", - "childIndexes" : - [ - 3 - ], - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json", - "minimumCMakeVersion" : - { - "string" : "2.6.4" - }, - "parentIndex" : 1, - "projectIndex" : 2, - "source" : "/utbot_distr/gtest/googlemock", - "targetIndexes" : - [ - 3, - 4 - ] - }, - { - "build" : "googletest-build/googletest", - "hasInstallRule" : true, - "jsonFile" : "directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json", - "minimumCMakeVersion" : - { - "string" : "2.6.4" - }, - "parentIndex" : 2, - "projectIndex" : 3, - "source" : "/utbot_distr/gtest/googletest", - "targetIndexes" : - [ - 5, - 6 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "childIndexes" : - [ - 1 - ], - "directoryIndexes" : - [ - 0 - ], - "name" : "UnitTestBot", - "targetIndexes" : - [ - 0, - 1, - 2, - 7, - 8, - 9 - ] - }, - { - "childIndexes" : - [ - 2 - ], - "directoryIndexes" : - [ - 1 - ], - "name" : "googletest-distribution", - "parentIndex" : 0 - }, - { - "childIndexes" : - [ - 3 - ], - "directoryIndexes" : - [ - 2 - ], - "name" : "gmock", - "parentIndex" : 1, - "targetIndexes" : - [ - 3, - 4 - ] - }, - { - "directoryIndexes" : - [ - 3 - ], - "name" : "gtest", - "parentIndex" : 2, - "targetIndexes" : - [ - 5, - 6 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", - "jsonFile" : "target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json", - "name" : "UTBot_UnitTests", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", - "jsonFile" : "target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json", - "name" : "UnitTestBotLib", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", - "jsonFile" : "target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json", - "name" : "clang-tablegen-targets", - "projectIndex" : 0 - }, - { - "directoryIndex" : 2, - "id" : "gmock::@645c719b6bb61ab77cfe", - "jsonFile" : "target-gmock-Debug-66ffddbf7c937e590c5b.json", - "name" : "gmock", - "projectIndex" : 2 - }, - { - "directoryIndex" : 2, - "id" : "gmock_main::@645c719b6bb61ab77cfe", - "jsonFile" : "target-gmock_main-Debug-6999e3146caffefa0590.json", - "name" : "gmock_main", - "projectIndex" : 2 - }, - { - "directoryIndex" : 3, - "id" : "gtest::@32fe1c6cd3a65a2fab56", - "jsonFile" : "target-gtest-Debug-b32500910a7c31b4f903.json", - "name" : "gtest", - "projectIndex" : 3 - }, - { - "directoryIndex" : 3, - "id" : "gtest_main::@32fe1c6cd3a65a2fab56", - "jsonFile" : "target-gtest_main-Debug-862acf61ed9c853cc9bd.json", - "name" : "gtest_main", - "projectIndex" : 3 - }, - { - "directoryIndex" : 0, - "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json", - "name" : "intrinsics_gen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "loguru::@6890427a1f51a3e7e1df", - "jsonFile" : "target-loguru-Debug-906aa3e06bc16bf52e18.json", - "name" : "loguru", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "utbot::@6890427a1f51a3e7e1df", - "jsonFile" : "target-utbot-Debug-5e928cae2f10d5f92588.json", - "name" : "utbot", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/utbot/UTBotCpp/server/cmake-build-debug", - "source" : "/home/utbot/UTBotCpp/server" - }, - "version" : - { - "major" : 2, - "minor" : 3 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json deleted file mode 100644 index 196af7d66..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-3a740dbcb439ae306014.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 197, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "/usr/local", - "paths" : - [ - "utbot" - ], - "targetId" : "utbot::@6890427a1f51a3e7e1df", - "targetIndex" : 9, - "type" : "target" - } - ], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json deleted file mode 100644 index 84d12ca61..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-dc69b79826534f01515c.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 163, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "/usr/local", - "paths" : - [ - "utbot" - ], - "targetId" : "utbot::@6890427a1f51a3e7e1df", - "targetIndex" : 9, - "type" : "target" - } - ], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json deleted file mode 100644 index 2364cd70b..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build-Debug-806d34f0577f27d04bbd.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "googletest-build", - "source" : "/utbot_distr/gtest" - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json deleted file mode 100644 index 74ae7f09e..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googlemock-Debug-3b25d2b100bf11408f21.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "install_project" - ], - "files" : - [ - "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", - "/utbot_distr/gtest/googlemock/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 121, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 329, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 332, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 354, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 354, - "parent" : 1 - } - ] - }, - "installers" : - [ - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "include", - "paths" : - [ - { - "from" : "/utbot_distr/gtest/googlemock/include", - "to" : "." - } - ], - "type" : "directory" - }, - { - "backtrace" : 3, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "lib/libgmockd.a" - ], - "targetId" : "gmock::@645c719b6bb61ab77cfe", - "targetIndex" : 3, - "type" : "target" - }, - { - "backtrace" : 3, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "lib/libgmock_maind.a" - ], - "targetId" : "gmock_main::@645c719b6bb61ab77cfe", - "targetIndex" : 4, - "type" : "target" - }, - { - "backtrace" : 4, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "cmake-build-debug/googletest-build/googletest/generated/gmock.pc" - ], - "type" : "file" - }, - { - "backtrace" : 5, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "googletest-build/googlemock", - "source" : "/utbot_distr/gtest/googlemock" - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json b/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json deleted file mode 100644 index 0737352a6..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/directory-googletest-build.googletest-Debug-38e6d8de3ebebff3bc69.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install", - "install_project" - ], - "files" : - [ - "/utbot_distr/gtest/googletest/CMakeLists.txt", - "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 104, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 110, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 146, - "parent" : 0 - }, - { - "command" : 0, - "file" : 1, - "line" : 329, - "parent" : 3 - }, - { - "command" : 0, - "file" : 1, - "line" : 332, - "parent" : 3 - }, - { - "command" : 0, - "file" : 1, - "line" : 354, - "parent" : 3 - }, - { - "command" : 0, - "file" : 1, - "line" : 354, - "parent" : 3 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "lib/cmake/GTest", - "exportName" : "GTestTargets", - "exportTargets" : - [ - { - "id" : "gtest::@32fe1c6cd3a65a2fab56", - "index" : 5 - }, - { - "id" : "gtest_main::@32fe1c6cd3a65a2fab56", - "index" : 6 - }, - { - "id" : "gmock::@645c719b6bb61ab77cfe", - "index" : 3 - }, - { - "id" : "gmock_main::@645c719b6bb61ab77cfe", - "index" : 4 - } - ], - "paths" : - [ - "googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake" - ], - "type" : "export" - }, - { - "backtrace" : 2, - "component" : "Unspecified", - "destination" : "lib/cmake/GTest", - "paths" : - [ - "cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake", - "cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake" - ], - "type" : "file" - }, - { - "backtrace" : 4, - "component" : "Unspecified", - "destination" : "include", - "paths" : - [ - { - "from" : "/utbot_distr/gtest/googletest/include", - "to" : "." - } - ], - "type" : "directory" - }, - { - "backtrace" : 5, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "lib/libgtestd.a" - ], - "targetId" : "gtest::@32fe1c6cd3a65a2fab56", - "targetIndex" : 5, - "type" : "target" - }, - { - "backtrace" : 5, - "component" : "Unspecified", - "destination" : "lib", - "paths" : - [ - "lib/libgtest_maind.a" - ], - "targetId" : "gtest_main::@32fe1c6cd3a65a2fab56", - "targetIndex" : 6, - "type" : "target" - }, - { - "backtrace" : 6, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "cmake-build-debug/googletest-build/googletest/generated/gtest.pc" - ], - "type" : "file" - }, - { - "backtrace" : 7, - "component" : "Unspecified", - "destination" : "lib/pkgconfig", - "paths" : - [ - "cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc" - ], - "type" : "file" - } - ], - "paths" : - { - "build" : "googletest-build/googletest", - "source" : "/utbot_distr/gtest/googletest" - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json deleted file mode 100644 index 5fcecc855..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-04T21-21-27-0296.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-7a62900ada43955681af.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-7a62900ada43955681af.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-04-57-0470.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-08T19-05-41-0627.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-40-27-0711.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-09T13-43-42-0518.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-10T14-11-06-0103.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-39-53-0494.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-41-43-0431.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-11T11-42-16-0606.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-04-00-0085.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T09-29-03-0437.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-00-45-0153.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json deleted file mode 100644 index c246bd1ad..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-05-18T11-12-10-0957.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-609b846f53bcc5a66f2e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6818ba9c3fc87608c894.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-c83b8edc5946481ba397.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json deleted file mode 100644 index aa62c4838..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-35-51-0902.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-015693332a5fe43521c3.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-fcdf4276a3361ec94778.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-015693332a5fe43521c3.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-fcdf4276a3361ec94778.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json deleted file mode 100644 index ddbcb80d8..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T13-39-56-0391.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json deleted file mode 100644 index ddbcb80d8..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-01-29-0134.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-2ccd8a94300d5cc4325b.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json deleted file mode 100644 index 0def05018..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-08-08-0739.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json deleted file mode 100644 index 0def05018..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-09-16-0374.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json deleted file mode 100644 index 0def05018..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T14-32-10-0110.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json deleted file mode 100644 index 0def05018..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-03T19-30-00-0606.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json b/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json deleted file mode 100644 index 0def05018..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/index-2022-06-04T20-30-22-0782.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/utbot_distr/install/bin/cmake", - "cpack" : "/utbot_distr/install/bin/cpack", - "ctest" : "/utbot_distr/install/bin/ctest", - "root" : "/utbot_distr/install/share/cmake-3.20" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 20, - "patch" : 20210415, - "string" : "3.20.20210415-g743b5e8", - "suffix" : "g743b5e8" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-3366f5e7e716c7293d9c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-cae307ff7cdb1066a942.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-7aed61c5ad65c832c0f0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 3 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-efa5a9481205b76468dd.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json deleted file mode 100644 index 67544c31c..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-56bdc69bb5e7b24848b0.json +++ /dev/null @@ -1,1117 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "UTBot_UnitTests" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories", - "target_include_directories", - "target_precompile_headers" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 172, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 178, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 40, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 27, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 5, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 51, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 58, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 61, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 64, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 67, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 119, - "parent" : 0 - }, - { - "command" : 6, - "file" : 0, - "line" : 177, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 22, - "parent" : 0 - }, - { - "command" : 7, - "file" : 0, - "line" : 186, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - }, - { - "fragment" : "-Winvalid-pch -Xclang -emit-pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx -x c++-header" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src/include" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 14, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 16, - "header" : "\"gtest/gtest.h\"" - }, - { - "backtrace" : 2, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 0 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - }, - { - "fragment" : "-Winvalid-pch -Xclang -include-pch -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src/include" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 14, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 16, - "header" : "\"gtest/gtest.h\"" - }, - { - "backtrace" : 2, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 2, - "id" : "loguru::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 2, - "id" : "gtest::@32fe1c6cd3a65a2fab56" - } - ], - "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", - "role" : "flags" - }, - { - "fragment" : "-Wl,-export-dynamic -lpthread -ldl", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "lib/libgtestd.a", - "role" : "libraries" - }, - { - "backtrace" : 2, - "fragment" : "libUnitTestBotLib.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangTooling.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangDriver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangParse.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSema.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangEdit.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAST.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangLex.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libssl.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcrypto.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcares.a", - "role" : "libraries" - }, - { - "fragment" : "-lnsl", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_base.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libupb.a", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libprotobuf.a", - "role" : "libraries" - }, - { - "fragment" : "libloguru.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", - "role" : "libraries" - }, - { - "fragment" : "-ldl", - "role" : "libraries" - }, - { - "fragment" : "-lrt", - "role" : "libraries" - }, - { - "fragment" : "-ltinfo", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "-lm", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.so", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "UTBot_UnitTests", - "nameOnDisk" : "UTBot_UnitTests", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13 - ] - }, - { - "name" : "Precompile Header File", - "sourceIndexes" : - [ - 14 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx.cxx", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/BaseTest.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/CLI_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/CollectionUtil_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/KleeGen_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Library_Test.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Regression_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Server_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Stub_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Syntax_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Targets_Test.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/TestUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/Utils_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "test/framework/main.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "path" : "cmake-build-debug/CMakeFiles/UTBot_UnitTests.dir/cmake_pch.hxx", - "sourceGroupIndex" : 1 - } - ], - "type" : "EXECUTABLE" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json deleted file mode 100644 index 7c133d8b5..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-UTBot_UnitTests-Debug-99984ecdd1ffacc440a7.json +++ /dev/null @@ -1,911 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "UTBot_UnitTests" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories", - "target_include_directories" - ], - "files" : - [ - "CMakeLists.txt", - "/utbot_distr/gtest/googletest/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 148, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 154, - "parent" : 0 - }, - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 141, - "parent" : 3 - }, - { - "command" : 2, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 40, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 27, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 5, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 51, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 58, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 61, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 64, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 67, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 119, - "parent" : 0 - }, - { - "command" : 6, - "file" : 0, - "line" : 153, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 22, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 5, - "fragment" : "-frtti" - }, - { - "backtrace" : 5, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 6, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 7, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 8, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 13, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 15, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/src/include" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 16, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 2, - "id" : "loguru::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 2, - "id" : "gtest_main::@32fe1c6cd3a65a2fab56" - }, - { - "backtrace" : 2, - "id" : "gtest::@32fe1c6cd3a65a2fab56" - } - ], - "id" : "UTBot_UnitTests::@6890427a1f51a3e7e1df", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", - "role" : "flags" - }, - { - "fragment" : "-Wl,-export-dynamic -lpthread -ldl", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "lib/libgtest_maind.a", - "role" : "libraries" - }, - { - "backtrace" : 2, - "fragment" : "libUnitTestBotLib.a", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "lib/libgtestd.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangTooling.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangDriver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangParse.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSema.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangEdit.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAST.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangLex.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libssl.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcrypto.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcares.a", - "role" : "libraries" - }, - { - "fragment" : "-lnsl", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_base.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libupb.a", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libprotobuf.a", - "role" : "libraries" - }, - { - "fragment" : "libloguru.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", - "role" : "libraries" - }, - { - "fragment" : "-ldl", - "role" : "libraries" - }, - { - "fragment" : "-lrt", - "role" : "libraries" - }, - { - "fragment" : "-ltinfo", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "-lm", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.so", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "UTBot_UnitTests", - "nameOnDisk" : "UTBot_UnitTests", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/BaseTest.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/CLI_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/CollectionUtil_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/KleeGen_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Library_Test.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Regression_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Server_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Stub_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Syntax_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Targets_Test.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/TestUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/Utils_Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "test/framework/main.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "EXECUTABLE" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json deleted file mode 100644 index c30a3bbdf..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-2464f20056a97bbec080.json +++ /dev/null @@ -1,2664 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "libUnitTestBotLib.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories", - "target_include_directories" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 123, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 129, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 40, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 27, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 5, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 51, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 58, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 61, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 64, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 67, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 119, - "parent" : 0 - }, - { - "command" : 6, - "file" : 0, - "line" : 124, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 22, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "sourceIndexes" : - [ - 0, - 2, - 4, - 6, - 8, - 10, - 12, - 14, - 16, - 18, - 20, - 22, - 25, - 27, - 29, - 31, - 33, - 35, - 38, - 40, - 42, - 44, - 46, - 49, - 53, - 55, - 57, - 59, - 61, - 63, - 65, - 67, - 69, - 72, - 74, - 76, - 78, - 80, - 82, - 84, - 86, - 89, - 92, - 94, - 96, - 98, - 100, - 102, - 104, - 107, - 115, - 117, - 119, - 121, - 130, - 132, - 134, - 136, - 138, - 140, - 142, - 144, - 146, - 149, - 151, - 153, - 155, - 157, - 159, - 161, - 163, - 165, - 167, - 169, - 172, - 174, - 176, - 178, - 181, - 183, - 185, - 188, - 190, - 193, - 195, - 197, - 200, - 202, - 204, - 207, - 209, - 211, - 214, - 216, - 219, - 222, - 224, - 226, - 229, - 231, - 233, - 235, - 237, - 239, - 241, - 243, - 245, - 247, - 255, - 257, - 259, - 262, - 264, - 266, - 268, - 270, - 273, - 275, - 278, - 280, - 282, - 284, - 286, - 288, - 290, - 292, - 294, - 296, - 298, - 301, - 303, - 305, - 307, - 309, - 310, - 313, - 315, - 319, - 321, - 323, - 325, - 327, - 329, - 331, - 333, - 335, - 337, - 339 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "loguru::@6890427a1f51a3e7e1df" - } - ], - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", - "name" : "UnitTestBotLib", - "nameOnDisk" : "libUnitTestBotLib.a", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 2, - 4, - 6, - 8, - 10, - 12, - 14, - 16, - 18, - 20, - 22, - 25, - 27, - 29, - 31, - 33, - 35, - 38, - 40, - 42, - 44, - 46, - 49, - 53, - 55, - 57, - 59, - 61, - 63, - 65, - 67, - 69, - 72, - 74, - 76, - 78, - 80, - 82, - 84, - 86, - 89, - 92, - 94, - 96, - 98, - 100, - 102, - 104, - 107, - 115, - 117, - 119, - 121, - 130, - 132, - 134, - 136, - 138, - 140, - 142, - 144, - 146, - 149, - 151, - 153, - 155, - 157, - 159, - 161, - 163, - 165, - 167, - 169, - 172, - 174, - 176, - 178, - 181, - 183, - 185, - 188, - 190, - 193, - 195, - 197, - 200, - 202, - 204, - 207, - 209, - 211, - 214, - 216, - 219, - 222, - 224, - 226, - 229, - 231, - 233, - 235, - 237, - 239, - 241, - 243, - 245, - 247, - 255, - 257, - 259, - 262, - 264, - 266, - 268, - 270, - 273, - 275, - 278, - 280, - 282, - 284, - 286, - 288, - 290, - 292, - 294, - 296, - 298, - 301, - 303, - 305, - 307, - 309, - 310, - 313, - 315, - 319, - 321, - 323, - 325, - 327, - 329, - 331, - 333, - 335, - 337, - 339 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 1, - 3, - 5, - 7, - 9, - 11, - 13, - 15, - 17, - 19, - 21, - 23, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 37, - 39, - 41, - 43, - 45, - 47, - 48, - 50, - 51, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70, - 73, - 75, - 77, - 79, - 81, - 83, - 85, - 87, - 90, - 93, - 95, - 97, - 99, - 101, - 103, - 105, - 108, - 110, - 111, - 112, - 113, - 114, - 116, - 118, - 120, - 122, - 123, - 124, - 125, - 126, - 127, - 128, - 131, - 133, - 135, - 137, - 139, - 141, - 143, - 145, - 147, - 150, - 152, - 154, - 156, - 158, - 160, - 162, - 164, - 166, - 168, - 170, - 173, - 175, - 177, - 179, - 180, - 182, - 184, - 186, - 187, - 189, - 191, - 194, - 196, - 198, - 201, - 203, - 205, - 208, - 210, - 212, - 215, - 217, - 218, - 220, - 223, - 225, - 227, - 230, - 232, - 234, - 236, - 238, - 240, - 242, - 244, - 246, - 248, - 250, - 251, - 252, - 253, - 254, - 256, - 258, - 260, - 263, - 265, - 267, - 269, - 271, - 272, - 274, - 276, - 277, - 279, - 281, - 283, - 285, - 287, - 289, - 291, - 293, - 295, - 297, - 299, - 300, - 302, - 304, - 306, - 308, - 311, - 312, - 314, - 316, - 320, - 322, - 324, - 326, - 328, - 330, - 332, - 334, - 336, - 338, - 340 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 52, - 71, - 88, - 91, - 106, - 109, - 129, - 148, - 171, - 192, - 199, - 206, - 213, - 221, - 228, - 249, - 261, - 317, - 318 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/testgen.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/testgen.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/util.grpc.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/util.grpc.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/util.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/util.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/BordersFinder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/BordersFinder.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/BuildResult.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/BuildResult.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/FeaturesFilter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/FeaturesFilter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/GTestLogger.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/GTestLogger.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Include.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Include.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/KleeGenerator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/KleeGenerator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/KleeRunner.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/KleeRunner.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Language.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Language.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/LineInfo.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/NameDecorator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/NameDecorator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/PathSubstitution.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/PathSubstitution.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Paths.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Paths.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/ProjectContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ProjectContext.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/ProjectTarget.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ProjectTarget.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/RequestEnvironment.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/RequestEnvironment.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/Result.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/ReturnTypesFetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ReturnTypesFetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Server.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Server.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/SettingsContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/SettingsContext.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Synchronizer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Synchronizer.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Tests.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/ThreadSafeContainers.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/TimeExecStatistics.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/TimeExecStatistics.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/Version.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/building", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/BaseCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/BaseCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/BuildDatabase.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/BuildDatabase.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/CompilationDatabase.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/CompilationDatabase.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/CompileCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/CompileCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/IRParser.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/IRParser.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/LinkCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/LinkCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/Linker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/Linker.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/RunCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/RunCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/UserProjectConfiguration.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/UserProjectConfiguration.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/ASTPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/ASTPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/AlignmentFetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/AlignmentFetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/ClangUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/ClangUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/Matchers.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/Matchers.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SimpleFrontendActionFactory.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SimpleFrontendActionFactory.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SourceFileChainedCallbacks.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceFileChainedCallbacks.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SourceToHeaderMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceToHeaderMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SourceToHeaderRewriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceToHeaderRewriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/commands", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/commands/Commands.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/commands/Commands.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/coverage", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/Coverage.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/Coverage.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/CoverageAndResultsGenerator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/CoverageAndResultsGenerator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/CoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/CoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/GcovCoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/GcovCoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/LlvmCoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/LlvmCoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/TestRunner.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/TestRunner.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/UnitTest.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/UnitTest.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/environment", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/environment/EnvironmentPaths.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/environment/EnvironmentPaths.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/BaseException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CancellationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CompilationDatabaseException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CoverageGenerationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/EnvironmentException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/ExecutionProcessException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/ExecutionProcessException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/FileNotPresentedInArtifactException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileNotPresentedInArtifactException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/FileNotPresentedInCommandsException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileNotPresentedInCommandsException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/FileSystemException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileSystemException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/IncorrectIndexException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/LLVMException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/NoSuchTypeException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/NoTestGeneratedException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/RequestCancellationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/UnImplementedException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/fetchers", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/Fetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/Fetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/FetcherUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/FetcherUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/FunctionDeclsMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/FunctionDeclsMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/GlobalVariableUsageMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/GlobalVariableUsageMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/IncludeFetchSourceFileCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/IncludeFetchSourceFileCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/SingleFileParseModeCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/SingleFileParseModeCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/TypeDeclsMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/TypeDeclsMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/printers", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/CCJsonPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/CCJsonPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/DefaultMakefilePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/DefaultMakefilePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/HeaderPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/HeaderPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/KleeConstraintsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/KleeConstraintsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/KleePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/KleePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/NativeMakefilePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/NativeMakefilePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/Printer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/Printer.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/SourceWrapperPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/SourceWrapperPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/StubsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/StubsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/TestMakefilesPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/TestMakefilesPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/TestsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/TestsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/BaseWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/BaseWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/DummyStreamWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/DummyStreamWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/FileTargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/FileTargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/IStreamWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/IStreamWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/MessageWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/ProgressWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProgressWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/ProjectConfigWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProjectConfigWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/ProjectTargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProjectTargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/ServerWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/TargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/TargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/WriterUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/WriterUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/coverage/CLICoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/CLICoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/coverage/CoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/CoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/stubs/CLIStubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/CLIStubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/stubs/ServerStubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/ServerStubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/stubs/StubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/StubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/tests/CLITestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/CLITestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/tests/ServerTestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/ServerTestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/tests/TestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/TestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/stubs", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/stubs/StubGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/stubs/StubSourcesFinder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubSourcesFinder.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/stubs/Stubs.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/stubs/StubsCollector.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubsCollector.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/tasks", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/tasks/BaseForkTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/BaseForkTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/tasks/RunKleeTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/RunKleeTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/tasks/ShellExecTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/ShellExecTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/testgens", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/AssertionTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/AssertionTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/BaseTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/BaseTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/ClassTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/ClassTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/FileTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FileTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/FolderTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FolderTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/FunctionTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FunctionTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/LineTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/LineTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/PredicateTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/PredicateTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/ProjectTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/ProjectTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/SnippetTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/SnippetTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/types/AbstractType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/ArrayType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/FunctionPointerType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/ObjectPointerType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/SimpleType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/types/TypeVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/TypeVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/types/Types.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/Types.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/types/TypesResolver.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/TypesResolver.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/ArgumentsUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ArgumentsUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CLIUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CLIUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CPipe.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CPipe.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CollectionUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CollectionUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CompilationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CompilationUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/Copyright.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/DynamicLibraryUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/DynamicLibraryUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/ExecUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ExecUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/ExecutionResult.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/FairMutex.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/FairMutex.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/FileSystemUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/FileSystemUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/GenerationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/GenerationUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/GrpcUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/GrpcUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/HashUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/HashUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/JsonUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/JsonUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/KleeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/KleeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/LinkerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/LinkerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/LogUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/LogUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/MakefileUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/MakefileUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/PrinterUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/PrinterUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/RequestLockMutex.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/SanitizerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/SanitizerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/ServerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ServerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/StringFormat.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/StringFormat.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/StringUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/StringUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/TestsGenerationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/TimeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/TimeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/TypeTraitsUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/TypeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/TypeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/Void.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/Void.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/path", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/visitors", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/AbstractValueViewVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/AbstractValueViewVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/AssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/AssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/FunctionPointerForStubsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/FunctionPointerForStubsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/KleeAssumeParamVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeParamVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/KleeAssumeReturnValueVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeReturnValueVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/KleeAssumeVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/ParametrizedAssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/ParametrizedAssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseAssertsParamVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsParamVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseAssertsReturnValueVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsReturnValueVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseAssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseParameterVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseParameterVisitor.h", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json deleted file mode 100644 index 7f3eef3ab..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-4816285ceee094b50791.json +++ /dev/null @@ -1,2630 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "libUnitTestBotLib.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories", - "target_include_directories" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 123, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 129, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 40, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 27, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 5, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 51, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 58, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 61, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 64, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 67, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 119, - "parent" : 0 - }, - { - "command" : 6, - "file" : 0, - "line" : 124, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 22, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "sourceIndexes" : - [ - 0, - 2, - 4, - 6, - 8, - 10, - 12, - 14, - 16, - 18, - 20, - 22, - 25, - 27, - 29, - 31, - 33, - 35, - 38, - 40, - 42, - 44, - 46, - 49, - 53, - 55, - 57, - 59, - 61, - 63, - 65, - 67, - 70, - 72, - 74, - 76, - 78, - 80, - 82, - 84, - 87, - 90, - 92, - 94, - 96, - 98, - 100, - 102, - 105, - 113, - 115, - 117, - 119, - 127, - 129, - 131, - 133, - 135, - 137, - 139, - 141, - 143, - 146, - 148, - 150, - 152, - 154, - 156, - 158, - 160, - 162, - 164, - 167, - 169, - 171, - 173, - 176, - 178, - 180, - 183, - 185, - 188, - 190, - 192, - 195, - 197, - 199, - 202, - 204, - 206, - 209, - 211, - 214, - 217, - 219, - 221, - 224, - 226, - 228, - 230, - 232, - 234, - 236, - 238, - 240, - 242, - 250, - 252, - 254, - 257, - 259, - 261, - 263, - 265, - 268, - 270, - 273, - 275, - 277, - 279, - 281, - 283, - 285, - 287, - 289, - 291, - 293, - 296, - 298, - 300, - 302, - 304, - 305, - 308, - 310, - 314, - 316, - 318, - 320, - 322, - 324, - 326, - 328, - 330, - 332, - 334 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "loguru::@6890427a1f51a3e7e1df" - } - ], - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", - "name" : "UnitTestBotLib", - "nameOnDisk" : "libUnitTestBotLib.a", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 2, - 4, - 6, - 8, - 10, - 12, - 14, - 16, - 18, - 20, - 22, - 25, - 27, - 29, - 31, - 33, - 35, - 38, - 40, - 42, - 44, - 46, - 49, - 53, - 55, - 57, - 59, - 61, - 63, - 65, - 67, - 70, - 72, - 74, - 76, - 78, - 80, - 82, - 84, - 87, - 90, - 92, - 94, - 96, - 98, - 100, - 102, - 105, - 113, - 115, - 117, - 119, - 127, - 129, - 131, - 133, - 135, - 137, - 139, - 141, - 143, - 146, - 148, - 150, - 152, - 154, - 156, - 158, - 160, - 162, - 164, - 167, - 169, - 171, - 173, - 176, - 178, - 180, - 183, - 185, - 188, - 190, - 192, - 195, - 197, - 199, - 202, - 204, - 206, - 209, - 211, - 214, - 217, - 219, - 221, - 224, - 226, - 228, - 230, - 232, - 234, - 236, - 238, - 240, - 242, - 250, - 252, - 254, - 257, - 259, - 261, - 263, - 265, - 268, - 270, - 273, - 275, - 277, - 279, - 281, - 283, - 285, - 287, - 289, - 291, - 293, - 296, - 298, - 300, - 302, - 304, - 305, - 308, - 310, - 314, - 316, - 318, - 320, - 322, - 324, - 326, - 328, - 330, - 332, - 334 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 1, - 3, - 5, - 7, - 9, - 11, - 13, - 15, - 17, - 19, - 21, - 23, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 37, - 39, - 41, - 43, - 45, - 47, - 48, - 50, - 51, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 71, - 73, - 75, - 77, - 79, - 81, - 83, - 85, - 88, - 91, - 93, - 95, - 97, - 99, - 101, - 103, - 106, - 108, - 109, - 110, - 111, - 112, - 114, - 116, - 118, - 120, - 121, - 122, - 123, - 124, - 125, - 128, - 130, - 132, - 134, - 136, - 138, - 140, - 142, - 144, - 147, - 149, - 151, - 153, - 155, - 157, - 159, - 161, - 163, - 165, - 168, - 170, - 172, - 174, - 175, - 177, - 179, - 181, - 182, - 184, - 186, - 189, - 191, - 193, - 196, - 198, - 200, - 203, - 205, - 207, - 210, - 212, - 213, - 215, - 218, - 220, - 222, - 225, - 227, - 229, - 231, - 233, - 235, - 237, - 239, - 241, - 243, - 245, - 246, - 247, - 248, - 249, - 251, - 253, - 255, - 258, - 260, - 262, - 264, - 266, - 267, - 269, - 271, - 272, - 274, - 276, - 278, - 280, - 282, - 284, - 286, - 288, - 290, - 292, - 294, - 295, - 297, - 299, - 301, - 303, - 306, - 307, - 309, - 311, - 315, - 317, - 319, - 321, - 323, - 325, - 327, - 329, - 331, - 333, - 335 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 52, - 69, - 86, - 89, - 104, - 107, - 126, - 145, - 166, - 187, - 194, - 201, - 208, - 216, - 223, - 244, - 256, - 312, - 313 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/testgen.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/testgen.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/util.grpc.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/util.grpc.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/protobuf/util.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/util.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/BordersFinder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/BordersFinder.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/BuildResult.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/BuildResult.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/FeaturesFilter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/FeaturesFilter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/GTestLogger.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/GTestLogger.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Include.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Include.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/KleeGenerator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/KleeGenerator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/KleeRunner.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/KleeRunner.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Language.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Language.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/LineInfo.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/NameDecorator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/NameDecorator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/PathSubstitution.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/PathSubstitution.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Paths.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Paths.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/ProjectContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ProjectContext.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/ProjectTarget.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ProjectTarget.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/RequestEnvironment.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/RequestEnvironment.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/Result.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/ReturnTypesFetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ReturnTypesFetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Server.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Server.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/SettingsContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/SettingsContext.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Synchronizer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Synchronizer.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Tests.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/ThreadSafeContainers.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/TimeExecStatistics.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/TimeExecStatistics.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/Version.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/building", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/BaseCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/BaseCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/BuildDatabase.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/BuildDatabase.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/CompileCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/CompileCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/IRParser.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/IRParser.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/LinkCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/LinkCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/Linker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/Linker.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/RunCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/RunCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/building/UserProjectConfiguration.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/UserProjectConfiguration.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/ASTPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/ASTPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/AlignmentFetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/AlignmentFetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/ClangUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/ClangUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/Matchers.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/Matchers.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SimpleFrontendActionFactory.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SimpleFrontendActionFactory.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SourceFileChainedCallbacks.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceFileChainedCallbacks.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SourceToHeaderMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceToHeaderMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/clang-utils/SourceToHeaderRewriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceToHeaderRewriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/commands", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/commands/Commands.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/commands/Commands.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/coverage", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/Coverage.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/Coverage.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/CoverageAndResultsGenerator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/CoverageAndResultsGenerator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/CoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/CoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/GcovCoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/GcovCoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/LlvmCoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/LlvmCoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/TestRunner.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/TestRunner.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/coverage/UnitTest.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/UnitTest.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/environment", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/environment/EnvironmentPaths.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/environment/EnvironmentPaths.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/BaseException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CancellationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CompilationDatabaseException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CoverageGenerationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/EnvironmentException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/ExecutionProcessException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/ExecutionProcessException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/FileNotPresentedInArtifactException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileNotPresentedInArtifactException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/FileNotPresentedInCommandsException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileNotPresentedInCommandsException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/exceptions/FileSystemException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileSystemException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/IncorrectIndexException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/NoSuchTypeException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/NoTestGeneratedException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/RequestCancellationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/UnImplementedException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/fetchers", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/Fetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/Fetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/FetcherUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/FetcherUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/FunctionDeclsMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/FunctionDeclsMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/GlobalVariableUsageMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/GlobalVariableUsageMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/IncludeFetchSourceFileCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/IncludeFetchSourceFileCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/SingleFileParseModeCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/SingleFileParseModeCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/fetchers/TypeDeclsMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/TypeDeclsMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/printers", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/CCJsonPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/CCJsonPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/DefaultMakefilePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/DefaultMakefilePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/HeaderPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/HeaderPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/KleeConstraintsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/KleeConstraintsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/KleePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/KleePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/NativeMakefilePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/NativeMakefilePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/Printer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/Printer.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/SourceWrapperPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/SourceWrapperPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/StubsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/StubsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/printers/TestsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/TestsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/BaseWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/BaseWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/DummyStreamWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/DummyStreamWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/FileTargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/FileTargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/IStreamWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/IStreamWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/MessageWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/ProgressWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProgressWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/ProjectConfigWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProjectConfigWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/ProjectTargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProjectTargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/ServerWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/TargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/TargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/WriterUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/WriterUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/coverage/CLICoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/CLICoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/coverage/CoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/CoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/stubs/CLIStubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/CLIStubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/stubs/ServerStubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/ServerStubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/stubs/StubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/StubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/tests/CLITestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/CLITestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/tests/ServerTestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/ServerTestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/streams/tests/TestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/TestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/stubs", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/stubs/StubGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/stubs/StubSourcesFinder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubSourcesFinder.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/stubs/Stubs.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/stubs/StubsCollector.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubsCollector.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/tasks", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/tasks/BaseForkTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/BaseForkTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/tasks/RunKleeTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/RunKleeTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/tasks/ShellExecTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/ShellExecTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/testgens", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/AssertionTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/AssertionTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/BaseTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/BaseTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/ClassTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/ClassTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/FileTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FileTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/FolderTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FolderTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/FunctionTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FunctionTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/LineTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/LineTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/PredicateTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/PredicateTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/ProjectTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/ProjectTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/testgens/SnippetTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/SnippetTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/types/AbstractType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/ArrayType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/FunctionPointerType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/ObjectPointerType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/SimpleType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/types/TypeVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/TypeVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/types/Types.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/Types.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/types/TypesResolver.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/TypesResolver.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/ArgumentsUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ArgumentsUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CLIUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CLIUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CPipe.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CPipe.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CollectionUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CollectionUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/CompilationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CompilationUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/Copyright.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/DynamicLibraryUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/DynamicLibraryUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/ExecUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ExecUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/ExecutionResult.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/FairMutex.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/FairMutex.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/FileSystemUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/FileSystemUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/GenerationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/GenerationUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/GrpcUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/GrpcUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/HashUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/HashUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/JsonUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/JsonUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/KleeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/KleeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/LinkerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/LinkerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/LogUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/LogUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/MakefileUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/MakefileUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/PrinterUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/PrinterUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/RequestLockMutex.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/SanitizerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/SanitizerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/ServerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ServerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/StringFormat.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/StringFormat.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/StringUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/StringUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/TestsGenerationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/TimeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/TimeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/TypeTraitsUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/TypeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/TypeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/utils/Void.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/Void.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/path", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/visitors", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/AbstractValueViewVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/AbstractValueViewVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/AssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/AssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/FunctionPointerForStubsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/FunctionPointerForStubsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/KleeAssumeParamVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeParamVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/KleeAssumeReturnValueVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeReturnValueVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/KleeAssumeVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/ParametrizedAssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/ParametrizedAssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseAssertsParamVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsParamVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseAssertsReturnValueVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsReturnValueVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseAssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "src/visitors/VerboseParameterVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseParameterVisitor.h", - "sourceGroupIndex" : 1 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json deleted file mode 100644 index 212632ab9..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-UnitTestBotLib-Debug-bbbe88241dda851e83a5.json +++ /dev/null @@ -1,3030 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "libUnitTestBotLib.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories", - "target_include_directories", - "target_precompile_headers" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 132, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 138, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 40, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 27, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 5, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 51, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 58, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 61, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 64, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 67, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 119, - "parent" : 0 - }, - { - "command" : 6, - "file" : 0, - "line" : 133, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 22, - "parent" : 0 - }, - { - "command" : 7, - "file" : 0, - "line" : 146, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - }, - { - "fragment" : "-Winvalid-pch -Xclang -emit-pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx -x c++-header" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 16, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 0 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 16, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 1, - 3, - 5, - 7 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 3, - "fragment" : "-frtti" - }, - { - "backtrace" : 3, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 2, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - }, - { - "fragment" : "-Winvalid-pch -Xclang -include-pch -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 2, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 2, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 4, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 5, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 2, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 6, - "define" : "_LINUX" - }, - { - "backtrace" : 2, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 2, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 2, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 11, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 2, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 15, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 2, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 16, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 9, - 11, - 13, - 15, - 17, - 19, - 21, - 23, - 26, - 28, - 30, - 32, - 34, - 36, - 39, - 41, - 43, - 45, - 47, - 50, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70, - 73, - 75, - 77, - 79, - 81, - 83, - 85, - 87, - 90, - 93, - 95, - 97, - 99, - 101, - 103, - 105, - 108, - 116, - 118, - 120, - 122, - 131, - 133, - 135, - 137, - 139, - 141, - 143, - 145, - 147, - 150, - 152, - 154, - 156, - 158, - 160, - 162, - 164, - 166, - 168, - 170, - 173, - 175, - 177, - 179, - 182, - 184, - 186, - 189, - 191, - 194, - 196, - 198, - 201, - 203, - 205, - 208, - 210, - 212, - 215, - 217, - 220, - 223, - 225, - 227, - 230, - 232, - 234, - 236, - 238, - 240, - 242, - 244, - 246, - 248, - 256, - 258, - 260, - 263, - 265, - 267, - 269, - 271, - 274, - 276, - 279, - 281, - 283, - 285, - 287, - 289, - 291, - 293, - 295, - 297, - 299, - 302, - 304, - 306, - 308, - 310, - 311, - 314, - 316, - 320, - 322, - 324, - 326, - 328, - 330, - 332, - 334, - 336, - 338, - 340 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "loguru::@6890427a1f51a3e7e1df" - } - ], - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df", - "name" : "UnitTestBotLib", - "nameOnDisk" : "libUnitTestBotLib.a", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 3, - 5, - 7, - 9, - 11, - 13, - 15, - 17, - 19, - 21, - 23, - 26, - 28, - 30, - 32, - 34, - 36, - 39, - 41, - 43, - 45, - 47, - 50, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70, - 73, - 75, - 77, - 79, - 81, - 83, - 85, - 87, - 90, - 93, - 95, - 97, - 99, - 101, - 103, - 105, - 108, - 116, - 118, - 120, - 122, - 131, - 133, - 135, - 137, - 139, - 141, - 143, - 145, - 147, - 150, - 152, - 154, - 156, - 158, - 160, - 162, - 164, - 166, - 168, - 170, - 173, - 175, - 177, - 179, - 182, - 184, - 186, - 189, - 191, - 194, - 196, - 198, - 201, - 203, - 205, - 208, - 210, - 212, - 215, - 217, - 220, - 223, - 225, - 227, - 230, - 232, - 234, - 236, - 238, - 240, - 242, - 244, - 246, - 248, - 256, - 258, - 260, - 263, - 265, - 267, - 269, - 271, - 274, - 276, - 279, - 281, - 283, - 285, - 287, - 289, - 291, - 293, - 295, - 297, - 299, - 302, - 304, - 306, - 308, - 310, - 311, - 314, - 316, - 320, - 322, - 324, - 326, - 328, - 330, - 332, - 334, - 336, - 338, - 340 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 2, - 4, - 6, - 8, - 10, - 12, - 14, - 16, - 18, - 20, - 22, - 24, - 25, - 27, - 29, - 31, - 33, - 35, - 37, - 38, - 40, - 42, - 44, - 46, - 48, - 49, - 51, - 52, - 55, - 57, - 59, - 61, - 63, - 65, - 67, - 69, - 71, - 74, - 76, - 78, - 80, - 82, - 84, - 86, - 88, - 91, - 94, - 96, - 98, - 100, - 102, - 104, - 106, - 109, - 111, - 112, - 113, - 114, - 115, - 117, - 119, - 121, - 123, - 124, - 125, - 126, - 127, - 128, - 129, - 132, - 134, - 136, - 138, - 140, - 142, - 144, - 146, - 148, - 151, - 153, - 155, - 157, - 159, - 161, - 163, - 165, - 167, - 169, - 171, - 174, - 176, - 178, - 180, - 181, - 183, - 185, - 187, - 188, - 190, - 192, - 195, - 197, - 199, - 202, - 204, - 206, - 209, - 211, - 213, - 216, - 218, - 219, - 221, - 224, - 226, - 228, - 231, - 233, - 235, - 237, - 239, - 241, - 243, - 245, - 247, - 249, - 251, - 252, - 253, - 254, - 255, - 257, - 259, - 261, - 264, - 266, - 268, - 270, - 272, - 273, - 275, - 277, - 278, - 280, - 282, - 284, - 286, - 288, - 290, - 292, - 294, - 296, - 298, - 300, - 301, - 303, - 305, - 307, - 309, - 312, - 313, - 315, - 317, - 321, - 323, - 325, - 327, - 329, - 331, - 333, - 335, - 337, - 339, - 341 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 53, - 72, - 89, - 92, - 107, - 110, - 130, - 149, - 172, - 193, - 200, - 207, - 214, - 222, - 229, - 250, - 262, - 318, - 319 - ] - }, - { - "name" : "Precompile Header File", - "sourceIndexes" : - [ - 342 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx.cxx", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/testgen.grpc.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "cmake-build-debug/protobuf/testgen.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/testgen.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "cmake-build-debug/protobuf/util.grpc.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/util.grpc.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 1, - "path" : "cmake-build-debug/protobuf/util.pb.cc", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "cmake-build-debug/protobuf/util.pb.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/BordersFinder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/BordersFinder.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/BuildResult.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/BuildResult.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/FeaturesFilter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/FeaturesFilter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/GTestLogger.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/GTestLogger.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/Include.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Include.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/KleeGenerator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/KleeGenerator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/KleeRunner.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/KleeRunner.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/Language.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Language.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/LineInfo.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/NameDecorator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/NameDecorator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/PathSubstitution.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/PathSubstitution.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/Paths.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Paths.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/ProjectContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ProjectContext.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/ProjectTarget.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ProjectTarget.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/RequestEnvironment.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/RequestEnvironment.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/Result.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/ReturnTypesFetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/ReturnTypesFetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/Server.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Server.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/SettingsContext.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/SettingsContext.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/Synchronizer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Synchronizer.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/Tests.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/Tests.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/ThreadSafeContainers.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/TimeExecStatistics.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/TimeExecStatistics.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/Version.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/building", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/BaseCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/BaseCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/BuildDatabase.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/BuildDatabase.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/CompilationDatabase.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/CompilationDatabase.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/CompileCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/CompileCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/IRParser.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/IRParser.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/LinkCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/LinkCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/Linker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/Linker.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/RunCommand.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/RunCommand.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/building/UserProjectConfiguration.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/building/UserProjectConfiguration.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/ASTPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/ASTPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/AlignmentFetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/AlignmentFetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/ClangUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/ClangUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/Matchers.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/Matchers.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/SimpleFrontendActionFactory.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SimpleFrontendActionFactory.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/SourceFileChainedCallbacks.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceFileChainedCallbacks.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/SourceToHeaderMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceToHeaderMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/clang-utils/SourceToHeaderRewriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/clang-utils/SourceToHeaderRewriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/commands", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/commands/Commands.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/commands/Commands.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/coverage", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/Coverage.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/Coverage.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/CoverageAndResultsGenerator.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/CoverageAndResultsGenerator.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/CoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/CoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/GcovCoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/GcovCoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/LlvmCoverageTool.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/LlvmCoverageTool.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/TestRunner.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/TestRunner.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/coverage/UnitTest.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/coverage/UnitTest.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/environment", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/environment/EnvironmentPaths.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/environment/EnvironmentPaths.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/BaseException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CancellationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CompilationDatabaseException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/CoverageGenerationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/EnvironmentException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/exceptions/ExecutionProcessException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/ExecutionProcessException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/exceptions/FileNotPresentedInArtifactException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileNotPresentedInArtifactException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/exceptions/FileNotPresentedInCommandsException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileNotPresentedInCommandsException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/exceptions/FileSystemException.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/FileSystemException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/IncorrectIndexException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/LLVMException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/NoSuchTypeException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/NoTestGeneratedException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/RequestCancellationException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/exceptions/UnImplementedException.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/fetchers", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/ArraySubscriptFetcherMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/Fetcher.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/Fetcher.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/FetcherUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/FetcherUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/FunctionDeclsMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/FunctionDeclsMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/GlobalVariableUsageMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/GlobalVariableUsageMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/IncludeFetchSourceFileCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/IncludeFetchSourceFileCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/ReturnStmtFetcherMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/SingleFileParseModeCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/SingleFileParseModeCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/fetchers/TypeDeclsMatchCallback.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/fetchers/TypeDeclsMatchCallback.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/printers", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/CCJsonPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/CCJsonPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/DefaultMakefilePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/DefaultMakefilePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/HeaderPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/HeaderPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/KleeConstraintsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/KleeConstraintsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/KleePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/KleePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/NativeMakefilePrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/NativeMakefilePrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/Printer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/Printer.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/SourceWrapperPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/SourceWrapperPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/StubsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/StubsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/TestMakefilesPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/TestMakefilesPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/printers/TestsPrinter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/printers/TestsPrinter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/BaseWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/BaseWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/DummyStreamWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/DummyStreamWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/FileTargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/FileTargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/IStreamWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/IStreamWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/MessageWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/ProgressWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProgressWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/ProjectConfigWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProjectConfigWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/ProjectTargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/ProjectTargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/ServerWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/TargetsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/TargetsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/WriterUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/WriterUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/coverage/CLICoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/CLICoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/coverage/CoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/CoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/coverage/ServerCoverageAndResultsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/stubs/CLIStubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/CLIStubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/stubs/ServerStubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/ServerStubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/stubs/StubsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/stubs/StubsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/tests/CLITestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/CLITestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/tests/ServerTestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/ServerTestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/streams/tests/TestsWriter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/streams/tests/TestsWriter.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/stubs", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/stubs/StubGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/stubs/StubSourcesFinder.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubSourcesFinder.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/stubs/Stubs.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/stubs/StubsCollector.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/stubs/StubsCollector.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/tasks", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/tasks/BaseForkTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/BaseForkTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/tasks/RunKleeTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/RunKleeTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/tasks/ShellExecTask.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/tasks/ShellExecTask.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/testgens", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/AssertionTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/AssertionTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/BaseTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/BaseTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/ClassTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/ClassTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/FileTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FileTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/FolderTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FolderTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/FunctionTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/FunctionTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/LineTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/LineTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/PredicateTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/PredicateTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/ProjectTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/ProjectTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/testgens/SnippetTestGen.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/testgens/SnippetTestGen.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/types/AbstractType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/ArrayType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/FunctionPointerType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/ObjectPointerType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/types/SimpleType.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/types/TypeVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/TypeVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/types/Types.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/Types.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/types/TypesResolver.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/types/TypesResolver.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/ArgumentsUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ArgumentsUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/CLIUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CLIUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/CPipe.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CPipe.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/CollectionUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CollectionUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/CompilationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/CompilationUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/Copyright.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/DynamicLibraryUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/DynamicLibraryUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/ExecUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ExecUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/ExecutionResult.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/FairMutex.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/FairMutex.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/FileSystemUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/FileSystemUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/GenerationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/GenerationUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/GrpcUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/GrpcUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/HashUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/HashUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/JsonUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/JsonUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/KleeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/KleeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/LinkerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/LinkerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/LogUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/LogUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/MakefileUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/MakefileUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/PrinterUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/PrinterUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/RequestLockMutex.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/SanitizerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/SanitizerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/ServerUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/ServerUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/StringFormat.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/StringFormat.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/StringUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/StringUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/TestsGenerationUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/TimeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/TimeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/TypeTraitsUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/TypeUtils.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/TypeUtils.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/utils/Void.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/utils/Void.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "src/utils/path", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "src/visitors", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/AbstractValueViewVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/AbstractValueViewVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/AssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/AssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/FunctionPointerForStubsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/FunctionPointerForStubsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/KleeAssumeParamVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeParamVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/KleeAssumeReturnValueVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeReturnValueVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/KleeAssumeVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/KleeAssumeVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/ParametrizedAssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/ParametrizedAssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/VerboseAssertsParamVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsParamVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/VerboseAssertsReturnValueVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsReturnValueVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/VerboseAssertsVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseAssertsVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 2, - "path" : "src/visitors/VerboseParameterVisitor.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "src/visitors/VerboseParameterVisitor.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "path" : "cmake-build-debug/CMakeFiles/UnitTestBotLib.dir/cmake_pch.hxx", - "sourceGroupIndex" : 3 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json deleted file mode 100644 index 7083356bb..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-clang-tablegen-targets-Debug-6df55b0010b7e3566898.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "find_package" - ], - "files" : - [ - "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 19, - "parent" : 0 - }, - { - "file" : 0, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 24, - "parent" : 2 - } - ] - }, - "id" : "clang-tablegen-targets::@6890427a1f51a3e7e1df", - "name" : "clang-tablegen-targets", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json deleted file mode 100644 index ba3e2b922..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-66ffddbf7c937e590c5b.json +++ /dev/null @@ -1,287 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "lib/libgmockd.a" - } - ], - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "cxx_library_with_type", - "cxx_library", - "install", - "install_project", - "target_link_libraries", - "add_compile_options", - "include_directories" - ], - "files" : - [ - "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", - "/utbot_distr/gtest/googlemock/CMakeLists.txt", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 101, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 202, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 150, - "parent" : 2 - }, - { - "command" : 4, - "file" : 1, - "line" : 121, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 332, - "parent" : 4 - }, - { - "command" : 5, - "file" : 1, - "line" : 102, - "parent" : 0 - }, - { - "file" : 2 - }, - { - "command" : 6, - "file" : 2, - "line" : 16, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 22, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 51, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 54, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 58, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 61, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 64, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 67, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 119, - "parent" : 7 - }, - { - "command" : 7, - "file" : 1, - "line" : 79, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" - }, - { - "backtrace" : 8, - "fragment" : "-frtti" - }, - { - "backtrace" : 8, - "fragment" : "-fexceptions" - }, - { - "fragment" : "-std=c++11" - } - ], - "defines" : - [ - { - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "define" : "_LINUX" - } - ], - "includes" : - [ - { - "backtrace" : 9, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 17, - "path" : "/utbot_distr/gtest/googlemock/include" - }, - { - "backtrace" : 17, - "path" : "/utbot_distr/gtest/googlemock" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 3 - ], - "standard" : "11" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 6, - "id" : "gtest::@32fe1c6cd3a65a2fab56" - } - ], - "id" : "gmock::@645c719b6bb61ab77cfe", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "name" : "gmock", - "nameOnDisk" : "libgmockd.a", - "paths" : - { - "build" : "googletest-build/googlemock", - "source" : "/utbot_distr/gtest/googlemock" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "compileGroupIndex" : 0, - "path" : "/utbot_distr/gtest/googlemock/src/gmock-all.cc", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json deleted file mode 100644 index 713c9fd94..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-6999e3146caffefa0590.json +++ /dev/null @@ -1,293 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "lib/libgmock_maind.a" - } - ], - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "cxx_library_with_type", - "cxx_library", - "install", - "install_project", - "target_link_libraries", - "add_compile_options", - "include_directories" - ], - "files" : - [ - "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", - "/utbot_distr/gtest/googlemock/CMakeLists.txt", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 103, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 202, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 150, - "parent" : 2 - }, - { - "command" : 4, - "file" : 1, - "line" : 121, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 332, - "parent" : 4 - }, - { - "command" : 5, - "file" : 1, - "line" : 104, - "parent" : 0 - }, - { - "file" : 2 - }, - { - "command" : 6, - "file" : 2, - "line" : 16, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 22, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 51, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 54, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 58, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 61, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 64, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 67, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 119, - "parent" : 7 - }, - { - "command" : 7, - "file" : 1, - "line" : 79, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" - }, - { - "backtrace" : 8, - "fragment" : "-frtti" - }, - { - "backtrace" : 8, - "fragment" : "-fexceptions" - }, - { - "fragment" : "-std=c++11" - } - ], - "defines" : - [ - { - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "define" : "_LINUX" - } - ], - "includes" : - [ - { - "backtrace" : 9, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googlemock/include" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googlemock" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 3 - ], - "standard" : "11" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 6, - "id" : "gmock::@645c719b6bb61ab77cfe" - }, - { - "backtrace" : 6, - "id" : "gtest::@32fe1c6cd3a65a2fab56" - } - ], - "id" : "gmock_main::@645c719b6bb61ab77cfe", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "name" : "gmock_main", - "nameOnDisk" : "libgmock_maind.a", - "paths" : - { - "build" : "googletest-build/googlemock", - "source" : "/utbot_distr/gtest/googlemock" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "compileGroupIndex" : 0, - "path" : "/utbot_distr/gtest/googlemock/src/gmock_main.cc", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json deleted file mode 100644 index 401b0db77..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-b32500910a7c31b4f903.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "lib/libgtestd.a" - } - ], - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "cxx_library_with_type", - "cxx_library", - "install", - "install_project", - "add_compile_options", - "include_directories" - ], - "files" : - [ - "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", - "/utbot_distr/gtest/googletest/CMakeLists.txt", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 128, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 202, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 150, - "parent" : 2 - }, - { - "command" : 4, - "file" : 1, - "line" : 146, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 332, - "parent" : 4 - }, - { - "file" : 2 - }, - { - "command" : 5, - "file" : 2, - "line" : 16, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 22, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 51, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 54, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 58, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 61, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 64, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 67, - "parent" : 6 - }, - { - "command" : 6, - "file" : 2, - "line" : 119, - "parent" : 6 - }, - { - "command" : 6, - "file" : 1, - "line" : 118, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" - }, - { - "backtrace" : 7, - "fragment" : "-frtti" - }, - { - "backtrace" : 7, - "fragment" : "-fexceptions" - }, - { - "fragment" : "-std=c++11" - } - ], - "defines" : - [ - { - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "define" : "_LINUX" - } - ], - "includes" : - [ - { - "backtrace" : 8, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 13, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 15, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 16, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 16, - "path" : "/utbot_distr/gtest/googletest" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 3 - ], - "standard" : "11" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "id" : "gtest::@32fe1c6cd3a65a2fab56", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "name" : "gtest", - "nameOnDisk" : "libgtestd.a", - "paths" : - { - "build" : "googletest-build/googletest", - "source" : "/utbot_distr/gtest/googletest" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "compileGroupIndex" : 0, - "path" : "/utbot_distr/gtest/googletest/src/gtest-all.cc", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json deleted file mode 100644 index f4b5fcb61..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-862acf61ed9c853cc9bd.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "lib/libgtest_maind.a" - } - ], - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "cxx_library_with_type", - "cxx_library", - "install", - "install_project", - "target_link_libraries", - "add_compile_options", - "include_directories" - ], - "files" : - [ - "/utbot_distr/gtest/googletest/cmake/internal_utils.cmake", - "/utbot_distr/gtest/googletest/CMakeLists.txt", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 129, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 202, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 150, - "parent" : 2 - }, - { - "command" : 4, - "file" : 1, - "line" : 146, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 332, - "parent" : 4 - }, - { - "command" : 5, - "file" : 1, - "line" : 141, - "parent" : 0 - }, - { - "file" : 2 - }, - { - "command" : 6, - "file" : 2, - "line" : 16, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 22, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 51, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 54, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 58, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 61, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 64, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 67, - "parent" : 7 - }, - { - "command" : 7, - "file" : 2, - "line" : 119, - "parent" : 7 - }, - { - "command" : 7, - "file" : 1, - "line" : 118, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls" - }, - { - "backtrace" : 8, - "fragment" : "-frtti" - }, - { - "backtrace" : 8, - "fragment" : "-fexceptions" - }, - { - "fragment" : "-std=c++11" - } - ], - "defines" : - [ - { - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "define" : "_LINUX" - } - ], - "includes" : - [ - { - "backtrace" : 9, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest/include" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/gtest/googletest" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 3 - ], - "standard" : "11" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 6, - "id" : "gtest::@32fe1c6cd3a65a2fab56" - } - ], - "id" : "gtest_main::@32fe1c6cd3a65a2fab56", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "lib" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "name" : "gtest_main", - "nameOnDisk" : "libgtest_maind.a", - "paths" : - { - "build" : "googletest-build/googletest", - "source" : "/utbot_distr/gtest/googletest" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "compileGroupIndex" : 0, - "path" : "/utbot_distr/gtest/googletest/src/gtest_main.cc", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json deleted file mode 100644 index 372fc6c49..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-intrinsics_gen-Debug-a92780f6cb8dca8ec842.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "find_package" - ], - "files" : - [ - "/utbot_distr/install/lib/cmake/llvm/LLVMConfig.cmake", - "/utbot_distr/install/lib/cmake/clang/ClangConfig.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 2 - }, - { - "command" : 1, - "file" : 2, - "line" : 19, - "parent" : 0 - }, - { - "file" : 1, - "parent" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 10, - "parent" : 2 - }, - { - "file" : 0, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 186, - "parent" : 4 - } - ] - }, - "id" : "intrinsics_gen::@6890427a1f51a3e7e1df", - "name" : "intrinsics_gen", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json deleted file mode 100644 index a332bb9fb..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-loguru-Debug-906aa3e06bc16bf52e18.json +++ /dev/null @@ -1,241 +0,0 @@ -{ - "archive" : {}, - "artifacts" : - [ - { - "path" : "libloguru.a" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories", - "target_include_directories" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 49, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 40, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 27, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 5, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 22, - "parent" : 0 - }, - { - "command" : 5, - "file" : 0, - "line" : 50, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 51, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 54, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 58, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 61, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 64, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 67, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 119, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 2, - "fragment" : "-frtti" - }, - { - "backtrace" : 2, - "fragment" : "-fexceptions" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 3, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 4, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 5, - "define" : "_LINUX" - } - ], - "includes" : - [ - { - "backtrace" : 6, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 7, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 8, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 9, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 12, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 13, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 14, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "17" - }, - "sourceIndexes" : - [ - 0, - 1 - ] - } - ], - "id" : "loguru::@6890427a1f51a3e7e1df", - "name" : "loguru", - "nameOnDisk" : "libloguru.a", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "/home/utbot/UTBotCpp/submodules/loguru/loguru.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "logger-aux/loguru_debug.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "STATIC_LIBRARY" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json deleted file mode 100644 index fe4c57591..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-29d83601a3ecf22fd5e1.json +++ /dev/null @@ -1,824 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "utbot" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "add_llvm_executable", - "install", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories" - ], - "files" : - [ - "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 136, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 786, - "parent" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 163, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 838, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 137, - "parent" : 0 - }, - { - "command" : 4, - "file" : 1, - "line" : 16, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 40, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 27, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 5, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 51, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 54, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 58, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 64, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 67, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 119, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 22, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 6, - "fragment" : "-frtti" - }, - { - "backtrace" : 6, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 5, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 5, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 5, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 7, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 8, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 5, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 9, - "define" : "_LINUX" - }, - { - "backtrace" : 5, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 5, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 2 - ], - "standard" : "17" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 5, - "id" : "loguru::@6890427a1f51a3e7e1df" - } - ], - "id" : "utbot::@6890427a1f51a3e7e1df", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "/usr/local" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", - "role" : "flags" - }, - { - "fragment" : "-Wl,-export-dynamic -lpthread -ldl -Wl,-rpath-link, -Wl,-O3 -Wl,--gc-sections", - "role" : "flags" - }, - { - "fragment" : "-Wl,-rpath,\"\\$$ORIGIN/../lib:/utbot_distr/install/lib\"", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "libUnitTestBotLib.a", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "libloguru.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangTooling.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangDriver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangParse.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSema.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangEdit.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAST.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangLex.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libssl.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcrypto.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcares.a", - "role" : "libraries" - }, - { - "fragment" : "-lnsl", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_base.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libupb.a", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libprotobuf.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", - "role" : "libraries" - }, - { - "fragment" : "-ldl", - "role" : "libraries" - }, - { - "fragment" : "-lrt", - "role" : "libraries" - }, - { - "fragment" : "-ltinfo", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "-lm", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.so", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "utbot", - "nameOnDisk" : "utbot", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "main.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "pch.h", - "sourceGroupIndex" : 1 - } - ], - "type" : "EXECUTABLE" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json deleted file mode 100644 index 0de1dd9d2..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-5e928cae2f10d5f92588.json +++ /dev/null @@ -1,1020 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "utbot" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "add_llvm_executable", - "install", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories" - ], - "files" : - [ - "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 152, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 786, - "parent" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 197, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 838, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 153, - "parent" : 0 - }, - { - "command" : 4, - "file" : 1, - "line" : 16, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 40, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 27, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 5, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 51, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 54, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 58, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 64, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 67, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 119, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 22, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 6, - "fragment" : "-frtti" - }, - { - "backtrace" : 6, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - }, - { - "fragment" : "-Winvalid-pch -Xclang -emit-pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx -x c++-header" - } - ], - "defines" : - [ - { - "backtrace" : 5, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 5, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 5, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 7, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 8, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 5, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 9, - "define" : "_LINUX" - }, - { - "backtrace" : 5, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 5, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 2 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 5, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 0 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 6, - "fragment" : "-frtti" - }, - { - "backtrace" : 6, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - }, - { - "fragment" : "-Winvalid-pch -Xclang -include-pch -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/utbot/UTBotCpp/server/cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx" - } - ], - "defines" : - [ - { - "backtrace" : 5, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 5, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 5, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 7, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 8, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 5, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 9, - "define" : "_LINUX" - }, - { - "backtrace" : 5, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 5, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 2 - ], - "standard" : "17" - }, - "precompileHeaders" : - [ - { - "backtrace" : 5, - "header" : "/home/utbot/UTBotCpp/server/pch.h" - } - ], - "sourceIndexes" : - [ - 1 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 5, - "id" : "loguru::@6890427a1f51a3e7e1df" - } - ], - "id" : "utbot::@6890427a1f51a3e7e1df", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "/usr/local" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", - "role" : "flags" - }, - { - "fragment" : "-Wl,-export-dynamic -lpthread -ldl -Wl,-rpath-link, -Wl,-O3 -Wl,--gc-sections", - "role" : "flags" - }, - { - "fragment" : "-Wl,-rpath,\"\\$$ORIGIN/../lib:/utbot_distr/install/lib\"", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "libUnitTestBotLib.a", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "libloguru.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangTooling.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangDriver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangParse.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSema.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangEdit.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAST.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangLex.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libssl.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcrypto.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcares.a", - "role" : "libraries" - }, - { - "fragment" : "-lnsl", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_base.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libupb.a", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libprotobuf.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", - "role" : "libraries" - }, - { - "fragment" : "-ldl", - "role" : "libraries" - }, - { - "fragment" : "-lrt", - "role" : "libraries" - }, - { - "fragment" : "-ltinfo", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "-lm", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.so", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "utbot", - "nameOnDisk" : "utbot", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 2 - ] - }, - { - "name" : "Precompile Header File", - "sourceIndexes" : - [ - 3 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "compileGroupIndex" : 0, - "path" : "cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx.cxx", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 1, - "path" : "main.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "pch.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "path" : "cmake-build-debug/CMakeFiles/utbot.dir/cmake_pch.hxx", - "sourceGroupIndex" : 2 - } - ], - "type" : "EXECUTABLE" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json b/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json deleted file mode 100644 index f8c7ebdce..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/target-utbot-Debug-903778719cbda0a8cd96.json +++ /dev/null @@ -1,812 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "utbot" - } - ], - "backtrace" : 2, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "add_llvm_executable", - "install", - "target_link_libraries", - "add_compile_options", - "add_definitions", - "add_compile_definitions", - "include_directories" - ], - "files" : - [ - "/utbot_distr/install/lib/cmake/llvm/AddLLVM.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 1, - "file" : 1, - "line" : 136, - "parent" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 786, - "parent" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 163, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 838, - "parent" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 137, - "parent" : 0 - }, - { - "command" : 4, - "file" : 1, - "line" : 16, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 40, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 27, - "parent" : 0 - }, - { - "command" : 6, - "file" : 1, - "line" : 5, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 51, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 54, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 58, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 61, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 64, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 67, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 119, - "parent" : 0 - }, - { - "command" : 7, - "file" : 1, - "line" : 22, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" - }, - { - "backtrace" : 6, - "fragment" : "-frtti" - }, - { - "backtrace" : 6, - "fragment" : "-fexceptions" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-malloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-calloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-realloc" - }, - { - "backtrace" : 5, - "fragment" : "-fno-builtin-free" - }, - { - "fragment" : "-std=gnu++17" - } - ], - "defines" : - [ - { - "backtrace" : 5, - "define" : "CARES_STATICLIB" - }, - { - "backtrace" : 5, - "define" : "KLEE_LIBCXX_BC_NAME=\"libc++.bca\"" - }, - { - "backtrace" : 5, - "define" : "KLEE_UCLIBC_BCA_NAME=\"klee-uclibc.bca\"" - }, - { - "backtrace" : 7, - "define" : "LOGURU_WITH_STREAMS=1" - }, - { - "backtrace" : 8, - "define" : "UTBOT_DEV_ROOT_DIR=\"/utbot_distr\"" - }, - { - "backtrace" : 5, - "define" : "_GNU_SOURCE" - }, - { - "backtrace" : 9, - "define" : "_LINUX" - }, - { - "backtrace" : 5, - "define" : "__CLANG_SUPPORT_DYN_ANNOTATION__" - }, - { - "backtrace" : 5, - "define" : "__STDC_CONSTANT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_FORMAT_MACROS" - }, - { - "backtrace" : 5, - "define" : "__STDC_LIMIT_MACROS" - } - ], - "includes" : - [ - { - "backtrace" : 10, - "path" : "/home/utbot/UTBotCpp/server/logger-aux" - }, - { - "backtrace" : 11, - "path" : "/home/utbot/UTBotCpp/submodules/json/src" - }, - { - "backtrace" : 12, - "path" : "/home/utbot/UTBotCpp/submodules/ordered-map/include" - }, - { - "backtrace" : 13, - "path" : "/home/utbot/UTBotCpp/submodules/parallel-hashmap" - }, - { - "backtrace" : 14, - "path" : "/utbot_distr/klee/include" - }, - { - "backtrace" : 15, - "path" : "/utbot_distr/cli" - }, - { - "backtrace" : 16, - "path" : "/home/utbot/UTBotCpp/server/cmake-build-debug" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/src" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/resources" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/server/thirdparty/ordered-map" - }, - { - "backtrace" : 5, - "path" : "/home/utbot/UTBotCpp/submodules/loguru" - }, - { - "backtrace" : 17, - "isSystem" : true, - "path" : "/utbot_distr/install/include" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/include/run_klee" - }, - { - "backtrace" : 5, - "isSystem" : true, - "path" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 2 - ], - "standard" : "17" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "UnitTestBotLib::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 5, - "id" : "loguru::@6890427a1f51a3e7e1df" - } - ], - "id" : "utbot::@6890427a1f51a3e7e1df", - "install" : - { - "destinations" : - [ - { - "backtrace" : 3, - "path" : "/usr/local" - } - ], - "prefix" : - { - "path" : "/usr/local" - } - }, - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-g -O0 -g -fstandalone-debug -fno-discard-value-names -fno-elide-constructors", - "role" : "flags" - }, - { - "fragment" : "-Wl,-export-dynamic -lpthread -ldl -Wl,-rpath-link, -Wl,-O3 -Wl,--gc-sections", - "role" : "flags" - }, - { - "fragment" : "-Wl,-rpath,\"\\$$ORIGIN/../lib:/utbot_distr/install/lib\"", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "libUnitTestBotLib.a", - "role" : "libraries" - }, - { - "backtrace" : 5, - "fragment" : "libloguru.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangTooling.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingInclusions.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangToolingCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewriteFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangFrontend.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangDriver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMOption.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangParse.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangRewrite.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSerialization.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangSema.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangASTMatchers.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangEdit.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangAST.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMFrontendOpenMP.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangLex.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libclangBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++_reflection.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc++.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgrpc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libssl.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcrypto.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libcares.a", - "role" : "libraries" - }, - { - "fragment" : "-lnsl", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_bad_optional_access.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libgpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_civil_time.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_time_zone.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_str_format_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_strings_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_base.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_dynamic_annotations.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_spinlock_wait.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/librt.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_int128.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_throw_delegate.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_raw_logging_internal.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libabsl_log_severity.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libaddress_sorting.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libupb.a", - "role" : "libraries" - }, - { - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libprotobuf.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeRunner.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeADT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Disassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86AsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86CodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCFGuard.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMGlobalISel.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSelectionDAG.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmPrinter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoDWARF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Desc.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCDisassembler.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Utils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMX86Info.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCJIT.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMExecutionEngine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRuntimeDyld.a", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libsqlite3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeModule.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCodeGen.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTarget.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMipo.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMScalarOpts.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAggressiveInstCombine.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitWriter.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMInstrumentation.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMVectorize.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMLinker.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTransformUtils.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAnalysis.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMProfileData.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMObject.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMTextAPI.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMCParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMMC.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoCodeView.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDebugInfoMSF.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMIRReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMAsmParser.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMCore.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMRemarks.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBitstreamReader.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMBinaryFormat.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverSolver.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeBasic.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz3.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleaverExpr.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/klee/lib/run_klee/RelWithDebInfo/libkleeSupport.a", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMSupport.a", - "role" : "libraries" - }, - { - "fragment" : "-ldl", - "role" : "libraries" - }, - { - "fragment" : "-lrt", - "role" : "libraries" - }, - { - "fragment" : "-ltinfo", - "role" : "libraries" - }, - { - "backtrace" : 4, - "fragment" : "-lpthread", - "role" : "libraries" - }, - { - "fragment" : "-lm", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libz.so", - "role" : "libraries" - }, - { - "fragment" : "/usr/lib/x86_64-linux-gnu/libtcmalloc.so", - "role" : "libraries" - }, - { - "fragment" : "/utbot_distr/install/lib/libLLVMDemangle.a", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "utbot", - "nameOnDisk" : "utbot", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - } - ], - "sources" : - [ - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "main.cpp", - "sourceGroupIndex" : 0 - } - ], - "type" : "EXECUTABLE" -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json b/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json deleted file mode 100644 index aa07b8abb..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-c83b8edc5946481ba397.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "kind" : "toolchains", - "toolchains" : - [ - { - "compiler" : - { - "id" : "Clang", - "implicit" : - { - "includeDirectories" : - [ - "/utbot_distr/klee/include", - "/utbot_distr/gtest/googletest/include", - "/usr/local/include", - "/utbot_distr/install/lib/clang/10.0.1/include", - "/usr/include/x86_64-linux-gnu", - "/usr/include" - ], - "linkDirectories" : - [ - "/usr/lib/gcc/x86_64-linux-gnu/9", - "/usr/lib/x86_64-linux-gnu", - "/lib/x86_64-linux-gnu", - "/lib64", - "/usr/lib", - "/utbot_distr/install/lib", - "/lib" - ], - "linkFrameworkDirectories" : [], - "linkLibraries" : - [ - "gcc", - "gcc_s", - "c", - "gcc", - "gcc_s" - ] - }, - "path" : "/utbot_distr/install/bin/clang", - "version" : "10.0.1" - }, - "language" : "C", - "sourceFileExtensions" : - [ - "c", - "m" - ] - }, - { - "compiler" : - { - "id" : "Clang", - "implicit" : - { - "includeDirectories" : - [ - "/utbot_distr/klee/include", - "/usr/include/c++/9", - "/usr/include/x86_64-linux-gnu/c++/9", - "/usr/include/c++/9/backward", - "/usr/local/include", - "/utbot_distr/install/lib/clang/10.0.1/include", - "/usr/include/x86_64-linux-gnu", - "/usr/include" - ], - "linkDirectories" : - [ - "/usr/lib/gcc/x86_64-linux-gnu/9", - "/usr/lib/x86_64-linux-gnu", - "/lib/x86_64-linux-gnu", - "/lib64", - "/usr/lib", - "/utbot_distr/install/lib", - "/lib" - ], - "linkFrameworkDirectories" : [], - "linkLibraries" : - [ - "stdc++", - "m", - "gcc_s", - "gcc", - "c", - "gcc_s", - "gcc" - ] - }, - "path" : "/utbot_distr/install/bin/clang++", - "version" : "10.0.1" - }, - "language" : "CXX", - "sourceFileExtensions" : - [ - "C", - "M", - "c++", - "cc", - "cpp", - "cxx", - "mm", - "mpp", - "CPP", - "ixx", - "cppm" - ] - } - ], - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json b/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json deleted file mode 100644 index 8332ae64a..000000000 --- a/server/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-efa5a9481205b76468dd.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "kind" : "toolchains", - "toolchains" : - [ - { - "compiler" : - { - "id" : "Clang", - "implicit" : - { - "includeDirectories" : - [ - "/utbot_distr/klee/include", - "/utbot_distr/gtest/googletest/include", - "/usr/local/include", - "/utbot_distr/install/lib/clang/10.0.1/include", - "/usr/include/x86_64-linux-gnu", - "/usr/include" - ], - "linkDirectories" : - [ - "/usr/lib/gcc/x86_64-linux-gnu/9", - "/usr/lib/x86_64-linux-gnu", - "/usr/lib64", - "/lib/x86_64-linux-gnu", - "/lib64", - "/usr/lib", - "/utbot_distr/install/lib", - "/lib" - ], - "linkFrameworkDirectories" : [], - "linkLibraries" : - [ - "gcc", - "gcc_s", - "c", - "gcc", - "gcc_s" - ] - }, - "path" : "/utbot_distr/install/bin/clang", - "version" : "10.0.1" - }, - "language" : "C", - "sourceFileExtensions" : - [ - "c", - "m" - ] - }, - { - "compiler" : - { - "id" : "Clang", - "implicit" : - { - "includeDirectories" : - [ - "/utbot_distr/klee/include", - "/usr/include/c++/9", - "/usr/include/x86_64-linux-gnu/c++/9", - "/usr/include/c++/9/backward", - "/usr/local/include", - "/utbot_distr/install/lib/clang/10.0.1/include", - "/usr/include/x86_64-linux-gnu", - "/usr/include" - ], - "linkDirectories" : - [ - "/usr/lib/gcc/x86_64-linux-gnu/9", - "/usr/lib/x86_64-linux-gnu", - "/usr/lib64", - "/lib/x86_64-linux-gnu", - "/lib64", - "/usr/lib", - "/utbot_distr/install/lib", - "/lib" - ], - "linkFrameworkDirectories" : [], - "linkLibraries" : - [ - "stdc++", - "m", - "gcc_s", - "gcc", - "c", - "gcc_s", - "gcc" - ] - }, - "path" : "/utbot_distr/install/bin/clang++", - "version" : "10.0.1" - }, - "language" : "CXX", - "sourceFileExtensions" : - [ - "C", - "M", - "c++", - "cc", - "cpp", - "cxx", - "mm", - "mpp", - "CPP", - "ixx", - "cppm" - ] - } - ], - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/server/cmake-build-debug/CTestTestfile.cmake b/server/cmake-build-debug/CTestTestfile.cmake deleted file mode 100644 index 298eb10df..000000000 --- a/server/cmake-build-debug/CTestTestfile.cmake +++ /dev/null @@ -1,9 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/utbot/UTBotCpp/server -# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(test "/home/utbot/UTBotCpp/server/cmake-build-debug/UTBot_UnitTests") -set_tests_properties(test PROPERTIES _BACKTRACE_TRIPLES "/home/utbot/UTBotCpp/server/CMakeLists.txt;189;add_test;/home/utbot/UTBotCpp/server/CMakeLists.txt;0;") -subdirs("googletest-build") diff --git a/server/cmake-build-debug/Testing/Temporary/LastTest.log b/server/cmake-build-debug/Testing/Temporary/LastTest.log deleted file mode 100644 index bd551ef3d..000000000 --- a/server/cmake-build-debug/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Jun 04 20:20 UTC ----------------------------------------------------------- -End testing: Jun 04 20:20 UTC diff --git a/server/cmake-build-debug/UnitTestBot.cbp b/server/cmake-build-debug/UnitTestBot.cbp deleted file mode 100644 index b24d714ad..000000000 --- a/server/cmake-build-debug/UnitTestBot.cbp +++ /dev/null @@ -1,1993 +0,0 @@ - - - - - - diff --git a/server/cmake-build-debug/googletest-build/CTestTestfile.cmake b/server/cmake-build-debug/googletest-build/CTestTestfile.cmake deleted file mode 100644 index cfade4790..000000000 --- a/server/cmake-build-debug/googletest-build/CTestTestfile.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# CMake generated Testfile for -# Source directory: /utbot_distr/gtest -# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("googlemock") diff --git a/server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake b/server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake deleted file mode 100644 index 3fb5eb0b9..000000000 --- a/server/cmake-build-debug/googletest-build/googlemock/CTestTestfile.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# CMake generated Testfile for -# Source directory: /utbot_distr/gtest/googlemock -# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googlemock -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("../googletest") diff --git a/server/cmake-build-debug/googletest-build/googlemock/gmock.cbp b/server/cmake-build-debug/googletest-build/googlemock/gmock.cbp deleted file mode 100644 index b9631db8e..000000000 --- a/server/cmake-build-debug/googletest-build/googlemock/gmock.cbp +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - diff --git a/server/cmake-build-debug/googletest-build/googletest-distribution.cbp b/server/cmake-build-debug/googletest-build/googletest-distribution.cbp deleted file mode 100644 index 7bbd2bba1..000000000 --- a/server/cmake-build-debug/googletest-build/googletest-distribution.cbp +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - diff --git a/server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake b/server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake deleted file mode 100644 index f182bba7c..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /utbot_distr/gtest/googletest -# Build directory: /home/utbot/UTBotCpp/server/cmake-build-debug/googletest-build/googletest -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake b/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake deleted file mode 100644 index 771cb7e3e..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfig.cmake +++ /dev/null @@ -1,33 +0,0 @@ - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was Config.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### -include(CMakeFindDependencyMacro) -if (ON) - set(THREADS_PREFER_PTHREAD_FLAG ) - find_dependency(Threads) -endif() - -include("${CMAKE_CURRENT_LIST_DIR}/GTestTargets.cmake") -check_required_components("") diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake b/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake deleted file mode 100644 index 86deec32d..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/generated/GTestConfigVersion.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. -# The variable CVF_VERSION must be set before calling configure_file(). - -set(PACKAGE_VERSION "1.10.0") - -if (PACKAGE_FIND_VERSION_RANGE) - # Package version must be in the requested version range - if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN) - OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX))) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - endif() -else() - if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) - set(PACKAGE_VERSION_EXACT TRUE) - endif() - endif() -endif() - - -# if the installed project requested no architecture check, don't perform the check -if("FALSE") - return() -endif() - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc deleted file mode 100644 index 2b5c593e6..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/generated/gmock.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=${pcfiledir}/../.. -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: gmock -Description: GoogleMock (without main() function) -Version: 1.10.0 -URL: https://github.com/google/googletest -Requires: gtest -Libs: -L${libdir} -lgmock -lpthread -Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc deleted file mode 100644 index 744b599a6..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/generated/gmock_main.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=${pcfiledir}/../.. -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: gmock_main -Description: GoogleMock (with main() function) -Version: 1.10.0 -URL: https://github.com/google/googletest -Requires: gmock -Libs: -L${libdir} -lgmock_main -lpthread -Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc deleted file mode 100644 index 686afc57f..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/generated/gtest.pc +++ /dev/null @@ -1,10 +0,0 @@ -prefix=${pcfiledir}/../.. -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: gtest -Description: GoogleTest (without main() function) -Version: 1.10.0 -URL: https://github.com/google/googletest -Libs: -L${libdir} -lgtest -lpthread -Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc b/server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc deleted file mode 100644 index 335f6d87c..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/generated/gtest_main.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=${pcfiledir}/../.. -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: gtest_main -Description: GoogleTest (with main() function) -Version: 1.10.0 -URL: https://github.com/google/googletest -Requires: gtest -Libs: -L${libdir} -lgtest_main -lpthread -Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread diff --git a/server/cmake-build-debug/googletest-build/googletest/gtest.cbp b/server/cmake-build-debug/googletest-build/googletest/gtest.cbp deleted file mode 100644 index 45307f78c..000000000 --- a/server/cmake-build-debug/googletest-build/googletest/gtest.cbp +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - diff --git a/server/cmake-build-debug/protobuf/testgen.grpc.pb.cc b/server/cmake-build-debug/protobuf/testgen.grpc.pb.cc deleted file mode 100644 index b6a7d306a..000000000 --- a/server/cmake-build-debug/protobuf/testgen.grpc.pb.cc +++ /dev/null @@ -1,1004 +0,0 @@ -// Generated by the gRPC C++ plugin. -// If you make any local change, they will be lost. -// source: testgen.proto - -#include "testgen.pb.h" -#include "testgen.grpc.pb.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -namespace testsgen { - -static const char* TestsGenService_method_names[] = { - "/testsgen.TestsGenService/Handshake", - "/testsgen.TestsGenService/Heartbeat", - "/testsgen.TestsGenService/OpenLogChannel", - "/testsgen.TestsGenService/CloseLogChannel", - "/testsgen.TestsGenService/OpenGTestChannel", - "/testsgen.TestsGenService/CloseGTestChannel", - "/testsgen.TestsGenService/RegisterClient", - "/testsgen.TestsGenService/GetFunctionReturnType", - "/testsgen.TestsGenService/GenerateSnippetTests", - "/testsgen.TestsGenService/GenerateProjectTests", - "/testsgen.TestsGenService/GenerateFileTests", - "/testsgen.TestsGenService/GenerateFunctionTests", - "/testsgen.TestsGenService/GenerateClassTests", - "/testsgen.TestsGenService/GenerateFolderTests", - "/testsgen.TestsGenService/GenerateLineTests", - "/testsgen.TestsGenService/GenerateAssertionFailTests", - "/testsgen.TestsGenService/GeneratePredicateTests", - "/testsgen.TestsGenService/CreateTestsCoverageAndResult", - "/testsgen.TestsGenService/GenerateProjectStubs", - "/testsgen.TestsGenService/PrintModulesContent", - "/testsgen.TestsGenService/ConfigureProject", - "/testsgen.TestsGenService/GetSourceCode", - "/testsgen.TestsGenService/GetProjectTargets", - "/testsgen.TestsGenService/GetFileTargets", -}; - -std::unique_ptr< TestsGenService::Stub> TestsGenService::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options) { - (void)options; - std::unique_ptr< TestsGenService::Stub> stub(new TestsGenService::Stub(channel)); - return stub; -} - -TestsGenService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) - : channel_(channel), rpcmethod_Handshake_(TestsGenService_method_names[0], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_Heartbeat_(TestsGenService_method_names[1], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_OpenLogChannel_(TestsGenService_method_names[2], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_CloseLogChannel_(TestsGenService_method_names[3], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_OpenGTestChannel_(TestsGenService_method_names[4], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_CloseGTestChannel_(TestsGenService_method_names[5], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RegisterClient_(TestsGenService_method_names[6], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetFunctionReturnType_(TestsGenService_method_names[7], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GenerateSnippetTests_(TestsGenService_method_names[8], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateProjectTests_(TestsGenService_method_names[9], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateFileTests_(TestsGenService_method_names[10], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateFunctionTests_(TestsGenService_method_names[11], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateClassTests_(TestsGenService_method_names[12], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateFolderTests_(TestsGenService_method_names[13], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateLineTests_(TestsGenService_method_names[14], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateAssertionFailTests_(TestsGenService_method_names[15], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GeneratePredicateTests_(TestsGenService_method_names[16], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_CreateTestsCoverageAndResult_(TestsGenService_method_names[17], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GenerateProjectStubs_(TestsGenService_method_names[18], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_PrintModulesContent_(TestsGenService_method_names[19], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ConfigureProject_(TestsGenService_method_names[20], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_GetSourceCode_(TestsGenService_method_names[21], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetProjectTargets_(TestsGenService_method_names[22], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetFileTargets_(TestsGenService_method_names[23], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - {} - -::grpc::Status TestsGenService::Stub::Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Handshake_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Handshake_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_Handshake_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_Handshake_, context, request, false); -} - -::grpc::Status TestsGenService::Stub::Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::HeartbeatResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Heartbeat_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_Heartbeat_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* TestsGenService::Stub::AsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::HeartbeatResponse>::Create(channel_.get(), cq, rpcmethod_Heartbeat_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* TestsGenService::Stub::PrepareAsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::HeartbeatResponse>::Create(channel_.get(), cq, rpcmethod_Heartbeat_, context, request, false); -} - -::grpc::ClientReader< ::testsgen::LogEntry>* TestsGenService::Stub::OpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), rpcmethod_OpenLogChannel_, context, request); -} - -void TestsGenService::Stub::experimental_async::OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::LogEntry>::Create(stub_->channel_.get(), stub_->rpcmethod_OpenLogChannel_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::AsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenLogChannel_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::PrepareAsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenLogChannel_, context, request, false, nullptr); -} - -::grpc::Status TestsGenService::Stub::CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_CloseLogChannel_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseLogChannel_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseLogChannel_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseLogChannel_, context, request, false); -} - -::grpc::ClientReader< ::testsgen::LogEntry>* TestsGenService::Stub::OpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), rpcmethod_OpenGTestChannel_, context, request); -} - -void TestsGenService::Stub::experimental_async::OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::LogEntry>::Create(stub_->channel_.get(), stub_->rpcmethod_OpenGTestChannel_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::AsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenGTestChannel_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::LogEntry>* TestsGenService::Stub::PrepareAsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::LogEntry>::Create(channel_.get(), cq, rpcmethod_OpenGTestChannel_, context, request, false, nullptr); -} - -::grpc::Status TestsGenService::Stub::CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_CloseGTestChannel_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CloseGTestChannel_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseGTestChannel_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_CloseGTestChannel_, context, request, false); -} - -::grpc::Status TestsGenService::Stub::RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::testsgen::DummyResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_RegisterClient_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_RegisterClient_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_RegisterClient_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_RegisterClient_, context, request, false); -} - -::grpc::Status TestsGenService::Stub::GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::testsgen::FunctionTypeResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetFunctionReturnType_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFunctionReturnType_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* TestsGenService::Stub::AsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FunctionTypeResponse>::Create(channel_.get(), cq, rpcmethod_GetFunctionReturnType_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* TestsGenService::Stub::PrepareAsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FunctionTypeResponse>::Create(channel_.get(), cq, rpcmethod_GetFunctionReturnType_, context, request, false); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateSnippetTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateSnippetTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateSnippetTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateSnippetTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateProjectTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateProjectTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateFileTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateFileTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFileTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFileTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateFunctionTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateFunctionTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFunctionTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFunctionTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateClassTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateClassTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateClassTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateClassTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateFolderTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateFolderTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFolderTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateFolderTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateLineTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateLineTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateLineTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateLineTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GenerateAssertionFailTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateAssertionFailTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateAssertionFailTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateAssertionFailTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::TestsResponse>* TestsGenService::Stub::GeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), rpcmethod_GeneratePredicateTests_, context, request); -} - -void TestsGenService::Stub::experimental_async::GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::TestsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GeneratePredicateTests_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::AsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GeneratePredicateTests_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* TestsGenService::Stub::PrepareAsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::TestsResponse>::Create(channel_.get(), cq, rpcmethod_GeneratePredicateTests_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>* TestsGenService::Stub::CreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(channel_.get(), rpcmethod_CreateTestsCoverageAndResult_, context, request); -} - -void TestsGenService::Stub::experimental_async::CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_CreateTestsCoverageAndResult_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* TestsGenService::Stub::AsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(channel_.get(), cq, rpcmethod_CreateTestsCoverageAndResult_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* TestsGenService::Stub::PrepareAsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::CoverageAndResultsResponse>::Create(channel_.get(), cq, rpcmethod_CreateTestsCoverageAndResult_, context, request, false, nullptr); -} - -::grpc::ClientReader< ::testsgen::StubsResponse>* TestsGenService::Stub::GenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::StubsResponse>::Create(channel_.get(), rpcmethod_GenerateProjectStubs_, context, request); -} - -void TestsGenService::Stub::experimental_async::GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::StubsResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::StubsResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_GenerateProjectStubs_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* TestsGenService::Stub::AsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::StubsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectStubs_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* TestsGenService::Stub::PrepareAsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::StubsResponse>::Create(channel_.get(), cq, rpcmethod_GenerateProjectStubs_, context, request, false, nullptr); -} - -::grpc::Status TestsGenService::Stub::PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::testsgen::DummyResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_PrintModulesContent_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_PrintModulesContent_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::AsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_PrintModulesContent_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* TestsGenService::Stub::PrepareAsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::DummyResponse>::Create(channel_.get(), cq, rpcmethod_PrintModulesContent_, context, request, false); -} - -::grpc::ClientReader< ::testsgen::ProjectConfigResponse>* TestsGenService::Stub::ConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) { - return ::grpc_impl::internal::ClientReaderFactory< ::testsgen::ProjectConfigResponse>::Create(channel_.get(), rpcmethod_ConfigureProject_, context, request); -} - -void TestsGenService::Stub::experimental_async::ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) { - ::grpc_impl::internal::ClientCallbackReaderFactory< ::testsgen::ProjectConfigResponse>::Create(stub_->channel_.get(), stub_->rpcmethod_ConfigureProject_, context, request, reactor); -} - -::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* TestsGenService::Stub::AsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::ProjectConfigResponse>::Create(channel_.get(), cq, rpcmethod_ConfigureProject_, context, request, true, tag); -} - -::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* TestsGenService::Stub::PrepareAsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncReaderFactory< ::testsgen::ProjectConfigResponse>::Create(channel_.get(), cq, rpcmethod_ConfigureProject_, context, request, false, nullptr); -} - -::grpc::Status TestsGenService::Stub::GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::testsgen::SourceCode* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetSourceCode_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetSourceCode_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* TestsGenService::Stub::AsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::SourceCode>::Create(channel_.get(), cq, rpcmethod_GetSourceCode_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* TestsGenService::Stub::PrepareAsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::SourceCode>::Create(channel_.get(), cq, rpcmethod_GetSourceCode_, context, request, false); -} - -::grpc::Status TestsGenService::Stub::GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::testsgen::ProjectTargetsResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetProjectTargets_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetProjectTargets_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* TestsGenService::Stub::AsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::ProjectTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetProjectTargets_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* TestsGenService::Stub::PrepareAsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::ProjectTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetProjectTargets_, context, request, false); -} - -::grpc::Status TestsGenService::Stub::GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::testsgen::FileTargetsResponse* response) { - return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetFileTargets_, context, request, response); -} - -void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, std::function f) { - ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, std::move(f)); -} - -void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, reactor); -} - -void TestsGenService::Stub::experimental_async::GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFileTargets_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* TestsGenService::Stub::AsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FileTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetFileTargets_, context, request, true); -} - -::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* TestsGenService::Stub::PrepareAsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::testsgen::FileTargetsResponse>::Create(channel_.get(), cq, rpcmethod_GetFileTargets_, context, request, false); -} - -TestsGenService::Service::Service() { - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[0], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::DummyRequest* req, - ::testsgen::DummyResponse* resp) { - return service->Handshake(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[1], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::DummyRequest* req, - ::testsgen::HeartbeatResponse* resp) { - return service->Heartbeat(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[2], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::LogChannelRequest* req, - ::grpc_impl::ServerWriter<::testsgen::LogEntry>* writer) { - return service->OpenLogChannel(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[3], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::DummyRequest* req, - ::testsgen::DummyResponse* resp) { - return service->CloseLogChannel(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[4], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::LogChannelRequest* req, - ::grpc_impl::ServerWriter<::testsgen::LogEntry>* writer) { - return service->OpenGTestChannel(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[5], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::DummyRequest* req, - ::testsgen::DummyResponse* resp) { - return service->CloseGTestChannel(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[6], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::RegisterClientRequest* req, - ::testsgen::DummyResponse* resp) { - return service->RegisterClient(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[7], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::FunctionRequest* req, - ::testsgen::FunctionTypeResponse* resp) { - return service->GetFunctionReturnType(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[8], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::SnippetRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::SnippetRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateSnippetTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[9], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ProjectRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::ProjectRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateProjectTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[10], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::FileRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::FileRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateFileTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[11], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::FunctionRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::FunctionRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateFunctionTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[12], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ClassRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::ClassRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateClassTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[13], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::FolderRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::FolderRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateFolderTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[14], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::LineRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::LineRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateLineTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[15], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::AssertionRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::AssertionRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GenerateAssertionFailTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[16], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::PredicateRequest, ::testsgen::TestsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::PredicateRequest* req, - ::grpc_impl::ServerWriter<::testsgen::TestsResponse>* writer) { - return service->GeneratePredicateTests(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[17], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::CoverageAndResultsRequest* req, - ::grpc_impl::ServerWriter<::testsgen::CoverageAndResultsResponse>* writer) { - return service->CreateTestsCoverageAndResult(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[18], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ProjectRequest, ::testsgen::StubsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::ProjectRequest* req, - ::grpc_impl::ServerWriter<::testsgen::StubsResponse>* writer) { - return service->GenerateProjectStubs(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[19], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::ProjectContext, ::testsgen::DummyResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::ProjectContext* req, - ::testsgen::DummyResponse* resp) { - return service->PrintModulesContent(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[20], - ::grpc::internal::RpcMethod::SERVER_STREAMING, - new ::grpc::internal::ServerStreamingHandler< TestsGenService::Service, ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::ProjectConfigRequest* req, - ::grpc_impl::ServerWriter<::testsgen::ProjectConfigResponse>* writer) { - return service->ConfigureProject(ctx, req, writer); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[21], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::SourceInfo, ::testsgen::SourceCode>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::SourceInfo* req, - ::testsgen::SourceCode* resp) { - return service->GetSourceCode(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[22], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::ProjectTargetsRequest* req, - ::testsgen::ProjectTargetsResponse* resp) { - return service->GetProjectTargets(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TestsGenService_method_names[23], - ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TestsGenService::Service, ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>( - [](TestsGenService::Service* service, - ::grpc_impl::ServerContext* ctx, - const ::testsgen::FileTargetsRequest* req, - ::testsgen::FileTargetsResponse* resp) { - return service->GetFileTargets(ctx, req, resp); - }, this))); -} - -TestsGenService::Service::~Service() { -} - -::grpc::Status TestsGenService::Service::Handshake(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::Heartbeat(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::OpenLogChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::CloseLogChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::OpenGTestChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::CloseGTestChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::RegisterClient(::grpc::ServerContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GetFunctionReturnType(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateSnippetTests(::grpc::ServerContext* context, const ::testsgen::SnippetRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateProjectTests(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateFileTests(::grpc::ServerContext* context, const ::testsgen::FileRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateFunctionTests(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateClassTests(::grpc::ServerContext* context, const ::testsgen::ClassRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateFolderTests(::grpc::ServerContext* context, const ::testsgen::FolderRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateLineTests(::grpc::ServerContext* context, const ::testsgen::LineRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateAssertionFailTests(::grpc::ServerContext* context, const ::testsgen::AssertionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GeneratePredicateTests(::grpc::ServerContext* context, const ::testsgen::PredicateRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::CreateTestsCoverageAndResult(::grpc::ServerContext* context, const ::testsgen::CoverageAndResultsRequest* request, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GenerateProjectStubs(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::StubsResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::PrintModulesContent(::grpc::ServerContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::ConfigureProject(::grpc::ServerContext* context, const ::testsgen::ProjectConfigRequest* request, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* writer) { - (void) context; - (void) request; - (void) writer; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GetSourceCode(::grpc::ServerContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GetProjectTargets(::grpc::ServerContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - -::grpc::Status TestsGenService::Service::GetFileTargets(::grpc::ServerContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - - -} // namespace testsgen - diff --git a/server/cmake-build-debug/protobuf/testgen.grpc.pb.h b/server/cmake-build-debug/protobuf/testgen.grpc.pb.h deleted file mode 100644 index 002dbfb18..000000000 --- a/server/cmake-build-debug/protobuf/testgen.grpc.pb.h +++ /dev/null @@ -1,4965 +0,0 @@ -// Generated by the gRPC C++ plugin. -// If you make any local change, they will be lost. -// source: testgen.proto -#ifndef GRPC_testgen_2eproto__INCLUDED -#define GRPC_testgen_2eproto__INCLUDED - -#include "testgen.pb.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -namespace testsgen { - -class TestsGenService final { - public: - static constexpr char const* service_full_name() { - return "testsgen.TestsGenService"; - } - class StubInterface { - public: - virtual ~StubInterface() {} - virtual ::grpc::Status Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncHandshakeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncHandshakeRaw(context, request, cq)); - } - virtual ::grpc::Status Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::HeartbeatResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>> AsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>>(AsyncHeartbeatRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>> PrepareAsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>>(PrepareAsyncHeartbeatRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>> OpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>>(OpenLogChannelRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> AsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(AsyncOpenLogChannelRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> PrepareAsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(PrepareAsyncOpenLogChannelRaw(context, request, cq)); - } - virtual ::grpc::Status CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncCloseLogChannelRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncCloseLogChannelRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>> OpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::LogEntry>>(OpenGTestChannelRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> AsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(AsyncOpenGTestChannelRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>> PrepareAsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>>(PrepareAsyncOpenGTestChannelRaw(context, request, cq)); - } - virtual ::grpc::Status CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncCloseGTestChannelRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncCloseGTestChannelRaw(context, request, cq)); - } - virtual ::grpc::Status RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::testsgen::DummyResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncRegisterClientRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncRegisterClientRaw(context, request, cq)); - } - virtual ::grpc::Status GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::testsgen::FunctionTypeResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>> AsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>>(AsyncGetFunctionReturnTypeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>> PrepareAsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>>(PrepareAsyncGetFunctionReturnTypeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateSnippetTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateSnippetTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateSnippetTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateProjectTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateProjectTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateProjectTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateFileTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateFileTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFileTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateFunctionTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateFunctionTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFunctionTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateClassTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateClassTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateClassTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateFolderTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateFolderTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFolderTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateLineTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateLineTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateLineTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GenerateAssertionFailTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGenerateAssertionFailTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGenerateAssertionFailTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>> GeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>>(GeneratePredicateTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> AsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(AsyncGeneratePredicateTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>> PrepareAsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>>(PrepareAsyncGeneratePredicateTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::CoverageAndResultsResponse>> CreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::CoverageAndResultsResponse>>(CreateTestsCoverageAndResultRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>> AsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>>(AsyncCreateTestsCoverageAndResultRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>> PrepareAsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>>(PrepareAsyncCreateTestsCoverageAndResultRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::StubsResponse>> GenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::StubsResponse>>(GenerateProjectStubsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>> AsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>>(AsyncGenerateProjectStubsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>> PrepareAsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>>(PrepareAsyncGenerateProjectStubsRaw(context, request, cq)); - } - virtual ::grpc::Status PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::testsgen::DummyResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> AsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(AsyncPrintModulesContentRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>> PrepareAsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>>(PrepareAsyncPrintModulesContentRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::ProjectConfigResponse>> ConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) { - return std::unique_ptr< ::grpc::ClientReaderInterface< ::testsgen::ProjectConfigResponse>>(ConfigureProjectRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>> AsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>>(AsyncConfigureProjectRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>> PrepareAsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>>(PrepareAsyncConfigureProjectRaw(context, request, cq)); - } - virtual ::grpc::Status GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::testsgen::SourceCode* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>> AsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>>(AsyncGetSourceCodeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>> PrepareAsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>>(PrepareAsyncGetSourceCodeRaw(context, request, cq)); - } - virtual ::grpc::Status GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::testsgen::ProjectTargetsResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>> AsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>>(AsyncGetProjectTargetsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>> PrepareAsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>>(PrepareAsyncGetProjectTargetsRaw(context, request, cq)); - } - virtual ::grpc::Status GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::testsgen::FileTargetsResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>> AsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>>(AsyncGetFileTargetsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>> PrepareAsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>>(PrepareAsyncGetFileTargetsRaw(context, request, cq)); - } - class experimental_async_interface { - public: - virtual ~experimental_async_interface() {} - virtual void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; - virtual void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - virtual void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, std::function) = 0; - virtual void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; - #else - virtual void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; - #endif - virtual void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; - virtual void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; - #else - virtual void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) = 0; - #endif - virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; - virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - virtual void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, std::function) = 0; - virtual void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, std::function) = 0; - virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #else - virtual void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) = 0; - #else - virtual void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::StubsResponse>* reactor) = 0; - #else - virtual void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::StubsResponse>* reactor) = 0; - #endif - virtual void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, std::function) = 0; - virtual void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) = 0; - #else - virtual void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) = 0; - #endif - virtual void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, std::function) = 0; - virtual void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - virtual void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, std::function) = 0; - virtual void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - virtual void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, std::function) = 0; - virtual void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - }; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - typedef class experimental_async_interface async_interface; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - async_interface* async() { return experimental_async(); } - #endif - virtual class experimental_async_interface* experimental_async() { return nullptr; } - private: - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>* AsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::HeartbeatResponse>* PrepareAsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::LogEntry>* OpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* AsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* PrepareAsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::LogEntry>* OpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* AsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::LogEntry>* PrepareAsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>* AsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FunctionTypeResponse>* PrepareAsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::TestsResponse>* GeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* AsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::TestsResponse>* PrepareAsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>* AsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::CoverageAndResultsResponse>* PrepareAsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::StubsResponse>* GenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>* AsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::StubsResponse>* PrepareAsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* AsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::DummyResponse>* PrepareAsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientReaderInterface< ::testsgen::ProjectConfigResponse>* ConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>* AsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) = 0; - virtual ::grpc::ClientAsyncReaderInterface< ::testsgen::ProjectConfigResponse>* PrepareAsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>* AsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::SourceCode>* PrepareAsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>* AsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::ProjectTargetsResponse>* PrepareAsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>* AsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::testsgen::FileTargetsResponse>* PrepareAsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) = 0; - }; - class Stub final : public StubInterface { - public: - Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel); - ::grpc::Status Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncHandshakeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncHandshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncHandshakeRaw(context, request, cq)); - } - ::grpc::Status Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::HeartbeatResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>> AsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>>(AsyncHeartbeatRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>> PrepareAsyncHeartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>>(PrepareAsyncHeartbeatRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>> OpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>>(OpenLogChannelRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> AsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(AsyncOpenLogChannelRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> PrepareAsyncOpenLogChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(PrepareAsyncOpenLogChannelRaw(context, request, cq)); - } - ::grpc::Status CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncCloseLogChannelRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncCloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncCloseLogChannelRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>> OpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::LogEntry>>(OpenGTestChannelRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> AsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(AsyncOpenGTestChannelRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>> PrepareAsyncOpenGTestChannel(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::LogEntry>>(PrepareAsyncOpenGTestChannelRaw(context, request, cq)); - } - ::grpc::Status CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::testsgen::DummyResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncCloseGTestChannelRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncCloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncCloseGTestChannelRaw(context, request, cq)); - } - ::grpc::Status RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::testsgen::DummyResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncRegisterClientRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncRegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncRegisterClientRaw(context, request, cq)); - } - ::grpc::Status GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::testsgen::FunctionTypeResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>> AsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>>(AsyncGetFunctionReturnTypeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>> PrepareAsyncGetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>>(PrepareAsyncGetFunctionReturnTypeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateSnippetTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateSnippetTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateSnippetTests(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateSnippetTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateProjectTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateProjectTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateProjectTests(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateProjectTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateFileTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateFileTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateFileTests(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFileTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateFunctionTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateFunctionTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateFunctionTests(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFunctionTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateClassTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateClassTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateClassTests(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateClassTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateFolderTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateFolderTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateFolderTests(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateFolderTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateLineTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateLineTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateLineTests(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateLineTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GenerateAssertionFailTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGenerateAssertionFailTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGenerateAssertionFailTests(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGenerateAssertionFailTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>> GeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::TestsResponse>>(GeneratePredicateTestsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> AsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(AsyncGeneratePredicateTestsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>> PrepareAsyncGeneratePredicateTests(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>>(PrepareAsyncGeneratePredicateTestsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>> CreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>>(CreateTestsCoverageAndResultRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>> AsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>>(AsyncCreateTestsCoverageAndResultRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>> PrepareAsyncCreateTestsCoverageAndResult(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>>(PrepareAsyncCreateTestsCoverageAndResultRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::StubsResponse>> GenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::StubsResponse>>(GenerateProjectStubsRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>> AsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>>(AsyncGenerateProjectStubsRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>> PrepareAsyncGenerateProjectStubs(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>>(PrepareAsyncGenerateProjectStubsRaw(context, request, cq)); - } - ::grpc::Status PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::testsgen::DummyResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> AsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(AsyncPrintModulesContentRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>> PrepareAsyncPrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>>(PrepareAsyncPrintModulesContentRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientReader< ::testsgen::ProjectConfigResponse>> ConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) { - return std::unique_ptr< ::grpc::ClientReader< ::testsgen::ProjectConfigResponse>>(ConfigureProjectRaw(context, request)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>> AsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>>(AsyncConfigureProjectRaw(context, request, cq, tag)); - } - std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>> PrepareAsyncConfigureProject(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>>(PrepareAsyncConfigureProjectRaw(context, request, cq)); - } - ::grpc::Status GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::testsgen::SourceCode* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>> AsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>>(AsyncGetSourceCodeRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>> PrepareAsyncGetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>>(PrepareAsyncGetSourceCodeRaw(context, request, cq)); - } - ::grpc::Status GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::testsgen::ProjectTargetsResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>> AsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>>(AsyncGetProjectTargetsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>> PrepareAsyncGetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>>(PrepareAsyncGetProjectTargetsRaw(context, request, cq)); - } - ::grpc::Status GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::testsgen::FileTargetsResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>> AsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>>(AsyncGetFileTargetsRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>> PrepareAsyncGetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>>(PrepareAsyncGetFileTargetsRaw(context, request, cq)); - } - class experimental_async final : - public StubInterface::experimental_async_interface { - public: - void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) override; - void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void Handshake(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void Handshake(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, std::function) override; - void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void Heartbeat(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void Heartbeat(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::HeartbeatResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; - #else - void OpenLogChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; - #endif - void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) override; - void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void CloseLogChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void CloseLogChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; - #else - void OpenGTestChannel(::grpc::ClientContext* context, ::testsgen::LogChannelRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::LogEntry>* reactor) override; - #endif - void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, std::function) override; - void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void CloseGTestChannel(::grpc::ClientContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void CloseGTestChannel(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, std::function) override; - void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void RegisterClient(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void RegisterClient(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, std::function) override; - void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetFunctionReturnType(::grpc::ClientContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetFunctionReturnType(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FunctionTypeResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateSnippetTests(::grpc::ClientContext* context, ::testsgen::SnippetRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateProjectTests(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateFileTests(::grpc::ClientContext* context, ::testsgen::FileRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateFunctionTests(::grpc::ClientContext* context, ::testsgen::FunctionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateClassTests(::grpc::ClientContext* context, ::testsgen::ClassRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateFolderTests(::grpc::ClientContext* context, ::testsgen::FolderRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateLineTests(::grpc::ClientContext* context, ::testsgen::LineRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GenerateAssertionFailTests(::grpc::ClientContext* context, ::testsgen::AssertionRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #else - void GeneratePredicateTests(::grpc::ClientContext* context, ::testsgen::PredicateRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::TestsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) override; - #else - void CreateTestsCoverageAndResult(::grpc::ClientContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::CoverageAndResultsResponse>* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::ClientReadReactor< ::testsgen::StubsResponse>* reactor) override; - #else - void GenerateProjectStubs(::grpc::ClientContext* context, ::testsgen::ProjectRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::StubsResponse>* reactor) override; - #endif - void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, std::function) override; - void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void PrintModulesContent(::grpc::ClientContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void PrintModulesContent(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::DummyResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) override; - #else - void ConfigureProject(::grpc::ClientContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::experimental::ClientReadReactor< ::testsgen::ProjectConfigResponse>* reactor) override; - #endif - void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, std::function) override; - void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetSourceCode(::grpc::ClientContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetSourceCode(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::SourceCode* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, std::function) override; - void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetProjectTargets(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetProjectTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::ProjectTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, std::function) override; - void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetFileTargets(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void GetFileTargets(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::testsgen::FileTargetsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif - private: - friend class Stub; - explicit experimental_async(Stub* stub): stub_(stub) { } - Stub* stub() { return stub_; } - Stub* stub_; - }; - class experimental_async_interface* experimental_async() override { return &async_stub_; } - - private: - std::shared_ptr< ::grpc::ChannelInterface> channel_; - class experimental_async async_stub_{this}; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncHandshakeRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* AsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::HeartbeatResponse>* PrepareAsyncHeartbeatRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::LogEntry>* OpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* AsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* PrepareAsyncOpenLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncCloseLogChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::LogEntry>* OpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* AsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::LogEntry>* PrepareAsyncOpenGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::LogChannelRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncCloseGTestChannelRaw(::grpc::ClientContext* context, const ::testsgen::DummyRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncRegisterClientRaw(::grpc::ClientContext* context, const ::testsgen::RegisterClientRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* AsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::FunctionTypeResponse>* PrepareAsyncGetFunctionReturnTypeRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateSnippetTestsRaw(::grpc::ClientContext* context, const ::testsgen::SnippetRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateProjectTestsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateFileTestsRaw(::grpc::ClientContext* context, const ::testsgen::FileRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateFunctionTestsRaw(::grpc::ClientContext* context, const ::testsgen::FunctionRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateClassTestsRaw(::grpc::ClientContext* context, const ::testsgen::ClassRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateFolderTestsRaw(::grpc::ClientContext* context, const ::testsgen::FolderRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateLineTestsRaw(::grpc::ClientContext* context, const ::testsgen::LineRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGenerateAssertionFailTestsRaw(::grpc::ClientContext* context, const ::testsgen::AssertionRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::TestsResponse>* GeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* AsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::TestsResponse>* PrepareAsyncGeneratePredicateTestsRaw(::grpc::ClientContext* context, const ::testsgen::PredicateRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* AsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::CoverageAndResultsResponse>* PrepareAsyncCreateTestsCoverageAndResultRaw(::grpc::ClientContext* context, const ::testsgen::CoverageAndResultsRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::StubsResponse>* GenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* AsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::StubsResponse>* PrepareAsyncGenerateProjectStubsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* AsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::DummyResponse>* PrepareAsyncPrintModulesContentRaw(::grpc::ClientContext* context, const ::testsgen::ProjectContext& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientReader< ::testsgen::ProjectConfigResponse>* ConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request) override; - ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* AsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq, void* tag) override; - ::grpc::ClientAsyncReader< ::testsgen::ProjectConfigResponse>* PrepareAsyncConfigureProjectRaw(::grpc::ClientContext* context, const ::testsgen::ProjectConfigRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* AsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::SourceCode>* PrepareAsyncGetSourceCodeRaw(::grpc::ClientContext* context, const ::testsgen::SourceInfo& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* AsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::ProjectTargetsResponse>* PrepareAsyncGetProjectTargetsRaw(::grpc::ClientContext* context, const ::testsgen::ProjectTargetsRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* AsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::testsgen::FileTargetsResponse>* PrepareAsyncGetFileTargetsRaw(::grpc::ClientContext* context, const ::testsgen::FileTargetsRequest& request, ::grpc::CompletionQueue* cq) override; - const ::grpc::internal::RpcMethod rpcmethod_Handshake_; - const ::grpc::internal::RpcMethod rpcmethod_Heartbeat_; - const ::grpc::internal::RpcMethod rpcmethod_OpenLogChannel_; - const ::grpc::internal::RpcMethod rpcmethod_CloseLogChannel_; - const ::grpc::internal::RpcMethod rpcmethod_OpenGTestChannel_; - const ::grpc::internal::RpcMethod rpcmethod_CloseGTestChannel_; - const ::grpc::internal::RpcMethod rpcmethod_RegisterClient_; - const ::grpc::internal::RpcMethod rpcmethod_GetFunctionReturnType_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateSnippetTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateProjectTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateFileTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateFunctionTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateClassTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateFolderTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateLineTests_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateAssertionFailTests_; - const ::grpc::internal::RpcMethod rpcmethod_GeneratePredicateTests_; - const ::grpc::internal::RpcMethod rpcmethod_CreateTestsCoverageAndResult_; - const ::grpc::internal::RpcMethod rpcmethod_GenerateProjectStubs_; - const ::grpc::internal::RpcMethod rpcmethod_PrintModulesContent_; - const ::grpc::internal::RpcMethod rpcmethod_ConfigureProject_; - const ::grpc::internal::RpcMethod rpcmethod_GetSourceCode_; - const ::grpc::internal::RpcMethod rpcmethod_GetProjectTargets_; - const ::grpc::internal::RpcMethod rpcmethod_GetFileTargets_; - }; - static std::unique_ptr NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions()); - - class Service : public ::grpc::Service { - public: - Service(); - virtual ~Service(); - virtual ::grpc::Status Handshake(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response); - virtual ::grpc::Status Heartbeat(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response); - virtual ::grpc::Status OpenLogChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer); - virtual ::grpc::Status CloseLogChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response); - virtual ::grpc::Status OpenGTestChannel(::grpc::ServerContext* context, const ::testsgen::LogChannelRequest* request, ::grpc::ServerWriter< ::testsgen::LogEntry>* writer); - virtual ::grpc::Status CloseGTestChannel(::grpc::ServerContext* context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response); - virtual ::grpc::Status RegisterClient(::grpc::ServerContext* context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response); - virtual ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response); - virtual ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* context, const ::testsgen::SnippetRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateProjectTests(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateFileTests(::grpc::ServerContext* context, const ::testsgen::FileRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* context, const ::testsgen::FunctionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateClassTests(::grpc::ServerContext* context, const ::testsgen::ClassRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateFolderTests(::grpc::ServerContext* context, const ::testsgen::FolderRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateLineTests(::grpc::ServerContext* context, const ::testsgen::LineRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* context, const ::testsgen::AssertionRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* context, const ::testsgen::PredicateRequest* request, ::grpc::ServerWriter< ::testsgen::TestsResponse>* writer); - virtual ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* context, const ::testsgen::CoverageAndResultsRequest* request, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* writer); - virtual ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* context, const ::testsgen::ProjectRequest* request, ::grpc::ServerWriter< ::testsgen::StubsResponse>* writer); - virtual ::grpc::Status PrintModulesContent(::grpc::ServerContext* context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response); - virtual ::grpc::Status ConfigureProject(::grpc::ServerContext* context, const ::testsgen::ProjectConfigRequest* request, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* writer); - virtual ::grpc::Status GetSourceCode(::grpc::ServerContext* context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response); - virtual ::grpc::Status GetProjectTargets(::grpc::ServerContext* context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response); - virtual ::grpc::Status GetFileTargets(::grpc::ServerContext* context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response); - }; - template - class WithAsyncMethod_Handshake : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_Handshake() { - ::grpc::Service::MarkMethodAsync(0); - } - ~WithAsyncMethod_Handshake() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestHandshake(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_Heartbeat : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_Heartbeat() { - ::grpc::Service::MarkMethodAsync(1); - } - ~WithAsyncMethod_Heartbeat() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestHeartbeat(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::HeartbeatResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(1, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_OpenLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_OpenLogChannel() { - ::grpc::Service::MarkMethodAsync(2); - } - ~WithAsyncMethod_OpenLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestOpenLogChannel(::grpc::ServerContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::LogEntry>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_CloseLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_CloseLogChannel() { - ::grpc::Service::MarkMethodAsync(3); - } - ~WithAsyncMethod_CloseLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestCloseLogChannel(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(3, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_OpenGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_OpenGTestChannel() { - ::grpc::Service::MarkMethodAsync(4); - } - ~WithAsyncMethod_OpenGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestOpenGTestChannel(::grpc::ServerContext* context, ::testsgen::LogChannelRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::LogEntry>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(4, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_CloseGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_CloseGTestChannel() { - ::grpc::Service::MarkMethodAsync(5); - } - ~WithAsyncMethod_CloseGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestCloseGTestChannel(::grpc::ServerContext* context, ::testsgen::DummyRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(5, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_RegisterClient : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_RegisterClient() { - ::grpc::Service::MarkMethodAsync(6); - } - ~WithAsyncMethod_RegisterClient() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestRegisterClient(::grpc::ServerContext* context, ::testsgen::RegisterClientRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(6, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GetFunctionReturnType : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GetFunctionReturnType() { - ::grpc::Service::MarkMethodAsync(7); - } - ~WithAsyncMethod_GetFunctionReturnType() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetFunctionReturnType(::grpc::ServerContext* context, ::testsgen::FunctionRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::FunctionTypeResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(7, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateSnippetTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateSnippetTests() { - ::grpc::Service::MarkMethodAsync(8); - } - ~WithAsyncMethod_GenerateSnippetTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateSnippetTests(::grpc::ServerContext* context, ::testsgen::SnippetRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(8, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateProjectTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateProjectTests() { - ::grpc::Service::MarkMethodAsync(9); - } - ~WithAsyncMethod_GenerateProjectTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateProjectTests(::grpc::ServerContext* context, ::testsgen::ProjectRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(9, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateFileTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateFileTests() { - ::grpc::Service::MarkMethodAsync(10); - } - ~WithAsyncMethod_GenerateFileTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateFileTests(::grpc::ServerContext* context, ::testsgen::FileRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(10, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateFunctionTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateFunctionTests() { - ::grpc::Service::MarkMethodAsync(11); - } - ~WithAsyncMethod_GenerateFunctionTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateFunctionTests(::grpc::ServerContext* context, ::testsgen::FunctionRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(11, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateClassTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateClassTests() { - ::grpc::Service::MarkMethodAsync(12); - } - ~WithAsyncMethod_GenerateClassTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateClassTests(::grpc::ServerContext* context, ::testsgen::ClassRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(12, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateFolderTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateFolderTests() { - ::grpc::Service::MarkMethodAsync(13); - } - ~WithAsyncMethod_GenerateFolderTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateFolderTests(::grpc::ServerContext* context, ::testsgen::FolderRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(13, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateLineTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateLineTests() { - ::grpc::Service::MarkMethodAsync(14); - } - ~WithAsyncMethod_GenerateLineTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateLineTests(::grpc::ServerContext* context, ::testsgen::LineRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(14, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateAssertionFailTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateAssertionFailTests() { - ::grpc::Service::MarkMethodAsync(15); - } - ~WithAsyncMethod_GenerateAssertionFailTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateAssertionFailTests(::grpc::ServerContext* context, ::testsgen::AssertionRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(15, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GeneratePredicateTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GeneratePredicateTests() { - ::grpc::Service::MarkMethodAsync(16); - } - ~WithAsyncMethod_GeneratePredicateTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGeneratePredicateTests(::grpc::ServerContext* context, ::testsgen::PredicateRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::TestsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(16, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_CreateTestsCoverageAndResult : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_CreateTestsCoverageAndResult() { - ::grpc::Service::MarkMethodAsync(17); - } - ~WithAsyncMethod_CreateTestsCoverageAndResult() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestCreateTestsCoverageAndResult(::grpc::ServerContext* context, ::testsgen::CoverageAndResultsRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::CoverageAndResultsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(17, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GenerateProjectStubs : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GenerateProjectStubs() { - ::grpc::Service::MarkMethodAsync(18); - } - ~WithAsyncMethod_GenerateProjectStubs() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateProjectStubs(::grpc::ServerContext* context, ::testsgen::ProjectRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::StubsResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(18, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_PrintModulesContent : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_PrintModulesContent() { - ::grpc::Service::MarkMethodAsync(19); - } - ~WithAsyncMethod_PrintModulesContent() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestPrintModulesContent(::grpc::ServerContext* context, ::testsgen::ProjectContext* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::DummyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_ConfigureProject : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_ConfigureProject() { - ::grpc::Service::MarkMethodAsync(20); - } - ~WithAsyncMethod_ConfigureProject() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestConfigureProject(::grpc::ServerContext* context, ::testsgen::ProjectConfigRequest* request, ::grpc::ServerAsyncWriter< ::testsgen::ProjectConfigResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(20, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GetSourceCode : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GetSourceCode() { - ::grpc::Service::MarkMethodAsync(21); - } - ~WithAsyncMethod_GetSourceCode() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetSourceCode(::grpc::ServerContext* context, ::testsgen::SourceInfo* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::SourceCode>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GetProjectTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GetProjectTargets() { - ::grpc::Service::MarkMethodAsync(22); - } - ~WithAsyncMethod_GetProjectTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetProjectTargets(::grpc::ServerContext* context, ::testsgen::ProjectTargetsRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::ProjectTargetsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithAsyncMethod_GetFileTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_GetFileTargets() { - ::grpc::Service::MarkMethodAsync(23); - } - ~WithAsyncMethod_GetFileTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetFileTargets(::grpc::ServerContext* context, ::testsgen::FileTargetsRequest* request, ::grpc::ServerAsyncResponseWriter< ::testsgen::FileTargetsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); - } - }; - typedef WithAsyncMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > AsyncService; - template - class ExperimentalWithCallbackMethod_Handshake : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_Handshake() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(0, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { return this->Handshake(context, request, response); }));} - void SetMessageAllocatorFor_Handshake( - ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::DummyResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(0); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(0); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_Handshake() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* Handshake( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* Handshake( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_Heartbeat : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_Heartbeat() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(1, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::DummyRequest* request, ::testsgen::HeartbeatResponse* response) { return this->Heartbeat(context, request, response); }));} - void SetMessageAllocatorFor_Heartbeat( - ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(1); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(1); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_Heartbeat() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* Heartbeat( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* Heartbeat( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_OpenLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_OpenLogChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(2, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::LogChannelRequest* request) { return this->OpenLogChannel(context, request); })); - } - ~ExperimentalWithCallbackMethod_OpenLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::LogEntry>* OpenLogChannel( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::LogEntry>* OpenLogChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_CloseLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_CloseLogChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(3, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { return this->CloseLogChannel(context, request, response); }));} - void SetMessageAllocatorFor_CloseLogChannel( - ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::DummyResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(3); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(3); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_CloseLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* CloseLogChannel( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* CloseLogChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_OpenGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_OpenGTestChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(4, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::LogChannelRequest* request) { return this->OpenGTestChannel(context, request); })); - } - ~ExperimentalWithCallbackMethod_OpenGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::LogEntry>* OpenGTestChannel( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::LogEntry>* OpenGTestChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_CloseGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_CloseGTestChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(5, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::DummyRequest* request, ::testsgen::DummyResponse* response) { return this->CloseGTestChannel(context, request, response); }));} - void SetMessageAllocatorFor_CloseGTestChannel( - ::grpc::experimental::MessageAllocator< ::testsgen::DummyRequest, ::testsgen::DummyResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(5); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(5); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::DummyRequest, ::testsgen::DummyResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_CloseGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* CloseGTestChannel( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* CloseGTestChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_RegisterClient : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_RegisterClient() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(6, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::RegisterClientRequest* request, ::testsgen::DummyResponse* response) { return this->RegisterClient(context, request, response); }));} - void SetMessageAllocatorFor_RegisterClient( - ::grpc::experimental::MessageAllocator< ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(6); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(6); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_RegisterClient() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* RegisterClient( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* RegisterClient( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GetFunctionReturnType : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GetFunctionReturnType() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(7, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::FunctionRequest* request, ::testsgen::FunctionTypeResponse* response) { return this->GetFunctionReturnType(context, request, response); }));} - void SetMessageAllocatorFor_GetFunctionReturnType( - ::grpc::experimental::MessageAllocator< ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(7); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(7); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_GetFunctionReturnType() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetFunctionReturnType( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetFunctionReturnType( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateSnippetTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateSnippetTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(8, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::SnippetRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::SnippetRequest* request) { return this->GenerateSnippetTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateSnippetTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateSnippetTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateSnippetTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateProjectTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateProjectTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(9, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ProjectRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::ProjectRequest* request) { return this->GenerateProjectTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateProjectTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateProjectTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateProjectTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateFileTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateFileTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(10, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::FileRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::FileRequest* request) { return this->GenerateFileTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateFileTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFileTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFileTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateFunctionTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateFunctionTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(11, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::FunctionRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::FunctionRequest* request) { return this->GenerateFunctionTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateFunctionTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFunctionTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFunctionTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateClassTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateClassTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(12, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ClassRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::ClassRequest* request) { return this->GenerateClassTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateClassTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateClassTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateClassTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateFolderTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateFolderTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(13, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::FolderRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::FolderRequest* request) { return this->GenerateFolderTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateFolderTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFolderTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateFolderTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateLineTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateLineTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(14, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::LineRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::LineRequest* request) { return this->GenerateLineTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateLineTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateLineTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateLineTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateAssertionFailTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateAssertionFailTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(15, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::AssertionRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::AssertionRequest* request) { return this->GenerateAssertionFailTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateAssertionFailTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateAssertionFailTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GenerateAssertionFailTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GeneratePredicateTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GeneratePredicateTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(16, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::PredicateRequest, ::testsgen::TestsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::PredicateRequest* request) { return this->GeneratePredicateTests(context, request); })); - } - ~ExperimentalWithCallbackMethod_GeneratePredicateTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::TestsResponse>* GeneratePredicateTests( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::TestsResponse>* GeneratePredicateTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_CreateTestsCoverageAndResult : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_CreateTestsCoverageAndResult() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(17, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::CoverageAndResultsRequest* request) { return this->CreateTestsCoverageAndResult(context, request); })); - } - ~ExperimentalWithCallbackMethod_CreateTestsCoverageAndResult() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResult( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::CoverageAndResultsResponse>* CreateTestsCoverageAndResult( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GenerateProjectStubs : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GenerateProjectStubs() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(18, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ProjectRequest, ::testsgen::StubsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::ProjectRequest* request) { return this->GenerateProjectStubs(context, request); })); - } - ~ExperimentalWithCallbackMethod_GenerateProjectStubs() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::StubsResponse>* GenerateProjectStubs( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::StubsResponse>* GenerateProjectStubs( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_PrintModulesContent : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_PrintModulesContent() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(19, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectContext, ::testsgen::DummyResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::ProjectContext* request, ::testsgen::DummyResponse* response) { return this->PrintModulesContent(context, request, response); }));} - void SetMessageAllocatorFor_PrintModulesContent( - ::grpc::experimental::MessageAllocator< ::testsgen::ProjectContext, ::testsgen::DummyResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(19); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(19); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectContext, ::testsgen::DummyResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_PrintModulesContent() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* PrintModulesContent( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* PrintModulesContent( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_ConfigureProject : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_ConfigureProject() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(20, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::ProjectConfigRequest* request) { return this->ConfigureProject(context, request); })); - } - ~ExperimentalWithCallbackMethod_ConfigureProject() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::testsgen::ProjectConfigResponse>* ConfigureProject( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::testsgen::ProjectConfigResponse>* ConfigureProject( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GetSourceCode : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GetSourceCode() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(21, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::SourceInfo, ::testsgen::SourceCode>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::SourceInfo* request, ::testsgen::SourceCode* response) { return this->GetSourceCode(context, request, response); }));} - void SetMessageAllocatorFor_GetSourceCode( - ::grpc::experimental::MessageAllocator< ::testsgen::SourceInfo, ::testsgen::SourceCode>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(21); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(21); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::SourceInfo, ::testsgen::SourceCode>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_GetSourceCode() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetSourceCode( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetSourceCode( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GetProjectTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GetProjectTargets() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(22, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::ProjectTargetsRequest* request, ::testsgen::ProjectTargetsResponse* response) { return this->GetProjectTargets(context, request, response); }));} - void SetMessageAllocatorFor_GetProjectTargets( - ::grpc::experimental::MessageAllocator< ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(22); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(22); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_GetProjectTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetProjectTargets( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetProjectTargets( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithCallbackMethod_GetFileTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_GetFileTargets() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(23, - new ::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::testsgen::FileTargetsRequest* request, ::testsgen::FileTargetsResponse* response) { return this->GetFileTargets(context, request, response); }));} - void SetMessageAllocatorFor_GetFileTargets( - ::grpc::experimental::MessageAllocator< ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(23); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(23); - #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_GetFileTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetFileTargets( - ::grpc::CallbackServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetFileTargets( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) - #endif - { return nullptr; } - }; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - typedef ExperimentalWithCallbackMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > CallbackService; - #endif - - typedef ExperimentalWithCallbackMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; - template - class WithGenericMethod_Handshake : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_Handshake() { - ::grpc::Service::MarkMethodGeneric(0); - } - ~WithGenericMethod_Handshake() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_Heartbeat : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_Heartbeat() { - ::grpc::Service::MarkMethodGeneric(1); - } - ~WithGenericMethod_Heartbeat() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_OpenLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_OpenLogChannel() { - ::grpc::Service::MarkMethodGeneric(2); - } - ~WithGenericMethod_OpenLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_CloseLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_CloseLogChannel() { - ::grpc::Service::MarkMethodGeneric(3); - } - ~WithGenericMethod_CloseLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_OpenGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_OpenGTestChannel() { - ::grpc::Service::MarkMethodGeneric(4); - } - ~WithGenericMethod_OpenGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_CloseGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_CloseGTestChannel() { - ::grpc::Service::MarkMethodGeneric(5); - } - ~WithGenericMethod_CloseGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_RegisterClient : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_RegisterClient() { - ::grpc::Service::MarkMethodGeneric(6); - } - ~WithGenericMethod_RegisterClient() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GetFunctionReturnType : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GetFunctionReturnType() { - ::grpc::Service::MarkMethodGeneric(7); - } - ~WithGenericMethod_GetFunctionReturnType() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateSnippetTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateSnippetTests() { - ::grpc::Service::MarkMethodGeneric(8); - } - ~WithGenericMethod_GenerateSnippetTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateProjectTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateProjectTests() { - ::grpc::Service::MarkMethodGeneric(9); - } - ~WithGenericMethod_GenerateProjectTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateFileTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateFileTests() { - ::grpc::Service::MarkMethodGeneric(10); - } - ~WithGenericMethod_GenerateFileTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateFunctionTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateFunctionTests() { - ::grpc::Service::MarkMethodGeneric(11); - } - ~WithGenericMethod_GenerateFunctionTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateClassTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateClassTests() { - ::grpc::Service::MarkMethodGeneric(12); - } - ~WithGenericMethod_GenerateClassTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateFolderTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateFolderTests() { - ::grpc::Service::MarkMethodGeneric(13); - } - ~WithGenericMethod_GenerateFolderTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateLineTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateLineTests() { - ::grpc::Service::MarkMethodGeneric(14); - } - ~WithGenericMethod_GenerateLineTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateAssertionFailTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateAssertionFailTests() { - ::grpc::Service::MarkMethodGeneric(15); - } - ~WithGenericMethod_GenerateAssertionFailTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GeneratePredicateTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GeneratePredicateTests() { - ::grpc::Service::MarkMethodGeneric(16); - } - ~WithGenericMethod_GeneratePredicateTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_CreateTestsCoverageAndResult : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_CreateTestsCoverageAndResult() { - ::grpc::Service::MarkMethodGeneric(17); - } - ~WithGenericMethod_CreateTestsCoverageAndResult() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GenerateProjectStubs : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GenerateProjectStubs() { - ::grpc::Service::MarkMethodGeneric(18); - } - ~WithGenericMethod_GenerateProjectStubs() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_PrintModulesContent : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_PrintModulesContent() { - ::grpc::Service::MarkMethodGeneric(19); - } - ~WithGenericMethod_PrintModulesContent() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_ConfigureProject : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_ConfigureProject() { - ::grpc::Service::MarkMethodGeneric(20); - } - ~WithGenericMethod_ConfigureProject() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GetSourceCode : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GetSourceCode() { - ::grpc::Service::MarkMethodGeneric(21); - } - ~WithGenericMethod_GetSourceCode() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GetProjectTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GetProjectTargets() { - ::grpc::Service::MarkMethodGeneric(22); - } - ~WithGenericMethod_GetProjectTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithGenericMethod_GetFileTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_GetFileTargets() { - ::grpc::Service::MarkMethodGeneric(23); - } - ~WithGenericMethod_GetFileTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template - class WithRawMethod_Handshake : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_Handshake() { - ::grpc::Service::MarkMethodRaw(0); - } - ~WithRawMethod_Handshake() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestHandshake(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_Heartbeat : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_Heartbeat() { - ::grpc::Service::MarkMethodRaw(1); - } - ~WithRawMethod_Heartbeat() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestHeartbeat(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(1, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_OpenLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_OpenLogChannel() { - ::grpc::Service::MarkMethodRaw(2); - } - ~WithRawMethod_OpenLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestOpenLogChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_CloseLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_CloseLogChannel() { - ::grpc::Service::MarkMethodRaw(3); - } - ~WithRawMethod_CloseLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestCloseLogChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(3, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_OpenGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_OpenGTestChannel() { - ::grpc::Service::MarkMethodRaw(4); - } - ~WithRawMethod_OpenGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestOpenGTestChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(4, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_CloseGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_CloseGTestChannel() { - ::grpc::Service::MarkMethodRaw(5); - } - ~WithRawMethod_CloseGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestCloseGTestChannel(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(5, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_RegisterClient : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_RegisterClient() { - ::grpc::Service::MarkMethodRaw(6); - } - ~WithRawMethod_RegisterClient() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestRegisterClient(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(6, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GetFunctionReturnType : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GetFunctionReturnType() { - ::grpc::Service::MarkMethodRaw(7); - } - ~WithRawMethod_GetFunctionReturnType() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetFunctionReturnType(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(7, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateSnippetTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateSnippetTests() { - ::grpc::Service::MarkMethodRaw(8); - } - ~WithRawMethod_GenerateSnippetTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateSnippetTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(8, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateProjectTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateProjectTests() { - ::grpc::Service::MarkMethodRaw(9); - } - ~WithRawMethod_GenerateProjectTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateProjectTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(9, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateFileTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateFileTests() { - ::grpc::Service::MarkMethodRaw(10); - } - ~WithRawMethod_GenerateFileTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateFileTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(10, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateFunctionTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateFunctionTests() { - ::grpc::Service::MarkMethodRaw(11); - } - ~WithRawMethod_GenerateFunctionTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateFunctionTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(11, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateClassTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateClassTests() { - ::grpc::Service::MarkMethodRaw(12); - } - ~WithRawMethod_GenerateClassTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateClassTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(12, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateFolderTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateFolderTests() { - ::grpc::Service::MarkMethodRaw(13); - } - ~WithRawMethod_GenerateFolderTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateFolderTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(13, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateLineTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateLineTests() { - ::grpc::Service::MarkMethodRaw(14); - } - ~WithRawMethod_GenerateLineTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateLineTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(14, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateAssertionFailTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateAssertionFailTests() { - ::grpc::Service::MarkMethodRaw(15); - } - ~WithRawMethod_GenerateAssertionFailTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateAssertionFailTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(15, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GeneratePredicateTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GeneratePredicateTests() { - ::grpc::Service::MarkMethodRaw(16); - } - ~WithRawMethod_GeneratePredicateTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGeneratePredicateTests(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(16, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_CreateTestsCoverageAndResult : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_CreateTestsCoverageAndResult() { - ::grpc::Service::MarkMethodRaw(17); - } - ~WithRawMethod_CreateTestsCoverageAndResult() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestCreateTestsCoverageAndResult(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(17, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GenerateProjectStubs : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GenerateProjectStubs() { - ::grpc::Service::MarkMethodRaw(18); - } - ~WithRawMethod_GenerateProjectStubs() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGenerateProjectStubs(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(18, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_PrintModulesContent : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_PrintModulesContent() { - ::grpc::Service::MarkMethodRaw(19); - } - ~WithRawMethod_PrintModulesContent() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestPrintModulesContent(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_ConfigureProject : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_ConfigureProject() { - ::grpc::Service::MarkMethodRaw(20); - } - ~WithRawMethod_ConfigureProject() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestConfigureProject(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(20, context, request, writer, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GetSourceCode : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GetSourceCode() { - ::grpc::Service::MarkMethodRaw(21); - } - ~WithRawMethod_GetSourceCode() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetSourceCode(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GetProjectTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GetProjectTargets() { - ::grpc::Service::MarkMethodRaw(22); - } - ~WithRawMethod_GetProjectTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetProjectTargets(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class WithRawMethod_GetFileTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_GetFileTargets() { - ::grpc::Service::MarkMethodRaw(23); - } - ~WithRawMethod_GetFileTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestGetFileTargets(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template - class ExperimentalWithRawCallbackMethod_Handshake : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_Handshake() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(0, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->Handshake(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_Handshake() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* Handshake( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* Handshake( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_Heartbeat : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_Heartbeat() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(1, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->Heartbeat(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_Heartbeat() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* Heartbeat( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* Heartbeat( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_OpenLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_OpenLogChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(2, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->OpenLogChannel(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_OpenLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* OpenLogChannel( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* OpenLogChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_CloseLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_CloseLogChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(3, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CloseLogChannel(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_CloseLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* CloseLogChannel( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* CloseLogChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_OpenGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_OpenGTestChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(4, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->OpenGTestChannel(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_OpenGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* OpenGTestChannel( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* OpenGTestChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_CloseGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_CloseGTestChannel() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(5, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CloseGTestChannel(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_CloseGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* CloseGTestChannel( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* CloseGTestChannel( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_RegisterClient : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_RegisterClient() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(6, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->RegisterClient(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_RegisterClient() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* RegisterClient( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* RegisterClient( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GetFunctionReturnType : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GetFunctionReturnType() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(7, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetFunctionReturnType(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_GetFunctionReturnType() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetFunctionReturnType( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetFunctionReturnType( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateSnippetTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateSnippetTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(8, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateSnippetTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateSnippetTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateSnippetTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateSnippetTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateProjectTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateProjectTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(9, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateProjectTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateProjectTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateFileTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateFileTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(10, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateFileTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateFileTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFileTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFileTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateFunctionTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateFunctionTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(11, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateFunctionTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateFunctionTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFunctionTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFunctionTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateClassTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateClassTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(12, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateClassTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateClassTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateClassTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateClassTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateFolderTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateFolderTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(13, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateFolderTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateFolderTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFolderTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateFolderTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateLineTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateLineTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(14, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateLineTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateLineTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateLineTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateLineTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateAssertionFailTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateAssertionFailTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(15, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateAssertionFailTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateAssertionFailTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateAssertionFailTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateAssertionFailTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GeneratePredicateTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GeneratePredicateTests() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(16, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GeneratePredicateTests(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GeneratePredicateTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GeneratePredicateTests( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GeneratePredicateTests( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_CreateTestsCoverageAndResult : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_CreateTestsCoverageAndResult() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(17, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->CreateTestsCoverageAndResult(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_CreateTestsCoverageAndResult() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* CreateTestsCoverageAndResult( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* CreateTestsCoverageAndResult( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GenerateProjectStubs : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GenerateProjectStubs() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(18, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->GenerateProjectStubs(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_GenerateProjectStubs() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectStubs( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* GenerateProjectStubs( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_PrintModulesContent : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_PrintModulesContent() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(19, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->PrintModulesContent(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_PrintModulesContent() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* PrintModulesContent( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* PrintModulesContent( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_ConfigureProject : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_ConfigureProject() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(20, - new ::grpc_impl::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const::grpc::ByteBuffer* request) { return this->ConfigureProject(context, request); })); - } - ~ExperimentalWithRawCallbackMethod_ConfigureProject() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerWriteReactor< ::grpc::ByteBuffer>* ConfigureProject( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #else - virtual ::grpc::experimental::ServerWriteReactor< ::grpc::ByteBuffer>* ConfigureProject( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GetSourceCode : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GetSourceCode() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(21, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetSourceCode(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_GetSourceCode() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetSourceCode( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetSourceCode( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GetProjectTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GetProjectTargets() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(22, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetProjectTargets(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_GetProjectTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetProjectTargets( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetProjectTargets( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class ExperimentalWithRawCallbackMethod_GetFileTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_GetFileTargets() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(23, - new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetFileTargets(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_GetFileTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* GetFileTargets( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* GetFileTargets( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template - class WithStreamedUnaryMethod_Handshake : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_Handshake() { - ::grpc::Service::MarkMethodStreamed(0, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::DummyRequest, ::testsgen::DummyResponse>* streamer) { - return this->StreamedHandshake(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_Handshake() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status Handshake(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedHandshake(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_Heartbeat : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_Heartbeat() { - ::grpc::Service::MarkMethodStreamed(1, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::DummyRequest, ::testsgen::HeartbeatResponse>* streamer) { - return this->StreamedHeartbeat(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_Heartbeat() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status Heartbeat(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::HeartbeatResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedHeartbeat(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::HeartbeatResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_CloseLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_CloseLogChannel() { - ::grpc::Service::MarkMethodStreamed(3, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::DummyRequest, ::testsgen::DummyResponse>* streamer) { - return this->StreamedCloseLogChannel(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_CloseLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status CloseLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedCloseLogChannel(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_CloseGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_CloseGTestChannel() { - ::grpc::Service::MarkMethodStreamed(5, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::DummyRequest, ::testsgen::DummyResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::DummyRequest, ::testsgen::DummyResponse>* streamer) { - return this->StreamedCloseGTestChannel(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_CloseGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status CloseGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::DummyRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedCloseGTestChannel(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::DummyRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_RegisterClient : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_RegisterClient() { - ::grpc::Service::MarkMethodStreamed(6, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::RegisterClientRequest, ::testsgen::DummyResponse>* streamer) { - return this->StreamedRegisterClient(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_RegisterClient() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status RegisterClient(::grpc::ServerContext* /*context*/, const ::testsgen::RegisterClientRequest* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedRegisterClient(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::RegisterClientRequest,::testsgen::DummyResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_GetFunctionReturnType : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_GetFunctionReturnType() { - ::grpc::Service::MarkMethodStreamed(7, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::FunctionRequest, ::testsgen::FunctionTypeResponse>* streamer) { - return this->StreamedGetFunctionReturnType(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_GetFunctionReturnType() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GetFunctionReturnType(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::testsgen::FunctionTypeResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedGetFunctionReturnType(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::FunctionRequest,::testsgen::FunctionTypeResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_PrintModulesContent : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_PrintModulesContent() { - ::grpc::Service::MarkMethodStreamed(19, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::ProjectContext, ::testsgen::DummyResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::ProjectContext, ::testsgen::DummyResponse>* streamer) { - return this->StreamedPrintModulesContent(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_PrintModulesContent() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status PrintModulesContent(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectContext* /*request*/, ::testsgen::DummyResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedPrintModulesContent(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::ProjectContext,::testsgen::DummyResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_GetSourceCode : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_GetSourceCode() { - ::grpc::Service::MarkMethodStreamed(21, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::SourceInfo, ::testsgen::SourceCode>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::SourceInfo, ::testsgen::SourceCode>* streamer) { - return this->StreamedGetSourceCode(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_GetSourceCode() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GetSourceCode(::grpc::ServerContext* /*context*/, const ::testsgen::SourceInfo* /*request*/, ::testsgen::SourceCode* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedGetSourceCode(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::SourceInfo,::testsgen::SourceCode>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_GetProjectTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_GetProjectTargets() { - ::grpc::Service::MarkMethodStreamed(22, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::ProjectTargetsRequest, ::testsgen::ProjectTargetsResponse>* streamer) { - return this->StreamedGetProjectTargets(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_GetProjectTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GetProjectTargets(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectTargetsRequest* /*request*/, ::testsgen::ProjectTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedGetProjectTargets(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::ProjectTargetsRequest,::testsgen::ProjectTargetsResponse>* server_unary_streamer) = 0; - }; - template - class WithStreamedUnaryMethod_GetFileTargets : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_GetFileTargets() { - ::grpc::Service::MarkMethodStreamed(23, - new ::grpc::internal::StreamedUnaryHandler< - ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerUnaryStreamer< - ::testsgen::FileTargetsRequest, ::testsgen::FileTargetsResponse>* streamer) { - return this->StreamedGetFileTargets(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_GetFileTargets() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GetFileTargets(::grpc::ServerContext* /*context*/, const ::testsgen::FileTargetsRequest* /*request*/, ::testsgen::FileTargetsResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedGetFileTargets(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::testsgen::FileTargetsRequest,::testsgen::FileTargetsResponse>* server_unary_streamer) = 0; - }; - typedef WithStreamedUnaryMethod_Handshake > > > > > > > > > StreamedUnaryService; - template - class WithSplitStreamingMethod_OpenLogChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_OpenLogChannel() { - ::grpc::Service::MarkMethodStreamed(2, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::LogChannelRequest, ::testsgen::LogEntry>* streamer) { - return this->StreamedOpenLogChannel(context, - streamer); - })); - } - ~WithSplitStreamingMethod_OpenLogChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status OpenLogChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedOpenLogChannel(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::LogChannelRequest,::testsgen::LogEntry>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_OpenGTestChannel : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_OpenGTestChannel() { - ::grpc::Service::MarkMethodStreamed(4, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::LogChannelRequest, ::testsgen::LogEntry>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::LogChannelRequest, ::testsgen::LogEntry>* streamer) { - return this->StreamedOpenGTestChannel(context, - streamer); - })); - } - ~WithSplitStreamingMethod_OpenGTestChannel() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status OpenGTestChannel(::grpc::ServerContext* /*context*/, const ::testsgen::LogChannelRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::LogEntry>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedOpenGTestChannel(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::LogChannelRequest,::testsgen::LogEntry>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateSnippetTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateSnippetTests() { - ::grpc::Service::MarkMethodStreamed(8, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::SnippetRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::SnippetRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateSnippetTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateSnippetTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateSnippetTests(::grpc::ServerContext* /*context*/, const ::testsgen::SnippetRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateSnippetTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::SnippetRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateProjectTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateProjectTests() { - ::grpc::Service::MarkMethodStreamed(9, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::ProjectRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::ProjectRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateProjectTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateProjectTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateProjectTests(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateProjectTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ProjectRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateFileTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateFileTests() { - ::grpc::Service::MarkMethodStreamed(10, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::FileRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::FileRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateFileTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateFileTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateFileTests(::grpc::ServerContext* /*context*/, const ::testsgen::FileRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateFileTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::FileRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateFunctionTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateFunctionTests() { - ::grpc::Service::MarkMethodStreamed(11, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::FunctionRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::FunctionRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateFunctionTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateFunctionTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateFunctionTests(::grpc::ServerContext* /*context*/, const ::testsgen::FunctionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateFunctionTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::FunctionRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateClassTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateClassTests() { - ::grpc::Service::MarkMethodStreamed(12, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::ClassRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::ClassRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateClassTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateClassTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateClassTests(::grpc::ServerContext* /*context*/, const ::testsgen::ClassRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateClassTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ClassRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateFolderTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateFolderTests() { - ::grpc::Service::MarkMethodStreamed(13, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::FolderRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::FolderRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateFolderTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateFolderTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateFolderTests(::grpc::ServerContext* /*context*/, const ::testsgen::FolderRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateFolderTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::FolderRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateLineTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateLineTests() { - ::grpc::Service::MarkMethodStreamed(14, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::LineRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::LineRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateLineTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateLineTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateLineTests(::grpc::ServerContext* /*context*/, const ::testsgen::LineRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateLineTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::LineRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateAssertionFailTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateAssertionFailTests() { - ::grpc::Service::MarkMethodStreamed(15, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::AssertionRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::AssertionRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGenerateAssertionFailTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateAssertionFailTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateAssertionFailTests(::grpc::ServerContext* /*context*/, const ::testsgen::AssertionRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateAssertionFailTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::AssertionRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GeneratePredicateTests : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GeneratePredicateTests() { - ::grpc::Service::MarkMethodStreamed(16, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::PredicateRequest, ::testsgen::TestsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::PredicateRequest, ::testsgen::TestsResponse>* streamer) { - return this->StreamedGeneratePredicateTests(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GeneratePredicateTests() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GeneratePredicateTests(::grpc::ServerContext* /*context*/, const ::testsgen::PredicateRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::TestsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGeneratePredicateTests(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::PredicateRequest,::testsgen::TestsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_CreateTestsCoverageAndResult : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_CreateTestsCoverageAndResult() { - ::grpc::Service::MarkMethodStreamed(17, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::CoverageAndResultsRequest, ::testsgen::CoverageAndResultsResponse>* streamer) { - return this->StreamedCreateTestsCoverageAndResult(context, - streamer); - })); - } - ~WithSplitStreamingMethod_CreateTestsCoverageAndResult() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status CreateTestsCoverageAndResult(::grpc::ServerContext* /*context*/, const ::testsgen::CoverageAndResultsRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::CoverageAndResultsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedCreateTestsCoverageAndResult(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::CoverageAndResultsRequest,::testsgen::CoverageAndResultsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_GenerateProjectStubs : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_GenerateProjectStubs() { - ::grpc::Service::MarkMethodStreamed(18, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::ProjectRequest, ::testsgen::StubsResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::ProjectRequest, ::testsgen::StubsResponse>* streamer) { - return this->StreamedGenerateProjectStubs(context, - streamer); - })); - } - ~WithSplitStreamingMethod_GenerateProjectStubs() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status GenerateProjectStubs(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::StubsResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedGenerateProjectStubs(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ProjectRequest,::testsgen::StubsResponse>* server_split_streamer) = 0; - }; - template - class WithSplitStreamingMethod_ConfigureProject : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithSplitStreamingMethod_ConfigureProject() { - ::grpc::Service::MarkMethodStreamed(20, - new ::grpc::internal::SplitServerStreamingHandler< - ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>( - [this](::grpc_impl::ServerContext* context, - ::grpc_impl::ServerSplitStreamer< - ::testsgen::ProjectConfigRequest, ::testsgen::ProjectConfigResponse>* streamer) { - return this->StreamedConfigureProject(context, - streamer); - })); - } - ~WithSplitStreamingMethod_ConfigureProject() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status ConfigureProject(::grpc::ServerContext* /*context*/, const ::testsgen::ProjectConfigRequest* /*request*/, ::grpc::ServerWriter< ::testsgen::ProjectConfigResponse>* /*writer*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with split streamed - virtual ::grpc::Status StreamedConfigureProject(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::testsgen::ProjectConfigRequest,::testsgen::ProjectConfigResponse>* server_split_streamer) = 0; - }; - typedef WithSplitStreamingMethod_OpenLogChannel > > > > > > > > > > > > > SplitStreamedService; - typedef WithStreamedUnaryMethod_Handshake > > > > > > > > > > > > > > > > > > > > > > > StreamedService; -}; - -} // namespace testsgen - - -#endif // GRPC_testgen_2eproto__INCLUDED diff --git a/server/cmake-build-debug/protobuf/testgen.pb.cc b/server/cmake-build-debug/protobuf/testgen.pb.cc deleted file mode 100644 index aab66a3da..000000000 --- a/server/cmake-build-debug/protobuf/testgen.pb.cc +++ /dev/null @@ -1,9635 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: testgen.proto - -#include "testgen.pb.h" - -#include - -#include -#include -#include -#include -#include -#include -#include -// @@protoc_insertion_point(includes) -#include -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileCoverageSimplified_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_LineRequest_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_PredicateInfo_util_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Progress_util_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectContext_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_ProjectRequest_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectTarget_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SettingsContext_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceCode_util_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_util_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceInfo_util_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceLine_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_StubsResponse_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestFilter_testgen_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_testgen_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestResultObject_testgen_2eproto; -namespace testsgen { -class DummyRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _DummyRequest_default_instance_; -class DummyResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _DummyResponse_default_instance_; -class RegisterClientRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _RegisterClientRequest_default_instance_; -class RegisterClientResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _RegisterClientResponse_default_instance_; -class FunctionTypeResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FunctionTypeResponse_default_instance_; -class LogChannelRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _LogChannelRequest_default_instance_; -class LogEntryDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _LogEntry_default_instance_; -class ProjectContextDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectContext_default_instance_; -class SettingsContextDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _SettingsContext_default_instance_; -class SnippetRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _SnippetRequest_default_instance_; -class ProjectRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectRequest_default_instance_; -class FileRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FileRequest_default_instance_; -class FolderRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FolderRequest_default_instance_; -class LineRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _LineRequest_default_instance_; -class FunctionRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FunctionRequest_default_instance_; -class ClassRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ClassRequest_default_instance_; -class AssertionRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _AssertionRequest_default_instance_; -class PredicateRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _PredicateRequest_default_instance_; -class StubsResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _StubsResponse_default_instance_; -class TestsResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _TestsResponse_default_instance_; -class SourceLineDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _SourceLine_default_instance_; -class FileCoverageSimplifiedDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FileCoverageSimplified_default_instance_; -class TestFilterDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _TestFilter_default_instance_; -class CoverageAndResultsRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _CoverageAndResultsRequest_default_instance_; -class TestResultObjectDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _TestResultObject_default_instance_; -class CoverageAndResultsResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _CoverageAndResultsResponse_default_instance_; -class HeartbeatResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _HeartbeatResponse_default_instance_; -class ProjectConfigRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectConfigRequest_default_instance_; -class ProjectConfigResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectConfigResponse_default_instance_; -class ProjectTargetDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectTarget_default_instance_; -class ProjectTargetsRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectTargetsRequest_default_instance_; -class ProjectTargetsResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _ProjectTargetsResponse_default_instance_; -class FileTargetsRequestDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FileTargetsRequest_default_instance_; -class FileTargetsResponseDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _FileTargetsResponse_default_instance_; -} // namespace testsgen -static void InitDefaultsscc_info_AssertionRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_AssertionRequest_default_instance_; - new (ptr) ::testsgen::AssertionRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::AssertionRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_AssertionRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_AssertionRequest_testgen_2eproto}, { - &scc_info_LineRequest_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_ClassRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ClassRequest_default_instance_; - new (ptr) ::testsgen::ClassRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ClassRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ClassRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ClassRequest_testgen_2eproto}, { - &scc_info_LineRequest_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_CoverageAndResultsRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_CoverageAndResultsRequest_default_instance_; - new (ptr) ::testsgen::CoverageAndResultsRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::CoverageAndResultsRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<3> scc_info_CoverageAndResultsRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 3, 0, InitDefaultsscc_info_CoverageAndResultsRequest_testgen_2eproto}, { - &scc_info_ProjectContext_testgen_2eproto.base, - &scc_info_SettingsContext_testgen_2eproto.base, - &scc_info_TestFilter_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_CoverageAndResultsResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_CoverageAndResultsResponse_default_instance_; - new (ptr) ::testsgen::CoverageAndResultsResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::CoverageAndResultsResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<3> scc_info_CoverageAndResultsResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 3, 0, InitDefaultsscc_info_CoverageAndResultsResponse_testgen_2eproto}, { - &scc_info_TestResultObject_testgen_2eproto.base, - &scc_info_FileCoverageSimplified_testgen_2eproto.base, - &scc_info_Progress_util_2eproto.base,}}; - -static void InitDefaultsscc_info_DummyRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_DummyRequest_default_instance_; - new (ptr) ::testsgen::DummyRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::DummyRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_DummyRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_DummyRequest_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_DummyResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_DummyResponse_default_instance_; - new (ptr) ::testsgen::DummyResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::DummyResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_DummyResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_DummyResponse_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_FileCoverageSimplified_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FileCoverageSimplified_default_instance_; - new (ptr) ::testsgen::FileCoverageSimplified(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FileCoverageSimplified::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileCoverageSimplified_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileCoverageSimplified_testgen_2eproto}, { - &scc_info_SourceLine_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_FileRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FileRequest_default_instance_; - new (ptr) ::testsgen::FileRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FileRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileRequest_testgen_2eproto}, { - &scc_info_ProjectRequest_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_FileTargetsRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FileTargetsRequest_default_instance_; - new (ptr) ::testsgen::FileTargetsRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FileTargetsRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileTargetsRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileTargetsRequest_testgen_2eproto}, { - &scc_info_ProjectContext_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_FileTargetsResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FileTargetsResponse_default_instance_; - new (ptr) ::testsgen::FileTargetsResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FileTargetsResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FileTargetsResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FileTargetsResponse_testgen_2eproto}, { - &scc_info_ProjectTarget_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_FolderRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FolderRequest_default_instance_; - new (ptr) ::testsgen::FolderRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FolderRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FolderRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FolderRequest_testgen_2eproto}, { - &scc_info_ProjectRequest_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_FunctionRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FunctionRequest_default_instance_; - new (ptr) ::testsgen::FunctionRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FunctionRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_FunctionRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_FunctionRequest_testgen_2eproto}, { - &scc_info_LineRequest_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_FunctionTypeResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_FunctionTypeResponse_default_instance_; - new (ptr) ::testsgen::FunctionTypeResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::FunctionTypeResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_FunctionTypeResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_FunctionTypeResponse_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_HeartbeatResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_HeartbeatResponse_default_instance_; - new (ptr) ::testsgen::HeartbeatResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::HeartbeatResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_HeartbeatResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_HeartbeatResponse_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_LineRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_LineRequest_default_instance_; - new (ptr) ::testsgen::LineRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::LineRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_LineRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_LineRequest_testgen_2eproto}, { - &scc_info_ProjectRequest_testgen_2eproto.base, - &scc_info_SourceInfo_util_2eproto.base,}}; - -static void InitDefaultsscc_info_LogChannelRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_LogChannelRequest_default_instance_; - new (ptr) ::testsgen::LogChannelRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::LogChannelRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_LogChannelRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_LogChannelRequest_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_LogEntry_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_LogEntry_default_instance_; - new (ptr) ::testsgen::LogEntry(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::LogEntry::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_LogEntry_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_LogEntry_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_PredicateRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_PredicateRequest_default_instance_; - new (ptr) ::testsgen::PredicateRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::PredicateRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_PredicateRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_PredicateRequest_testgen_2eproto}, { - &scc_info_LineRequest_testgen_2eproto.base, - &scc_info_PredicateInfo_util_2eproto.base,}}; - -static void InitDefaultsscc_info_ProjectConfigRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectConfigRequest_default_instance_; - new (ptr) ::testsgen::ProjectConfigRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectConfigRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectConfigRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectConfigRequest_testgen_2eproto}, { - &scc_info_ProjectContext_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_ProjectConfigResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectConfigResponse_default_instance_; - new (ptr) ::testsgen::ProjectConfigResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectConfigResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectConfigResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectConfigResponse_testgen_2eproto}, { - &scc_info_Progress_util_2eproto.base,}}; - -static void InitDefaultsscc_info_ProjectContext_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectContext_default_instance_; - new (ptr) ::testsgen::ProjectContext(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectContext::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectContext_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_ProjectContext_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_ProjectRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectRequest_default_instance_; - new (ptr) ::testsgen::ProjectRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_ProjectRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_ProjectRequest_testgen_2eproto}, { - &scc_info_ProjectContext_testgen_2eproto.base, - &scc_info_SettingsContext_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_ProjectTarget_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectTarget_default_instance_; - new (ptr) ::testsgen::ProjectTarget(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectTarget::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ProjectTarget_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_ProjectTarget_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_ProjectTargetsRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectTargetsRequest_default_instance_; - new (ptr) ::testsgen::ProjectTargetsRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectTargetsRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectTargetsRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectTargetsRequest_testgen_2eproto}, { - &scc_info_ProjectContext_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_ProjectTargetsResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_ProjectTargetsResponse_default_instance_; - new (ptr) ::testsgen::ProjectTargetsResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::ProjectTargetsResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ProjectTargetsResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, 0, InitDefaultsscc_info_ProjectTargetsResponse_testgen_2eproto}, { - &scc_info_ProjectTarget_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_RegisterClientRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_RegisterClientRequest_default_instance_; - new (ptr) ::testsgen::RegisterClientRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::RegisterClientRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_RegisterClientRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_RegisterClientRequest_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_RegisterClientResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_RegisterClientResponse_default_instance_; - new (ptr) ::testsgen::RegisterClientResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::RegisterClientResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_RegisterClientResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_RegisterClientResponse_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_SettingsContext_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_SettingsContext_default_instance_; - new (ptr) ::testsgen::SettingsContext(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::SettingsContext::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SettingsContext_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SettingsContext_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_SnippetRequest_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_SnippetRequest_default_instance_; - new (ptr) ::testsgen::SnippetRequest(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::SnippetRequest::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_SnippetRequest_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_SnippetRequest_testgen_2eproto}, { - &scc_info_ProjectContext_testgen_2eproto.base, - &scc_info_SettingsContext_testgen_2eproto.base,}}; - -static void InitDefaultsscc_info_SourceLine_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_SourceLine_default_instance_; - new (ptr) ::testsgen::SourceLine(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::SourceLine::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceLine_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SourceLine_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_StubsResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_StubsResponse_default_instance_; - new (ptr) ::testsgen::StubsResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::StubsResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_StubsResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, InitDefaultsscc_info_StubsResponse_testgen_2eproto}, { - &scc_info_SourceCode_util_2eproto.base, - &scc_info_Progress_util_2eproto.base,}}; - -static void InitDefaultsscc_info_TestFilter_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_TestFilter_default_instance_; - new (ptr) ::testsgen::TestFilter(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::TestFilter::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestFilter_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_TestFilter_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_TestResultObject_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_TestResultObject_default_instance_; - new (ptr) ::testsgen::TestResultObject(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::TestResultObject::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TestResultObject_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_TestResultObject_testgen_2eproto}, {}}; - -static void InitDefaultsscc_info_TestsResponse_testgen_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_TestsResponse_default_instance_; - new (ptr) ::testsgen::TestsResponse(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::TestsResponse::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<3> scc_info_TestsResponse_testgen_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 3, 0, InitDefaultsscc_info_TestsResponse_testgen_2eproto}, { - &scc_info_SourceCode_util_2eproto.base, - &scc_info_StubsResponse_testgen_2eproto.base, - &scc_info_Progress_util_2eproto.base,}}; - -static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_testgen_2eproto[34]; -static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_testgen_2eproto[3]; -static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_testgen_2eproto = nullptr; - -const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_testgen_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::DummyRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::DummyResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientRequest, clientid_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::RegisterClientResponse, isduplicate_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FunctionTypeResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FunctionTypeResponse, validationtype_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::LogChannelRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::LogChannelRequest, loglevel_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::LogEntry, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::LogEntry, message_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, projectname_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, projectpath_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, testdirpath_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, builddirrelativepath_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectContext, resultsdirrelativepath_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, generateforstaticfunctions_), - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, verbose_), - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, timeoutperfunction_), - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, timeoutpertest_), - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, usedeterministicsearcher_), - PROTOBUF_FIELD_OFFSET(::testsgen::SettingsContext, usestubs_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, projectcontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, settingscontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::SnippetRequest, filepath_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, projectcontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, settingscontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, sourcepaths_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, synchronizecode_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectRequest, targetpath_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileRequest, projectrequest_), - PROTOBUF_FIELD_OFFSET(::testsgen::FileRequest, filepath_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FolderRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FolderRequest, projectrequest_), - PROTOBUF_FIELD_OFFSET(::testsgen::FolderRequest, folderpath_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::LineRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::LineRequest, projectrequest_), - PROTOBUF_FIELD_OFFSET(::testsgen::LineRequest, sourceinfo_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FunctionRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FunctionRequest, linerequest_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ClassRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ClassRequest, linerequest_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::AssertionRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::AssertionRequest, linerequest_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateRequest, linerequest_), - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateRequest, predicateinfo_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::StubsResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::StubsResponse, stubsources_), - PROTOBUF_FIELD_OFFSET(::testsgen::StubsResponse, progress_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, testsources_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, stubs_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestsResponse, progress_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::SourceLine, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::SourceLine, line_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, filepath_), - PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, fullcoveragelines_), - PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, partialcoveragelines_), - PROTOBUF_FIELD_OFFSET(::testsgen::FileCoverageSimplified, nocoveragelines_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, testfilepath_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, testname_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestFilter, testsuite_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, projectcontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, settingscontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, testfilter_), - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsRequest, coverage_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, testfilepath_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, testname_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, status_), - PROTOBUF_FIELD_OFFSET(::testsgen::TestResultObject, output_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, testrunresults_), - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, coverages_), - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, progress_), - PROTOBUF_FIELD_OFFSET(::testsgen::CoverageAndResultsResponse, errormessage_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::HeartbeatResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::HeartbeatResponse, linked_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, projectcontext_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, configmode_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigRequest, cmakeoptions_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, type_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, message_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectConfigResponse, progress_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, name_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, path_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTarget, description_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsRequest, projectcontext_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsResponse, targets_), - PROTOBUF_FIELD_OFFSET(::testsgen::ProjectTargetsResponse, prioritytarget_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsRequest, path_), - PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsRequest, projectcontext_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsResponse, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::FileTargetsResponse, targets_), -}; -static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { - { 0, -1, sizeof(::testsgen::DummyRequest)}, - { 5, -1, sizeof(::testsgen::DummyResponse)}, - { 10, -1, sizeof(::testsgen::RegisterClientRequest)}, - { 16, -1, sizeof(::testsgen::RegisterClientResponse)}, - { 22, -1, sizeof(::testsgen::FunctionTypeResponse)}, - { 28, -1, sizeof(::testsgen::LogChannelRequest)}, - { 34, -1, sizeof(::testsgen::LogEntry)}, - { 40, -1, sizeof(::testsgen::ProjectContext)}, - { 50, -1, sizeof(::testsgen::SettingsContext)}, - { 61, -1, sizeof(::testsgen::SnippetRequest)}, - { 69, -1, sizeof(::testsgen::ProjectRequest)}, - { 79, -1, sizeof(::testsgen::FileRequest)}, - { 86, -1, sizeof(::testsgen::FolderRequest)}, - { 93, -1, sizeof(::testsgen::LineRequest)}, - { 100, -1, sizeof(::testsgen::FunctionRequest)}, - { 106, -1, sizeof(::testsgen::ClassRequest)}, - { 112, -1, sizeof(::testsgen::AssertionRequest)}, - { 118, -1, sizeof(::testsgen::PredicateRequest)}, - { 125, -1, sizeof(::testsgen::StubsResponse)}, - { 132, -1, sizeof(::testsgen::TestsResponse)}, - { 140, -1, sizeof(::testsgen::SourceLine)}, - { 146, -1, sizeof(::testsgen::FileCoverageSimplified)}, - { 155, -1, sizeof(::testsgen::TestFilter)}, - { 163, -1, sizeof(::testsgen::CoverageAndResultsRequest)}, - { 172, -1, sizeof(::testsgen::TestResultObject)}, - { 181, -1, sizeof(::testsgen::CoverageAndResultsResponse)}, - { 190, -1, sizeof(::testsgen::HeartbeatResponse)}, - { 196, -1, sizeof(::testsgen::ProjectConfigRequest)}, - { 204, -1, sizeof(::testsgen::ProjectConfigResponse)}, - { 212, -1, sizeof(::testsgen::ProjectTarget)}, - { 220, -1, sizeof(::testsgen::ProjectTargetsRequest)}, - { 226, -1, sizeof(::testsgen::ProjectTargetsResponse)}, - { 233, -1, sizeof(::testsgen::FileTargetsRequest)}, - { 240, -1, sizeof(::testsgen::FileTargetsResponse)}, -}; - -static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = { - reinterpret_cast(&::testsgen::_DummyRequest_default_instance_), - reinterpret_cast(&::testsgen::_DummyResponse_default_instance_), - reinterpret_cast(&::testsgen::_RegisterClientRequest_default_instance_), - reinterpret_cast(&::testsgen::_RegisterClientResponse_default_instance_), - reinterpret_cast(&::testsgen::_FunctionTypeResponse_default_instance_), - reinterpret_cast(&::testsgen::_LogChannelRequest_default_instance_), - reinterpret_cast(&::testsgen::_LogEntry_default_instance_), - reinterpret_cast(&::testsgen::_ProjectContext_default_instance_), - reinterpret_cast(&::testsgen::_SettingsContext_default_instance_), - reinterpret_cast(&::testsgen::_SnippetRequest_default_instance_), - reinterpret_cast(&::testsgen::_ProjectRequest_default_instance_), - reinterpret_cast(&::testsgen::_FileRequest_default_instance_), - reinterpret_cast(&::testsgen::_FolderRequest_default_instance_), - reinterpret_cast(&::testsgen::_LineRequest_default_instance_), - reinterpret_cast(&::testsgen::_FunctionRequest_default_instance_), - reinterpret_cast(&::testsgen::_ClassRequest_default_instance_), - reinterpret_cast(&::testsgen::_AssertionRequest_default_instance_), - reinterpret_cast(&::testsgen::_PredicateRequest_default_instance_), - reinterpret_cast(&::testsgen::_StubsResponse_default_instance_), - reinterpret_cast(&::testsgen::_TestsResponse_default_instance_), - reinterpret_cast(&::testsgen::_SourceLine_default_instance_), - reinterpret_cast(&::testsgen::_FileCoverageSimplified_default_instance_), - reinterpret_cast(&::testsgen::_TestFilter_default_instance_), - reinterpret_cast(&::testsgen::_CoverageAndResultsRequest_default_instance_), - reinterpret_cast(&::testsgen::_TestResultObject_default_instance_), - reinterpret_cast(&::testsgen::_CoverageAndResultsResponse_default_instance_), - reinterpret_cast(&::testsgen::_HeartbeatResponse_default_instance_), - reinterpret_cast(&::testsgen::_ProjectConfigRequest_default_instance_), - reinterpret_cast(&::testsgen::_ProjectConfigResponse_default_instance_), - reinterpret_cast(&::testsgen::_ProjectTarget_default_instance_), - reinterpret_cast(&::testsgen::_ProjectTargetsRequest_default_instance_), - reinterpret_cast(&::testsgen::_ProjectTargetsResponse_default_instance_), - reinterpret_cast(&::testsgen::_FileTargetsRequest_default_instance_), - reinterpret_cast(&::testsgen::_FileTargetsResponse_default_instance_), -}; - -const char descriptor_table_protodef_testgen_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = - "\n\rtestgen.proto\022\010testsgen\032\nutil.proto\"\016\n" - "\014DummyRequest\"\017\n\rDummyResponse\")\n\025Regist" - "erClientRequest\022\020\n\010clientId\030\001 \001(\t\"-\n\026Reg" - "isterClientResponse\022\023\n\013isDuplicate\030\001 \001(\010" - "\"H\n\024FunctionTypeResponse\0220\n\016validationTy" - "pe\030\001 \001(\0162\030.testsgen.ValidationType\"%\n\021Lo" - "gChannelRequest\022\020\n\010logLevel\030\002 \001(\t\"\033\n\010Log" - "Entry\022\017\n\007message\030\001 \001(\t\"\215\001\n\016ProjectContex" - "t\022\023\n\013projectName\030\001 \001(\t\022\023\n\013projectPath\030\002 " - "\001(\t\022\023\n\013testDirPath\030\003 \001(\t\022\034\n\024buildDirRela" - "tivePath\030\004 \001(\t\022\036\n\026resultsDirRelativePath" - "\030\005 \001(\t\"\256\001\n\017SettingsContext\022\"\n\032generateFo" - "rStaticFunctions\030\001 \001(\010\022\017\n\007verbose\030\002 \001(\010\022" - "\032\n\022timeoutPerFunction\030\003 \001(\005\022\026\n\016timeoutPe" - "rTest\030\004 \001(\005\022 \n\030useDeterministicSearcher\030" - "\005 \001(\010\022\020\n\010useStubs\030\006 \001(\010\"\210\001\n\016SnippetReque" - "st\0220\n\016projectContext\030\001 \001(\0132\030.testsgen.Pr" - "ojectContext\0222\n\017settingsContext\030\002 \001(\0132\031." - "testsgen.SettingsContext\022\020\n\010filePath\030\003 \001" - "(\t\"\270\001\n\016ProjectRequest\0220\n\016projectContext\030" - "\001 \001(\0132\030.testsgen.ProjectContext\0222\n\017setti" - "ngsContext\030\002 \001(\0132\031.testsgen.SettingsCont" - "ext\022\023\n\013sourcePaths\030\003 \003(\t\022\027\n\017synchronizeC" - "ode\030\004 \001(\010\022\022\n\ntargetPath\030\005 \001(\t\"Q\n\013FileReq" - "uest\0220\n\016projectRequest\030\001 \001(\0132\030.testsgen." - "ProjectRequest\022\020\n\010filePath\030\002 \001(\t\"U\n\rFold" - "erRequest\0220\n\016projectRequest\030\001 \001(\0132\030.test" - "sgen.ProjectRequest\022\022\n\nfolderPath\030\002 \001(\t\"" - "i\n\013LineRequest\0220\n\016projectRequest\030\001 \001(\0132\030" - ".testsgen.ProjectRequest\022(\n\nsourceInfo\030\002" - " \001(\0132\024.testsgen.SourceInfo\"=\n\017FunctionRe" - "quest\022*\n\013lineRequest\030\001 \001(\0132\025.testsgen.Li" - "neRequest\":\n\014ClassRequest\022*\n\013lineRequest" - "\030\001 \001(\0132\025.testsgen.LineRequest\">\n\020Asserti" - "onRequest\022*\n\013lineRequest\030\001 \001(\0132\025.testsge" - "n.LineRequest\"n\n\020PredicateRequest\022*\n\013lin" - "eRequest\030\001 \001(\0132\025.testsgen.LineRequest\022.\n" - "\rpredicateInfo\030\002 \001(\0132\027.testsgen.Predicat" - "eInfo\"`\n\rStubsResponse\022)\n\013stubSources\030\001 " - "\003(\0132\024.testsgen.SourceCode\022$\n\010progress\030\002 " - "\001(\0132\022.testsgen.Progress\"\210\001\n\rTestsRespons" - "e\022)\n\013testSources\030\001 \003(\0132\024.testsgen.Source" - "Code\022&\n\005stubs\030\002 \001(\0132\027.testsgen.StubsResp" - "onse\022$\n\010progress\030\003 \001(\0132\022.testsgen.Progre" - "ss\"\032\n\nSourceLine\022\014\n\004line\030\001 \001(\r\"\276\001\n\026FileC" - "overageSimplified\022\020\n\010filePath\030\001 \001(\t\022/\n\021f" - "ullCoverageLines\030\002 \003(\0132\024.testsgen.Source" - "Line\0222\n\024partialCoverageLines\030\003 \003(\0132\024.tes" - "tsgen.SourceLine\022-\n\017noCoverageLines\030\004 \003(" - "\0132\024.testsgen.SourceLine\"G\n\nTestFilter\022\024\n" - "\014testFilePath\030\001 \001(\t\022\020\n\010testName\030\002 \001(\t\022\021\n" - "\ttestSuite\030\003 \001(\t\"\275\001\n\031CoverageAndResultsR" - "equest\0220\n\016projectContext\030\001 \001(\0132\030.testsge" - "n.ProjectContext\0222\n\017settingsContext\030\002 \001(" - "\0132\031.testsgen.SettingsContext\022(\n\ntestFilt" - "er\030\003 \001(\0132\024.testsgen.TestFilter\022\020\n\010covera" - "ge\030\004 \001(\010\"p\n\020TestResultObject\022\024\n\014testFile" - "Path\030\001 \001(\t\022\020\n\010testname\030\002 \001(\t\022$\n\006status\030\003" - " \001(\0162\024.testsgen.TestStatus\022\016\n\006output\030\004 \001" - "(\t\"\301\001\n\032CoverageAndResultsResponse\0222\n\016tes" - "tRunResults\030\001 \003(\0132\032.testsgen.TestResultO" - "bject\0223\n\tcoverages\030\002 \003(\0132 .testsgen.File" - "CoverageSimplified\022$\n\010progress\030\003 \001(\0132\022.t" - "estsgen.Progress\022\024\n\014errorMessage\030\004 \001(\t\"#" - "\n\021HeartbeatResponse\022\016\n\006linked\030\001 \001(\010\"\210\001\n\024" - "ProjectConfigRequest\0220\n\016projectContext\030\001" - " \001(\0132\030.testsgen.ProjectContext\022(\n\nconfig" - "Mode\030\002 \001(\0162\024.testsgen.ConfigMode\022\024\n\014cmak" - "eOptions\030\003 \003(\t\"{\n\025ProjectConfigResponse\022" - "+\n\004type\030\001 \001(\0162\035.testsgen.ProjectConfigSt" - "atus\022\017\n\007message\030\002 \001(\t\022$\n\010progress\030\003 \001(\0132" - "\022.testsgen.Progress\"@\n\rProjectTarget\022\014\n\004" - "name\030\001 \001(\t\022\014\n\004path\030\002 \001(\t\022\023\n\013description\030" - "\003 \001(\t\"I\n\025ProjectTargetsRequest\0220\n\016projec" - "tContext\030\001 \001(\0132\030.testsgen.ProjectContext" - "\"s\n\026ProjectTargetsResponse\022(\n\007targets\030\001 " - "\003(\0132\027.testsgen.ProjectTarget\022/\n\016priority" - "Target\030\002 \001(\0132\027.testsgen.ProjectTarget\"T\n" - "\022FileTargetsRequest\022\014\n\004path\030\001 \001(\t\0220\n\016pro" - "jectContext\030\002 \001(\0132\030.testsgen.ProjectCont" - "ext\"\?\n\023FileTargetsResponse\022(\n\007targets\030\001 " - "\003(\0132\027.testsgen.ProjectTarget*T\n\nTestStat" - "us\022\017\n\013TEST_PASSED\020\000\022\017\n\013TEST_FAILED\020\001\022\016\n\n" - "TEST_DEATH\020\002\022\024\n\020TEST_INTERRUPTED\020\003*O\n\nCo" - "nfigMode\022\t\n\005CHECK\020\000\022\024\n\020CREATE_BUILD_DIR\020" - "\001\022\027\n\023GENERATE_JSON_FILES\020\002\022\007\n\003ALL\020\003*\336\001\n\023" - "ProjectConfigStatus\022\t\n\005IS_OK\020\000\022\027\n\023BUILD_" - "DIR_NOT_FOUND\020\001\022#\n\037COMPILE_COMMANDS_JSON" - "_NOT_FOUND\020\002\022 \n\034LINK_COMMANDS_JSON_NOT_F" - "OUND\020\003\022\035\n\031BUILD_DIR_CREATION_FAILED\020\004\022\036\n" - "\032RUN_JSON_GENERATION_FAILED\020\005\022\035\n\031BUILD_D" - "IR_SAME_AS_PROJECT\020\0062\347\016\n\017TestsGenService" - "\022>\n\tHandshake\022\026.testsgen.DummyRequest\032\027." - "testsgen.DummyResponse\"\000\022B\n\tHeartbeat\022\026." - "testsgen.DummyRequest\032\033.testsgen.Heartbe" - "atResponse\"\000\022E\n\016OpenLogChannel\022\033.testsge" - "n.LogChannelRequest\032\022.testsgen.LogEntry\"" - "\0000\001\022D\n\017CloseLogChannel\022\026.testsgen.DummyR" - "equest\032\027.testsgen.DummyResponse\"\000\022G\n\020Ope" - "nGTestChannel\022\033.testsgen.LogChannelReque" - "st\032\022.testsgen.LogEntry\"\0000\001\022F\n\021CloseGTest" - "Channel\022\026.testsgen.DummyRequest\032\027.testsg" - "en.DummyResponse\"\000\022L\n\016RegisterClient\022\037.t" - "estsgen.RegisterClientRequest\032\027.testsgen" - ".DummyResponse\"\000\022T\n\025GetFunctionReturnTyp" - "e\022\031.testsgen.FunctionRequest\032\036.testsgen." - "FunctionTypeResponse\"\000\022M\n\024GenerateSnippe" - "tTests\022\030.testsgen.SnippetRequest\032\027.tests" - "gen.TestsResponse\"\0000\001\022M\n\024GenerateProject" - "Tests\022\030.testsgen.ProjectRequest\032\027.testsg" - "en.TestsResponse\"\0000\001\022G\n\021GenerateFileTest" - "s\022\025.testsgen.FileRequest\032\027.testsgen.Test" - "sResponse\"\0000\001\022O\n\025GenerateFunctionTests\022\031" - ".testsgen.FunctionRequest\032\027.testsgen.Tes" - "tsResponse\"\0000\001\022I\n\022GenerateClassTests\022\026.t" - "estsgen.ClassRequest\032\027.testsgen.TestsRes" - "ponse\"\0000\001\022K\n\023GenerateFolderTests\022\027.tests" - "gen.FolderRequest\032\027.testsgen.TestsRespon" - "se\"\0000\001\022G\n\021GenerateLineTests\022\025.testsgen.L" - "ineRequest\032\027.testsgen.TestsResponse\"\0000\001\022" - "U\n\032GenerateAssertionFailTests\022\032.testsgen" - ".AssertionRequest\032\027.testsgen.TestsRespon" - "se\"\0000\001\022Q\n\026GeneratePredicateTests\022\032.tests" - "gen.PredicateRequest\032\027.testsgen.TestsRes" - "ponse\"\0000\001\022m\n\034CreateTestsCoverageAndResul" - "t\022#.testsgen.CoverageAndResultsRequest\032$" - ".testsgen.CoverageAndResultsResponse\"\0000\001" - "\022M\n\024GenerateProjectStubs\022\030.testsgen.Proj" - "ectRequest\032\027.testsgen.StubsResponse\"\0000\001\022" - "J\n\023PrintModulesContent\022\030.testsgen.Projec" - "tContext\032\027.testsgen.DummyResponse\"\000\022W\n\020C" - "onfigureProject\022\036.testsgen.ProjectConfig" - "Request\032\037.testsgen.ProjectConfigResponse" - "\"\0000\001\022=\n\rGetSourceCode\022\024.testsgen.SourceI" - "nfo\032\024.testsgen.SourceCode\"\000\022X\n\021GetProjec" - "tTargets\022\037.testsgen.ProjectTargetsReques" - "t\032 .testsgen.ProjectTargetsResponse\"\000\022O\n" - "\016GetFileTargets\022\034.testsgen.FileTargetsRe" - "quest\032\035.testsgen.FileTargetsResponse\"\000b\006" - "proto3" - ; -static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_testgen_2eproto_deps[1] = { - &::descriptor_table_util_2eproto, -}; -static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_testgen_2eproto_sccs[34] = { - &scc_info_AssertionRequest_testgen_2eproto.base, - &scc_info_ClassRequest_testgen_2eproto.base, - &scc_info_CoverageAndResultsRequest_testgen_2eproto.base, - &scc_info_CoverageAndResultsResponse_testgen_2eproto.base, - &scc_info_DummyRequest_testgen_2eproto.base, - &scc_info_DummyResponse_testgen_2eproto.base, - &scc_info_FileCoverageSimplified_testgen_2eproto.base, - &scc_info_FileRequest_testgen_2eproto.base, - &scc_info_FileTargetsRequest_testgen_2eproto.base, - &scc_info_FileTargetsResponse_testgen_2eproto.base, - &scc_info_FolderRequest_testgen_2eproto.base, - &scc_info_FunctionRequest_testgen_2eproto.base, - &scc_info_FunctionTypeResponse_testgen_2eproto.base, - &scc_info_HeartbeatResponse_testgen_2eproto.base, - &scc_info_LineRequest_testgen_2eproto.base, - &scc_info_LogChannelRequest_testgen_2eproto.base, - &scc_info_LogEntry_testgen_2eproto.base, - &scc_info_PredicateRequest_testgen_2eproto.base, - &scc_info_ProjectConfigRequest_testgen_2eproto.base, - &scc_info_ProjectConfigResponse_testgen_2eproto.base, - &scc_info_ProjectContext_testgen_2eproto.base, - &scc_info_ProjectRequest_testgen_2eproto.base, - &scc_info_ProjectTarget_testgen_2eproto.base, - &scc_info_ProjectTargetsRequest_testgen_2eproto.base, - &scc_info_ProjectTargetsResponse_testgen_2eproto.base, - &scc_info_RegisterClientRequest_testgen_2eproto.base, - &scc_info_RegisterClientResponse_testgen_2eproto.base, - &scc_info_SettingsContext_testgen_2eproto.base, - &scc_info_SnippetRequest_testgen_2eproto.base, - &scc_info_SourceLine_testgen_2eproto.base, - &scc_info_StubsResponse_testgen_2eproto.base, - &scc_info_TestFilter_testgen_2eproto.base, - &scc_info_TestResultObject_testgen_2eproto.base, - &scc_info_TestsResponse_testgen_2eproto.base, -}; -static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_testgen_2eproto_once; -static bool descriptor_table_testgen_2eproto_initialized = false; -const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_testgen_2eproto = { - &descriptor_table_testgen_2eproto_initialized, descriptor_table_protodef_testgen_2eproto, "testgen.proto", 5566, - &descriptor_table_testgen_2eproto_once, descriptor_table_testgen_2eproto_sccs, descriptor_table_testgen_2eproto_deps, 34, 1, - schemas, file_default_instances, TableStruct_testgen_2eproto::offsets, - file_level_metadata_testgen_2eproto, 34, file_level_enum_descriptors_testgen_2eproto, file_level_service_descriptors_testgen_2eproto, -}; - -// Force running AddDescriptors() at dynamic initialization time. -static bool dynamic_init_dummy_testgen_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_testgen_2eproto), true); -namespace testsgen { -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TestStatus_descriptor() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_testgen_2eproto); - return file_level_enum_descriptors_testgen_2eproto[0]; -} -bool TestStatus_IsValid(int value) { - switch (value) { - case 0: - case 1: - case 2: - case 3: - return true; - default: - return false; - } -} - -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ConfigMode_descriptor() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_testgen_2eproto); - return file_level_enum_descriptors_testgen_2eproto[1]; -} -bool ConfigMode_IsValid(int value) { - switch (value) { - case 0: - case 1: - case 2: - case 3: - return true; - default: - return false; - } -} - -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ProjectConfigStatus_descriptor() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_testgen_2eproto); - return file_level_enum_descriptors_testgen_2eproto[2]; -} -bool ProjectConfigStatus_IsValid(int value) { - switch (value) { - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - return true; - default: - return false; - } -} - - -// =================================================================== - -void DummyRequest::InitAsDefaultInstance() { -} -class DummyRequest::_Internal { - public: -}; - -DummyRequest::DummyRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.DummyRequest) -} -DummyRequest::DummyRequest(const DummyRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - // @@protoc_insertion_point(copy_constructor:testsgen.DummyRequest) -} - -void DummyRequest::SharedCtor() { -} - -DummyRequest::~DummyRequest() { - // @@protoc_insertion_point(destructor:testsgen.DummyRequest) - SharedDtor(); -} - -void DummyRequest::SharedDtor() { -} - -void DummyRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const DummyRequest& DummyRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_DummyRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void DummyRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.DummyRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - _internal_metadata_.Clear(); -} - -const char* DummyRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* DummyRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.DummyRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.DummyRequest) - return target; -} - -size_t DummyRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.DummyRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void DummyRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.DummyRequest) - GOOGLE_DCHECK_NE(&from, this); - const DummyRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.DummyRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.DummyRequest) - MergeFrom(*source); - } -} - -void DummyRequest::MergeFrom(const DummyRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.DummyRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - -} - -void DummyRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.DummyRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void DummyRequest::CopyFrom(const DummyRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.DummyRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool DummyRequest::IsInitialized() const { - return true; -} - -void DummyRequest::InternalSwap(DummyRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata DummyRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void DummyResponse::InitAsDefaultInstance() { -} -class DummyResponse::_Internal { - public: -}; - -DummyResponse::DummyResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.DummyResponse) -} -DummyResponse::DummyResponse(const DummyResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - // @@protoc_insertion_point(copy_constructor:testsgen.DummyResponse) -} - -void DummyResponse::SharedCtor() { -} - -DummyResponse::~DummyResponse() { - // @@protoc_insertion_point(destructor:testsgen.DummyResponse) - SharedDtor(); -} - -void DummyResponse::SharedDtor() { -} - -void DummyResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const DummyResponse& DummyResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_DummyResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void DummyResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.DummyResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - _internal_metadata_.Clear(); -} - -const char* DummyResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* DummyResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.DummyResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.DummyResponse) - return target; -} - -size_t DummyResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.DummyResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void DummyResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.DummyResponse) - GOOGLE_DCHECK_NE(&from, this); - const DummyResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.DummyResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.DummyResponse) - MergeFrom(*source); - } -} - -void DummyResponse::MergeFrom(const DummyResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.DummyResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - -} - -void DummyResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.DummyResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void DummyResponse::CopyFrom(const DummyResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.DummyResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool DummyResponse::IsInitialized() const { - return true; -} - -void DummyResponse::InternalSwap(DummyResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata DummyResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void RegisterClientRequest::InitAsDefaultInstance() { -} -class RegisterClientRequest::_Internal { - public: -}; - -RegisterClientRequest::RegisterClientRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.RegisterClientRequest) -} -RegisterClientRequest::RegisterClientRequest(const RegisterClientRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - clientid_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_clientid().empty()) { - clientid_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.clientid_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.RegisterClientRequest) -} - -void RegisterClientRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_RegisterClientRequest_testgen_2eproto.base); - clientid_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -RegisterClientRequest::~RegisterClientRequest() { - // @@protoc_insertion_point(destructor:testsgen.RegisterClientRequest) - SharedDtor(); -} - -void RegisterClientRequest::SharedDtor() { - clientid_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void RegisterClientRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const RegisterClientRequest& RegisterClientRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_RegisterClientRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void RegisterClientRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.RegisterClientRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - clientid_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* RegisterClientRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string clientId = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_clientid(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.RegisterClientRequest.clientId")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* RegisterClientRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.RegisterClientRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string clientId = 1; - if (this->clientid().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_clientid().data(), static_cast(this->_internal_clientid().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.RegisterClientRequest.clientId"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_clientid(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.RegisterClientRequest) - return target; -} - -size_t RegisterClientRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.RegisterClientRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string clientId = 1; - if (this->clientid().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_clientid()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void RegisterClientRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.RegisterClientRequest) - GOOGLE_DCHECK_NE(&from, this); - const RegisterClientRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.RegisterClientRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.RegisterClientRequest) - MergeFrom(*source); - } -} - -void RegisterClientRequest::MergeFrom(const RegisterClientRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.RegisterClientRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.clientid().size() > 0) { - - clientid_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.clientid_); - } -} - -void RegisterClientRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.RegisterClientRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void RegisterClientRequest::CopyFrom(const RegisterClientRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.RegisterClientRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool RegisterClientRequest::IsInitialized() const { - return true; -} - -void RegisterClientRequest::InternalSwap(RegisterClientRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - clientid_.Swap(&other->clientid_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata RegisterClientRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void RegisterClientResponse::InitAsDefaultInstance() { -} -class RegisterClientResponse::_Internal { - public: -}; - -RegisterClientResponse::RegisterClientResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.RegisterClientResponse) -} -RegisterClientResponse::RegisterClientResponse(const RegisterClientResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - isduplicate_ = from.isduplicate_; - // @@protoc_insertion_point(copy_constructor:testsgen.RegisterClientResponse) -} - -void RegisterClientResponse::SharedCtor() { - isduplicate_ = false; -} - -RegisterClientResponse::~RegisterClientResponse() { - // @@protoc_insertion_point(destructor:testsgen.RegisterClientResponse) - SharedDtor(); -} - -void RegisterClientResponse::SharedDtor() { -} - -void RegisterClientResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const RegisterClientResponse& RegisterClientResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_RegisterClientResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void RegisterClientResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.RegisterClientResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - isduplicate_ = false; - _internal_metadata_.Clear(); -} - -const char* RegisterClientResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // bool isDuplicate = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - isduplicate_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* RegisterClientResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.RegisterClientResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // bool isDuplicate = 1; - if (this->isduplicate() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_isduplicate(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.RegisterClientResponse) - return target; -} - -size_t RegisterClientResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.RegisterClientResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // bool isDuplicate = 1; - if (this->isduplicate() != 0) { - total_size += 1 + 1; - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void RegisterClientResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.RegisterClientResponse) - GOOGLE_DCHECK_NE(&from, this); - const RegisterClientResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.RegisterClientResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.RegisterClientResponse) - MergeFrom(*source); - } -} - -void RegisterClientResponse::MergeFrom(const RegisterClientResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.RegisterClientResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.isduplicate() != 0) { - _internal_set_isduplicate(from._internal_isduplicate()); - } -} - -void RegisterClientResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.RegisterClientResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void RegisterClientResponse::CopyFrom(const RegisterClientResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.RegisterClientResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool RegisterClientResponse::IsInitialized() const { - return true; -} - -void RegisterClientResponse::InternalSwap(RegisterClientResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(isduplicate_, other->isduplicate_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata RegisterClientResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FunctionTypeResponse::InitAsDefaultInstance() { -} -class FunctionTypeResponse::_Internal { - public: -}; - -FunctionTypeResponse::FunctionTypeResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FunctionTypeResponse) -} -FunctionTypeResponse::FunctionTypeResponse(const FunctionTypeResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - validationtype_ = from.validationtype_; - // @@protoc_insertion_point(copy_constructor:testsgen.FunctionTypeResponse) -} - -void FunctionTypeResponse::SharedCtor() { - validationtype_ = 0; -} - -FunctionTypeResponse::~FunctionTypeResponse() { - // @@protoc_insertion_point(destructor:testsgen.FunctionTypeResponse) - SharedDtor(); -} - -void FunctionTypeResponse::SharedDtor() { -} - -void FunctionTypeResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FunctionTypeResponse& FunctionTypeResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FunctionTypeResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FunctionTypeResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FunctionTypeResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - validationtype_ = 0; - _internal_metadata_.Clear(); -} - -const char* FunctionTypeResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ValidationType validationType = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - _internal_set_validationtype(static_cast<::testsgen::ValidationType>(val)); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FunctionTypeResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FunctionTypeResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ValidationType validationType = 1; - if (this->validationtype() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( - 1, this->_internal_validationtype(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FunctionTypeResponse) - return target; -} - -size_t FunctionTypeResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FunctionTypeResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.ValidationType validationType = 1; - if (this->validationtype() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_validationtype()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FunctionTypeResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FunctionTypeResponse) - GOOGLE_DCHECK_NE(&from, this); - const FunctionTypeResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FunctionTypeResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FunctionTypeResponse) - MergeFrom(*source); - } -} - -void FunctionTypeResponse::MergeFrom(const FunctionTypeResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FunctionTypeResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.validationtype() != 0) { - _internal_set_validationtype(from._internal_validationtype()); - } -} - -void FunctionTypeResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FunctionTypeResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FunctionTypeResponse::CopyFrom(const FunctionTypeResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FunctionTypeResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FunctionTypeResponse::IsInitialized() const { - return true; -} - -void FunctionTypeResponse::InternalSwap(FunctionTypeResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(validationtype_, other->validationtype_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FunctionTypeResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void LogChannelRequest::InitAsDefaultInstance() { -} -class LogChannelRequest::_Internal { - public: -}; - -LogChannelRequest::LogChannelRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.LogChannelRequest) -} -LogChannelRequest::LogChannelRequest(const LogChannelRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - loglevel_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_loglevel().empty()) { - loglevel_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.loglevel_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.LogChannelRequest) -} - -void LogChannelRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LogChannelRequest_testgen_2eproto.base); - loglevel_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -LogChannelRequest::~LogChannelRequest() { - // @@protoc_insertion_point(destructor:testsgen.LogChannelRequest) - SharedDtor(); -} - -void LogChannelRequest::SharedDtor() { - loglevel_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void LogChannelRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const LogChannelRequest& LogChannelRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LogChannelRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void LogChannelRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.LogChannelRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - loglevel_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* LogChannelRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string logLevel = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_loglevel(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.LogChannelRequest.logLevel")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* LogChannelRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.LogChannelRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string logLevel = 2; - if (this->loglevel().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_loglevel().data(), static_cast(this->_internal_loglevel().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.LogChannelRequest.logLevel"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_loglevel(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.LogChannelRequest) - return target; -} - -size_t LogChannelRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.LogChannelRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string logLevel = 2; - if (this->loglevel().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_loglevel()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void LogChannelRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.LogChannelRequest) - GOOGLE_DCHECK_NE(&from, this); - const LogChannelRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.LogChannelRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.LogChannelRequest) - MergeFrom(*source); - } -} - -void LogChannelRequest::MergeFrom(const LogChannelRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.LogChannelRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.loglevel().size() > 0) { - - loglevel_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.loglevel_); - } -} - -void LogChannelRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.LogChannelRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void LogChannelRequest::CopyFrom(const LogChannelRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.LogChannelRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool LogChannelRequest::IsInitialized() const { - return true; -} - -void LogChannelRequest::InternalSwap(LogChannelRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - loglevel_.Swap(&other->loglevel_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata LogChannelRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void LogEntry::InitAsDefaultInstance() { -} -class LogEntry::_Internal { - public: -}; - -LogEntry::LogEntry() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.LogEntry) -} -LogEntry::LogEntry(const LogEntry& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_message().empty()) { - message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.LogEntry) -} - -void LogEntry::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LogEntry_testgen_2eproto.base); - message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -LogEntry::~LogEntry() { - // @@protoc_insertion_point(destructor:testsgen.LogEntry) - SharedDtor(); -} - -void LogEntry::SharedDtor() { - message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void LogEntry::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const LogEntry& LogEntry::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LogEntry_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void LogEntry::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.LogEntry) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* LogEntry::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string message = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_message(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.LogEntry.message")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* LogEntry::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.LogEntry) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string message = 1; - if (this->message().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_message().data(), static_cast(this->_internal_message().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.LogEntry.message"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_message(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.LogEntry) - return target; -} - -size_t LogEntry::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.LogEntry) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string message = 1; - if (this->message().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_message()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void LogEntry::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.LogEntry) - GOOGLE_DCHECK_NE(&from, this); - const LogEntry* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.LogEntry) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.LogEntry) - MergeFrom(*source); - } -} - -void LogEntry::MergeFrom(const LogEntry& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.LogEntry) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.message().size() > 0) { - - message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); - } -} - -void LogEntry::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.LogEntry) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void LogEntry::CopyFrom(const LogEntry& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.LogEntry) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool LogEntry::IsInitialized() const { - return true; -} - -void LogEntry::InternalSwap(LogEntry* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata LogEntry::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectContext::InitAsDefaultInstance() { -} -class ProjectContext::_Internal { - public: -}; - -ProjectContext::ProjectContext() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectContext) -} -ProjectContext::ProjectContext(const ProjectContext& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - projectname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_projectname().empty()) { - projectname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectname_); - } - projectpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_projectpath().empty()) { - projectpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectpath_); - } - testdirpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_testdirpath().empty()) { - testdirpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testdirpath_); - } - builddirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_builddirrelativepath().empty()) { - builddirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.builddirrelativepath_); - } - resultsdirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_resultsdirrelativepath().empty()) { - resultsdirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.resultsdirrelativepath_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectContext) -} - -void ProjectContext::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectContext_testgen_2eproto.base); - projectname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - projectpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testdirpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - builddirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - resultsdirrelativepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -ProjectContext::~ProjectContext() { - // @@protoc_insertion_point(destructor:testsgen.ProjectContext) - SharedDtor(); -} - -void ProjectContext::SharedDtor() { - projectname_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - projectpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testdirpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - builddirrelativepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - resultsdirrelativepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void ProjectContext::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectContext& ProjectContext::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectContext_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectContext::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectContext) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - projectname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - projectpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testdirpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - builddirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - resultsdirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* ProjectContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string projectName = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_projectname(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.projectName")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string projectPath = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_projectpath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.projectPath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string testDirPath = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - auto str = _internal_mutable_testdirpath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.testDirPath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string buildDirRelativePath = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { - auto str = _internal_mutable_builddirrelativepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.buildDirRelativePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string resultsDirRelativePath = 5; - case 5: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) { - auto str = _internal_mutable_resultsdirrelativepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectContext.resultsDirRelativePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectContext::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectContext) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string projectName = 1; - if (this->projectname().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_projectname().data(), static_cast(this->_internal_projectname().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectContext.projectName"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_projectname(), target); - } - - // string projectPath = 2; - if (this->projectpath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_projectpath().data(), static_cast(this->_internal_projectpath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectContext.projectPath"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_projectpath(), target); - } - - // string testDirPath = 3; - if (this->testdirpath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_testdirpath().data(), static_cast(this->_internal_testdirpath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectContext.testDirPath"); - target = stream->WriteStringMaybeAliased( - 3, this->_internal_testdirpath(), target); - } - - // string buildDirRelativePath = 4; - if (this->builddirrelativepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_builddirrelativepath().data(), static_cast(this->_internal_builddirrelativepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectContext.buildDirRelativePath"); - target = stream->WriteStringMaybeAliased( - 4, this->_internal_builddirrelativepath(), target); - } - - // string resultsDirRelativePath = 5; - if (this->resultsdirrelativepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_resultsdirrelativepath().data(), static_cast(this->_internal_resultsdirrelativepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectContext.resultsDirRelativePath"); - target = stream->WriteStringMaybeAliased( - 5, this->_internal_resultsdirrelativepath(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectContext) - return target; -} - -size_t ProjectContext::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectContext) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string projectName = 1; - if (this->projectname().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_projectname()); - } - - // string projectPath = 2; - if (this->projectpath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_projectpath()); - } - - // string testDirPath = 3; - if (this->testdirpath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_testdirpath()); - } - - // string buildDirRelativePath = 4; - if (this->builddirrelativepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_builddirrelativepath()); - } - - // string resultsDirRelativePath = 5; - if (this->resultsdirrelativepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_resultsdirrelativepath()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectContext) - GOOGLE_DCHECK_NE(&from, this); - const ProjectContext* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectContext) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectContext) - MergeFrom(*source); - } -} - -void ProjectContext::MergeFrom(const ProjectContext& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectContext) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.projectname().size() > 0) { - - projectname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectname_); - } - if (from.projectpath().size() > 0) { - - projectpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.projectpath_); - } - if (from.testdirpath().size() > 0) { - - testdirpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testdirpath_); - } - if (from.builddirrelativepath().size() > 0) { - - builddirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.builddirrelativepath_); - } - if (from.resultsdirrelativepath().size() > 0) { - - resultsdirrelativepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.resultsdirrelativepath_); - } -} - -void ProjectContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectContext) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectContext::CopyFrom(const ProjectContext& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectContext) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectContext::IsInitialized() const { - return true; -} - -void ProjectContext::InternalSwap(ProjectContext* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - projectname_.Swap(&other->projectname_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - projectpath_.Swap(&other->projectpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - testdirpath_.Swap(&other->testdirpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - builddirrelativepath_.Swap(&other->builddirrelativepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - resultsdirrelativepath_.Swap(&other->resultsdirrelativepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectContext::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void SettingsContext::InitAsDefaultInstance() { -} -class SettingsContext::_Internal { - public: -}; - -SettingsContext::SettingsContext() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.SettingsContext) -} -SettingsContext::SettingsContext(const SettingsContext& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::memcpy(&timeoutperfunction_, &from.timeoutperfunction_, - static_cast(reinterpret_cast(&timeoutpertest_) - - reinterpret_cast(&timeoutperfunction_)) + sizeof(timeoutpertest_)); - // @@protoc_insertion_point(copy_constructor:testsgen.SettingsContext) -} - -void SettingsContext::SharedCtor() { - ::memset(&timeoutperfunction_, 0, static_cast( - reinterpret_cast(&timeoutpertest_) - - reinterpret_cast(&timeoutperfunction_)) + sizeof(timeoutpertest_)); -} - -SettingsContext::~SettingsContext() { - // @@protoc_insertion_point(destructor:testsgen.SettingsContext) - SharedDtor(); -} - -void SettingsContext::SharedDtor() { -} - -void SettingsContext::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const SettingsContext& SettingsContext::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SettingsContext_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void SettingsContext::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.SettingsContext) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - ::memset(&timeoutperfunction_, 0, static_cast( - reinterpret_cast(&timeoutpertest_) - - reinterpret_cast(&timeoutperfunction_)) + sizeof(timeoutpertest_)); - _internal_metadata_.Clear(); -} - -const char* SettingsContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // bool generateForStaticFunctions = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - generateforstaticfunctions_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // bool verbose = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { - verbose_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // int32 timeoutPerFunction = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { - timeoutperfunction_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // int32 timeoutPerTest = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { - timeoutpertest_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // bool useDeterministicSearcher = 5; - case 5: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) { - usedeterministicsearcher_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // bool useStubs = 6; - case 6: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) { - usestubs_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* SettingsContext::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.SettingsContext) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // bool generateForStaticFunctions = 1; - if (this->generateforstaticfunctions() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_generateforstaticfunctions(), target); - } - - // bool verbose = 2; - if (this->verbose() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->_internal_verbose(), target); - } - - // int32 timeoutPerFunction = 3; - if (this->timeoutperfunction() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(3, this->_internal_timeoutperfunction(), target); - } - - // int32 timeoutPerTest = 4; - if (this->timeoutpertest() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(4, this->_internal_timeoutpertest(), target); - } - - // bool useDeterministicSearcher = 5; - if (this->usedeterministicsearcher() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(5, this->_internal_usedeterministicsearcher(), target); - } - - // bool useStubs = 6; - if (this->usestubs() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(6, this->_internal_usestubs(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.SettingsContext) - return target; -} - -size_t SettingsContext::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.SettingsContext) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // int32 timeoutPerFunction = 3; - if (this->timeoutperfunction() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size( - this->_internal_timeoutperfunction()); - } - - // bool generateForStaticFunctions = 1; - if (this->generateforstaticfunctions() != 0) { - total_size += 1 + 1; - } - - // bool verbose = 2; - if (this->verbose() != 0) { - total_size += 1 + 1; - } - - // bool useDeterministicSearcher = 5; - if (this->usedeterministicsearcher() != 0) { - total_size += 1 + 1; - } - - // bool useStubs = 6; - if (this->usestubs() != 0) { - total_size += 1 + 1; - } - - // int32 timeoutPerTest = 4; - if (this->timeoutpertest() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size( - this->_internal_timeoutpertest()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void SettingsContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SettingsContext) - GOOGLE_DCHECK_NE(&from, this); - const SettingsContext* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SettingsContext) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SettingsContext) - MergeFrom(*source); - } -} - -void SettingsContext::MergeFrom(const SettingsContext& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SettingsContext) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.timeoutperfunction() != 0) { - _internal_set_timeoutperfunction(from._internal_timeoutperfunction()); - } - if (from.generateforstaticfunctions() != 0) { - _internal_set_generateforstaticfunctions(from._internal_generateforstaticfunctions()); - } - if (from.verbose() != 0) { - _internal_set_verbose(from._internal_verbose()); - } - if (from.usedeterministicsearcher() != 0) { - _internal_set_usedeterministicsearcher(from._internal_usedeterministicsearcher()); - } - if (from.usestubs() != 0) { - _internal_set_usestubs(from._internal_usestubs()); - } - if (from.timeoutpertest() != 0) { - _internal_set_timeoutpertest(from._internal_timeoutpertest()); - } -} - -void SettingsContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SettingsContext) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void SettingsContext::CopyFrom(const SettingsContext& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SettingsContext) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool SettingsContext::IsInitialized() const { - return true; -} - -void SettingsContext::InternalSwap(SettingsContext* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(timeoutperfunction_, other->timeoutperfunction_); - swap(generateforstaticfunctions_, other->generateforstaticfunctions_); - swap(verbose_, other->verbose_); - swap(usedeterministicsearcher_, other->usedeterministicsearcher_); - swap(usestubs_, other->usestubs_); - swap(timeoutpertest_, other->timeoutpertest_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata SettingsContext::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void SnippetRequest::InitAsDefaultInstance() { - ::testsgen::_SnippetRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( - ::testsgen::ProjectContext::internal_default_instance()); - ::testsgen::_SnippetRequest_default_instance_._instance.get_mutable()->settingscontext_ = const_cast< ::testsgen::SettingsContext*>( - ::testsgen::SettingsContext::internal_default_instance()); -} -class SnippetRequest::_Internal { - public: - static const ::testsgen::ProjectContext& projectcontext(const SnippetRequest* msg); - static const ::testsgen::SettingsContext& settingscontext(const SnippetRequest* msg); -}; - -const ::testsgen::ProjectContext& -SnippetRequest::_Internal::projectcontext(const SnippetRequest* msg) { - return *msg->projectcontext_; -} -const ::testsgen::SettingsContext& -SnippetRequest::_Internal::settingscontext(const SnippetRequest* msg) { - return *msg->settingscontext_; -} -SnippetRequest::SnippetRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.SnippetRequest) -} -SnippetRequest::SnippetRequest(const SnippetRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_filepath().empty()) { - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - if (from._internal_has_projectcontext()) { - projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); - } else { - projectcontext_ = nullptr; - } - if (from._internal_has_settingscontext()) { - settingscontext_ = new ::testsgen::SettingsContext(*from.settingscontext_); - } else { - settingscontext_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.SnippetRequest) -} - -void SnippetRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SnippetRequest_testgen_2eproto.base); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&projectcontext_, 0, static_cast( - reinterpret_cast(&settingscontext_) - - reinterpret_cast(&projectcontext_)) + sizeof(settingscontext_)); -} - -SnippetRequest::~SnippetRequest() { - // @@protoc_insertion_point(destructor:testsgen.SnippetRequest) - SharedDtor(); -} - -void SnippetRequest::SharedDtor() { - filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete projectcontext_; - if (this != internal_default_instance()) delete settingscontext_; -} - -void SnippetRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const SnippetRequest& SnippetRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SnippetRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void SnippetRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.SnippetRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; - if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { - delete settingscontext_; - } - settingscontext_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* SnippetRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectContext projectContext = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.SettingsContext settingsContext = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_settingscontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string filePath = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - auto str = _internal_mutable_filepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SnippetRequest.filePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* SnippetRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.SnippetRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectcontext(this), target, stream); - } - - // .testsgen.SettingsContext settingsContext = 2; - if (this->has_settingscontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::settingscontext(this), target, stream); - } - - // string filePath = 3; - if (this->filepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.SnippetRequest.filePath"); - target = stream->WriteStringMaybeAliased( - 3, this->_internal_filepath(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.SnippetRequest) - return target; -} - -size_t SnippetRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.SnippetRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string filePath = 3; - if (this->filepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_filepath()); - } - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectcontext_); - } - - // .testsgen.SettingsContext settingsContext = 2; - if (this->has_settingscontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *settingscontext_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void SnippetRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SnippetRequest) - GOOGLE_DCHECK_NE(&from, this); - const SnippetRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SnippetRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SnippetRequest) - MergeFrom(*source); - } -} - -void SnippetRequest::MergeFrom(const SnippetRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SnippetRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.filepath().size() > 0) { - - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - if (from.has_projectcontext()) { - _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); - } - if (from.has_settingscontext()) { - _internal_mutable_settingscontext()->::testsgen::SettingsContext::MergeFrom(from._internal_settingscontext()); - } -} - -void SnippetRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SnippetRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void SnippetRequest::CopyFrom(const SnippetRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SnippetRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool SnippetRequest::IsInitialized() const { - return true; -} - -void SnippetRequest::InternalSwap(SnippetRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(projectcontext_, other->projectcontext_); - swap(settingscontext_, other->settingscontext_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata SnippetRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectRequest::InitAsDefaultInstance() { - ::testsgen::_ProjectRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( - ::testsgen::ProjectContext::internal_default_instance()); - ::testsgen::_ProjectRequest_default_instance_._instance.get_mutable()->settingscontext_ = const_cast< ::testsgen::SettingsContext*>( - ::testsgen::SettingsContext::internal_default_instance()); -} -class ProjectRequest::_Internal { - public: - static const ::testsgen::ProjectContext& projectcontext(const ProjectRequest* msg); - static const ::testsgen::SettingsContext& settingscontext(const ProjectRequest* msg); -}; - -const ::testsgen::ProjectContext& -ProjectRequest::_Internal::projectcontext(const ProjectRequest* msg) { - return *msg->projectcontext_; -} -const ::testsgen::SettingsContext& -ProjectRequest::_Internal::settingscontext(const ProjectRequest* msg) { - return *msg->settingscontext_; -} -ProjectRequest::ProjectRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectRequest) -} -ProjectRequest::ProjectRequest(const ProjectRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - sourcepaths_(from.sourcepaths_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - targetpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_targetpath().empty()) { - targetpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.targetpath_); - } - if (from._internal_has_projectcontext()) { - projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); - } else { - projectcontext_ = nullptr; - } - if (from._internal_has_settingscontext()) { - settingscontext_ = new ::testsgen::SettingsContext(*from.settingscontext_); - } else { - settingscontext_ = nullptr; - } - synchronizecode_ = from.synchronizecode_; - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectRequest) -} - -void ProjectRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectRequest_testgen_2eproto.base); - targetpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&projectcontext_, 0, static_cast( - reinterpret_cast(&synchronizecode_) - - reinterpret_cast(&projectcontext_)) + sizeof(synchronizecode_)); -} - -ProjectRequest::~ProjectRequest() { - // @@protoc_insertion_point(destructor:testsgen.ProjectRequest) - SharedDtor(); -} - -void ProjectRequest::SharedDtor() { - targetpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete projectcontext_; - if (this != internal_default_instance()) delete settingscontext_; -} - -void ProjectRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectRequest& ProjectRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - sourcepaths_.Clear(); - targetpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; - if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { - delete settingscontext_; - } - settingscontext_ = nullptr; - synchronizecode_ = false; - _internal_metadata_.Clear(); -} - -const char* ProjectRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectContext projectContext = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.SettingsContext settingsContext = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_settingscontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // repeated string sourcePaths = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr -= 1; - do { - ptr += 1; - auto str = _internal_add_sourcepaths(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectRequest.sourcePaths")); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr)); - } else goto handle_unusual; - continue; - // bool synchronizeCode = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { - synchronizecode_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string targetPath = 5; - case 5: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) { - auto str = _internal_mutable_targetpath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectRequest.targetPath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectcontext(this), target, stream); - } - - // .testsgen.SettingsContext settingsContext = 2; - if (this->has_settingscontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::settingscontext(this), target, stream); - } - - // repeated string sourcePaths = 3; - for (int i = 0, n = this->_internal_sourcepaths_size(); i < n; i++) { - const auto& s = this->_internal_sourcepaths(i); - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - s.data(), static_cast(s.length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectRequest.sourcePaths"); - target = stream->WriteString(3, s, target); - } - - // bool synchronizeCode = 4; - if (this->synchronizecode() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(4, this->_internal_synchronizecode(), target); - } - - // string targetPath = 5; - if (this->targetpath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_targetpath().data(), static_cast(this->_internal_targetpath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectRequest.targetPath"); - target = stream->WriteStringMaybeAliased( - 5, this->_internal_targetpath(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectRequest) - return target; -} - -size_t ProjectRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated string sourcePaths = 3; - total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(sourcepaths_.size()); - for (int i = 0, n = sourcepaths_.size(); i < n; i++) { - total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - sourcepaths_.Get(i)); - } - - // string targetPath = 5; - if (this->targetpath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_targetpath()); - } - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectcontext_); - } - - // .testsgen.SettingsContext settingsContext = 2; - if (this->has_settingscontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *settingscontext_); - } - - // bool synchronizeCode = 4; - if (this->synchronizecode() != 0) { - total_size += 1 + 1; - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectRequest) - GOOGLE_DCHECK_NE(&from, this); - const ProjectRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectRequest) - MergeFrom(*source); - } -} - -void ProjectRequest::MergeFrom(const ProjectRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - sourcepaths_.MergeFrom(from.sourcepaths_); - if (from.targetpath().size() > 0) { - - targetpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.targetpath_); - } - if (from.has_projectcontext()) { - _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); - } - if (from.has_settingscontext()) { - _internal_mutable_settingscontext()->::testsgen::SettingsContext::MergeFrom(from._internal_settingscontext()); - } - if (from.synchronizecode() != 0) { - _internal_set_synchronizecode(from._internal_synchronizecode()); - } -} - -void ProjectRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectRequest::CopyFrom(const ProjectRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectRequest::IsInitialized() const { - return true; -} - -void ProjectRequest::InternalSwap(ProjectRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - sourcepaths_.InternalSwap(&other->sourcepaths_); - targetpath_.Swap(&other->targetpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(projectcontext_, other->projectcontext_); - swap(settingscontext_, other->settingscontext_); - swap(synchronizecode_, other->synchronizecode_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FileRequest::InitAsDefaultInstance() { - ::testsgen::_FileRequest_default_instance_._instance.get_mutable()->projectrequest_ = const_cast< ::testsgen::ProjectRequest*>( - ::testsgen::ProjectRequest::internal_default_instance()); -} -class FileRequest::_Internal { - public: - static const ::testsgen::ProjectRequest& projectrequest(const FileRequest* msg); -}; - -const ::testsgen::ProjectRequest& -FileRequest::_Internal::projectrequest(const FileRequest* msg) { - return *msg->projectrequest_; -} -FileRequest::FileRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FileRequest) -} -FileRequest::FileRequest(const FileRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_filepath().empty()) { - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - if (from._internal_has_projectrequest()) { - projectrequest_ = new ::testsgen::ProjectRequest(*from.projectrequest_); - } else { - projectrequest_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.FileRequest) -} - -void FileRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileRequest_testgen_2eproto.base); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - projectrequest_ = nullptr; -} - -FileRequest::~FileRequest() { - // @@protoc_insertion_point(destructor:testsgen.FileRequest) - SharedDtor(); -} - -void FileRequest::SharedDtor() { - filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete projectrequest_; -} - -void FileRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FileRequest& FileRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FileRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FileRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { - delete projectrequest_; - } - projectrequest_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* FileRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectRequest projectRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectrequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string filePath = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_filepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FileRequest.filePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FileRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectRequest projectRequest = 1; - if (this->has_projectrequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectrequest(this), target, stream); - } - - // string filePath = 2; - if (this->filepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.FileRequest.filePath"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_filepath(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileRequest) - return target; -} - -size_t FileRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FileRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string filePath = 2; - if (this->filepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_filepath()); - } - - // .testsgen.ProjectRequest projectRequest = 1; - if (this->has_projectrequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectrequest_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FileRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileRequest) - GOOGLE_DCHECK_NE(&from, this); - const FileRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileRequest) - MergeFrom(*source); - } -} - -void FileRequest::MergeFrom(const FileRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.filepath().size() > 0) { - - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - if (from.has_projectrequest()) { - _internal_mutable_projectrequest()->::testsgen::ProjectRequest::MergeFrom(from._internal_projectrequest()); - } -} - -void FileRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FileRequest::CopyFrom(const FileRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FileRequest::IsInitialized() const { - return true; -} - -void FileRequest::InternalSwap(FileRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(projectrequest_, other->projectrequest_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FileRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FolderRequest::InitAsDefaultInstance() { - ::testsgen::_FolderRequest_default_instance_._instance.get_mutable()->projectrequest_ = const_cast< ::testsgen::ProjectRequest*>( - ::testsgen::ProjectRequest::internal_default_instance()); -} -class FolderRequest::_Internal { - public: - static const ::testsgen::ProjectRequest& projectrequest(const FolderRequest* msg); -}; - -const ::testsgen::ProjectRequest& -FolderRequest::_Internal::projectrequest(const FolderRequest* msg) { - return *msg->projectrequest_; -} -FolderRequest::FolderRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FolderRequest) -} -FolderRequest::FolderRequest(const FolderRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - folderpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_folderpath().empty()) { - folderpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.folderpath_); - } - if (from._internal_has_projectrequest()) { - projectrequest_ = new ::testsgen::ProjectRequest(*from.projectrequest_); - } else { - projectrequest_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.FolderRequest) -} - -void FolderRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FolderRequest_testgen_2eproto.base); - folderpath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - projectrequest_ = nullptr; -} - -FolderRequest::~FolderRequest() { - // @@protoc_insertion_point(destructor:testsgen.FolderRequest) - SharedDtor(); -} - -void FolderRequest::SharedDtor() { - folderpath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete projectrequest_; -} - -void FolderRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FolderRequest& FolderRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FolderRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FolderRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FolderRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - folderpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { - delete projectrequest_; - } - projectrequest_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* FolderRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectRequest projectRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectrequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string folderPath = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_folderpath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FolderRequest.folderPath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FolderRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FolderRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectRequest projectRequest = 1; - if (this->has_projectrequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectrequest(this), target, stream); - } - - // string folderPath = 2; - if (this->folderpath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_folderpath().data(), static_cast(this->_internal_folderpath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.FolderRequest.folderPath"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_folderpath(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FolderRequest) - return target; -} - -size_t FolderRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FolderRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string folderPath = 2; - if (this->folderpath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_folderpath()); - } - - // .testsgen.ProjectRequest projectRequest = 1; - if (this->has_projectrequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectrequest_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FolderRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FolderRequest) - GOOGLE_DCHECK_NE(&from, this); - const FolderRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FolderRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FolderRequest) - MergeFrom(*source); - } -} - -void FolderRequest::MergeFrom(const FolderRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FolderRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.folderpath().size() > 0) { - - folderpath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.folderpath_); - } - if (from.has_projectrequest()) { - _internal_mutable_projectrequest()->::testsgen::ProjectRequest::MergeFrom(from._internal_projectrequest()); - } -} - -void FolderRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FolderRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FolderRequest::CopyFrom(const FolderRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FolderRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FolderRequest::IsInitialized() const { - return true; -} - -void FolderRequest::InternalSwap(FolderRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - folderpath_.Swap(&other->folderpath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(projectrequest_, other->projectrequest_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FolderRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void LineRequest::InitAsDefaultInstance() { - ::testsgen::_LineRequest_default_instance_._instance.get_mutable()->projectrequest_ = const_cast< ::testsgen::ProjectRequest*>( - ::testsgen::ProjectRequest::internal_default_instance()); - ::testsgen::_LineRequest_default_instance_._instance.get_mutable()->sourceinfo_ = const_cast< ::testsgen::SourceInfo*>( - ::testsgen::SourceInfo::internal_default_instance()); -} -class LineRequest::_Internal { - public: - static const ::testsgen::ProjectRequest& projectrequest(const LineRequest* msg); - static const ::testsgen::SourceInfo& sourceinfo(const LineRequest* msg); -}; - -const ::testsgen::ProjectRequest& -LineRequest::_Internal::projectrequest(const LineRequest* msg) { - return *msg->projectrequest_; -} -const ::testsgen::SourceInfo& -LineRequest::_Internal::sourceinfo(const LineRequest* msg) { - return *msg->sourceinfo_; -} -void LineRequest::clear_sourceinfo() { - if (GetArenaNoVirtual() == nullptr && sourceinfo_ != nullptr) { - delete sourceinfo_; - } - sourceinfo_ = nullptr; -} -LineRequest::LineRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.LineRequest) -} -LineRequest::LineRequest(const LineRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_projectrequest()) { - projectrequest_ = new ::testsgen::ProjectRequest(*from.projectrequest_); - } else { - projectrequest_ = nullptr; - } - if (from._internal_has_sourceinfo()) { - sourceinfo_ = new ::testsgen::SourceInfo(*from.sourceinfo_); - } else { - sourceinfo_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.LineRequest) -} - -void LineRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_LineRequest_testgen_2eproto.base); - ::memset(&projectrequest_, 0, static_cast( - reinterpret_cast(&sourceinfo_) - - reinterpret_cast(&projectrequest_)) + sizeof(sourceinfo_)); -} - -LineRequest::~LineRequest() { - // @@protoc_insertion_point(destructor:testsgen.LineRequest) - SharedDtor(); -} - -void LineRequest::SharedDtor() { - if (this != internal_default_instance()) delete projectrequest_; - if (this != internal_default_instance()) delete sourceinfo_; -} - -void LineRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const LineRequest& LineRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_LineRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void LineRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.LineRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { - delete projectrequest_; - } - projectrequest_ = nullptr; - if (GetArenaNoVirtual() == nullptr && sourceinfo_ != nullptr) { - delete sourceinfo_; - } - sourceinfo_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* LineRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectRequest projectRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectrequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.SourceInfo sourceInfo = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_sourceinfo(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* LineRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.LineRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectRequest projectRequest = 1; - if (this->has_projectrequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectrequest(this), target, stream); - } - - // .testsgen.SourceInfo sourceInfo = 2; - if (this->has_sourceinfo()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::sourceinfo(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.LineRequest) - return target; -} - -size_t LineRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.LineRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.ProjectRequest projectRequest = 1; - if (this->has_projectrequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectrequest_); - } - - // .testsgen.SourceInfo sourceInfo = 2; - if (this->has_sourceinfo()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *sourceinfo_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void LineRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.LineRequest) - GOOGLE_DCHECK_NE(&from, this); - const LineRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.LineRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.LineRequest) - MergeFrom(*source); - } -} - -void LineRequest::MergeFrom(const LineRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.LineRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_projectrequest()) { - _internal_mutable_projectrequest()->::testsgen::ProjectRequest::MergeFrom(from._internal_projectrequest()); - } - if (from.has_sourceinfo()) { - _internal_mutable_sourceinfo()->::testsgen::SourceInfo::MergeFrom(from._internal_sourceinfo()); - } -} - -void LineRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.LineRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void LineRequest::CopyFrom(const LineRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.LineRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool LineRequest::IsInitialized() const { - return true; -} - -void LineRequest::InternalSwap(LineRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(projectrequest_, other->projectrequest_); - swap(sourceinfo_, other->sourceinfo_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata LineRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FunctionRequest::InitAsDefaultInstance() { - ::testsgen::_FunctionRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( - ::testsgen::LineRequest::internal_default_instance()); -} -class FunctionRequest::_Internal { - public: - static const ::testsgen::LineRequest& linerequest(const FunctionRequest* msg); -}; - -const ::testsgen::LineRequest& -FunctionRequest::_Internal::linerequest(const FunctionRequest* msg) { - return *msg->linerequest_; -} -FunctionRequest::FunctionRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FunctionRequest) -} -FunctionRequest::FunctionRequest(const FunctionRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_linerequest()) { - linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); - } else { - linerequest_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.FunctionRequest) -} - -void FunctionRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FunctionRequest_testgen_2eproto.base); - linerequest_ = nullptr; -} - -FunctionRequest::~FunctionRequest() { - // @@protoc_insertion_point(destructor:testsgen.FunctionRequest) - SharedDtor(); -} - -void FunctionRequest::SharedDtor() { - if (this != internal_default_instance()) delete linerequest_; -} - -void FunctionRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FunctionRequest& FunctionRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FunctionRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FunctionRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FunctionRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* FunctionRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.LineRequest lineRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FunctionRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FunctionRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::linerequest(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FunctionRequest) - return target; -} - -size_t FunctionRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FunctionRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *linerequest_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FunctionRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FunctionRequest) - GOOGLE_DCHECK_NE(&from, this); - const FunctionRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FunctionRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FunctionRequest) - MergeFrom(*source); - } -} - -void FunctionRequest::MergeFrom(const FunctionRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FunctionRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_linerequest()) { - _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); - } -} - -void FunctionRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FunctionRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FunctionRequest::CopyFrom(const FunctionRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FunctionRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FunctionRequest::IsInitialized() const { - return true; -} - -void FunctionRequest::InternalSwap(FunctionRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(linerequest_, other->linerequest_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FunctionRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ClassRequest::InitAsDefaultInstance() { - ::testsgen::_ClassRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( - ::testsgen::LineRequest::internal_default_instance()); -} -class ClassRequest::_Internal { - public: - static const ::testsgen::LineRequest& linerequest(const ClassRequest* msg); -}; - -const ::testsgen::LineRequest& -ClassRequest::_Internal::linerequest(const ClassRequest* msg) { - return *msg->linerequest_; -} -ClassRequest::ClassRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ClassRequest) -} -ClassRequest::ClassRequest(const ClassRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_linerequest()) { - linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); - } else { - linerequest_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.ClassRequest) -} - -void ClassRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ClassRequest_testgen_2eproto.base); - linerequest_ = nullptr; -} - -ClassRequest::~ClassRequest() { - // @@protoc_insertion_point(destructor:testsgen.ClassRequest) - SharedDtor(); -} - -void ClassRequest::SharedDtor() { - if (this != internal_default_instance()) delete linerequest_; -} - -void ClassRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ClassRequest& ClassRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ClassRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ClassRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ClassRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* ClassRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.LineRequest lineRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ClassRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ClassRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::linerequest(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ClassRequest) - return target; -} - -size_t ClassRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ClassRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *linerequest_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ClassRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ClassRequest) - GOOGLE_DCHECK_NE(&from, this); - const ClassRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ClassRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ClassRequest) - MergeFrom(*source); - } -} - -void ClassRequest::MergeFrom(const ClassRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ClassRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_linerequest()) { - _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); - } -} - -void ClassRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ClassRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ClassRequest::CopyFrom(const ClassRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ClassRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ClassRequest::IsInitialized() const { - return true; -} - -void ClassRequest::InternalSwap(ClassRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(linerequest_, other->linerequest_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ClassRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void AssertionRequest::InitAsDefaultInstance() { - ::testsgen::_AssertionRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( - ::testsgen::LineRequest::internal_default_instance()); -} -class AssertionRequest::_Internal { - public: - static const ::testsgen::LineRequest& linerequest(const AssertionRequest* msg); -}; - -const ::testsgen::LineRequest& -AssertionRequest::_Internal::linerequest(const AssertionRequest* msg) { - return *msg->linerequest_; -} -AssertionRequest::AssertionRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.AssertionRequest) -} -AssertionRequest::AssertionRequest(const AssertionRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_linerequest()) { - linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); - } else { - linerequest_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.AssertionRequest) -} - -void AssertionRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_AssertionRequest_testgen_2eproto.base); - linerequest_ = nullptr; -} - -AssertionRequest::~AssertionRequest() { - // @@protoc_insertion_point(destructor:testsgen.AssertionRequest) - SharedDtor(); -} - -void AssertionRequest::SharedDtor() { - if (this != internal_default_instance()) delete linerequest_; -} - -void AssertionRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const AssertionRequest& AssertionRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_AssertionRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void AssertionRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.AssertionRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* AssertionRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.LineRequest lineRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* AssertionRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.AssertionRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::linerequest(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.AssertionRequest) - return target; -} - -size_t AssertionRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.AssertionRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *linerequest_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void AssertionRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.AssertionRequest) - GOOGLE_DCHECK_NE(&from, this); - const AssertionRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.AssertionRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.AssertionRequest) - MergeFrom(*source); - } -} - -void AssertionRequest::MergeFrom(const AssertionRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.AssertionRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_linerequest()) { - _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); - } -} - -void AssertionRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.AssertionRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void AssertionRequest::CopyFrom(const AssertionRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.AssertionRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool AssertionRequest::IsInitialized() const { - return true; -} - -void AssertionRequest::InternalSwap(AssertionRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(linerequest_, other->linerequest_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata AssertionRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void PredicateRequest::InitAsDefaultInstance() { - ::testsgen::_PredicateRequest_default_instance_._instance.get_mutable()->linerequest_ = const_cast< ::testsgen::LineRequest*>( - ::testsgen::LineRequest::internal_default_instance()); - ::testsgen::_PredicateRequest_default_instance_._instance.get_mutable()->predicateinfo_ = const_cast< ::testsgen::PredicateInfo*>( - ::testsgen::PredicateInfo::internal_default_instance()); -} -class PredicateRequest::_Internal { - public: - static const ::testsgen::LineRequest& linerequest(const PredicateRequest* msg); - static const ::testsgen::PredicateInfo& predicateinfo(const PredicateRequest* msg); -}; - -const ::testsgen::LineRequest& -PredicateRequest::_Internal::linerequest(const PredicateRequest* msg) { - return *msg->linerequest_; -} -const ::testsgen::PredicateInfo& -PredicateRequest::_Internal::predicateinfo(const PredicateRequest* msg) { - return *msg->predicateinfo_; -} -void PredicateRequest::clear_predicateinfo() { - if (GetArenaNoVirtual() == nullptr && predicateinfo_ != nullptr) { - delete predicateinfo_; - } - predicateinfo_ = nullptr; -} -PredicateRequest::PredicateRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.PredicateRequest) -} -PredicateRequest::PredicateRequest(const PredicateRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_linerequest()) { - linerequest_ = new ::testsgen::LineRequest(*from.linerequest_); - } else { - linerequest_ = nullptr; - } - if (from._internal_has_predicateinfo()) { - predicateinfo_ = new ::testsgen::PredicateInfo(*from.predicateinfo_); - } else { - predicateinfo_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.PredicateRequest) -} - -void PredicateRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_PredicateRequest_testgen_2eproto.base); - ::memset(&linerequest_, 0, static_cast( - reinterpret_cast(&predicateinfo_) - - reinterpret_cast(&linerequest_)) + sizeof(predicateinfo_)); -} - -PredicateRequest::~PredicateRequest() { - // @@protoc_insertion_point(destructor:testsgen.PredicateRequest) - SharedDtor(); -} - -void PredicateRequest::SharedDtor() { - if (this != internal_default_instance()) delete linerequest_; - if (this != internal_default_instance()) delete predicateinfo_; -} - -void PredicateRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const PredicateRequest& PredicateRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_PredicateRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void PredicateRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.PredicateRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; - if (GetArenaNoVirtual() == nullptr && predicateinfo_ != nullptr) { - delete predicateinfo_; - } - predicateinfo_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* PredicateRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.LineRequest lineRequest = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_linerequest(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.PredicateInfo predicateInfo = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_predicateinfo(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* PredicateRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.PredicateRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::linerequest(this), target, stream); - } - - // .testsgen.PredicateInfo predicateInfo = 2; - if (this->has_predicateinfo()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::predicateinfo(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.PredicateRequest) - return target; -} - -size_t PredicateRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.PredicateRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.LineRequest lineRequest = 1; - if (this->has_linerequest()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *linerequest_); - } - - // .testsgen.PredicateInfo predicateInfo = 2; - if (this->has_predicateinfo()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *predicateinfo_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void PredicateRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.PredicateRequest) - GOOGLE_DCHECK_NE(&from, this); - const PredicateRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.PredicateRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.PredicateRequest) - MergeFrom(*source); - } -} - -void PredicateRequest::MergeFrom(const PredicateRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.PredicateRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_linerequest()) { - _internal_mutable_linerequest()->::testsgen::LineRequest::MergeFrom(from._internal_linerequest()); - } - if (from.has_predicateinfo()) { - _internal_mutable_predicateinfo()->::testsgen::PredicateInfo::MergeFrom(from._internal_predicateinfo()); - } -} - -void PredicateRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.PredicateRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void PredicateRequest::CopyFrom(const PredicateRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.PredicateRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool PredicateRequest::IsInitialized() const { - return true; -} - -void PredicateRequest::InternalSwap(PredicateRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(linerequest_, other->linerequest_); - swap(predicateinfo_, other->predicateinfo_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata PredicateRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void StubsResponse::InitAsDefaultInstance() { - ::testsgen::_StubsResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( - ::testsgen::Progress::internal_default_instance()); -} -class StubsResponse::_Internal { - public: - static const ::testsgen::Progress& progress(const StubsResponse* msg); -}; - -const ::testsgen::Progress& -StubsResponse::_Internal::progress(const StubsResponse* msg) { - return *msg->progress_; -} -void StubsResponse::clear_stubsources() { - stubsources_.Clear(); -} -void StubsResponse::clear_progress() { - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; -} -StubsResponse::StubsResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.StubsResponse) -} -StubsResponse::StubsResponse(const StubsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - stubsources_(from.stubsources_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_progress()) { - progress_ = new ::testsgen::Progress(*from.progress_); - } else { - progress_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.StubsResponse) -} - -void StubsResponse::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_StubsResponse_testgen_2eproto.base); - progress_ = nullptr; -} - -StubsResponse::~StubsResponse() { - // @@protoc_insertion_point(destructor:testsgen.StubsResponse) - SharedDtor(); -} - -void StubsResponse::SharedDtor() { - if (this != internal_default_instance()) delete progress_; -} - -void StubsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const StubsResponse& StubsResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_StubsResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void StubsResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.StubsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - stubsources_.Clear(); - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* StubsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // repeated .testsgen.SourceCode stubSources = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_stubsources(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); - } else goto handle_unusual; - continue; - // .testsgen.Progress progress = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* StubsResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.StubsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .testsgen.SourceCode stubSources = 1; - for (unsigned int i = 0, - n = static_cast(this->_internal_stubsources_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(1, this->_internal_stubsources(i), target, stream); - } - - // .testsgen.Progress progress = 2; - if (this->has_progress()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::progress(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.StubsResponse) - return target; -} - -size_t StubsResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.StubsResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .testsgen.SourceCode stubSources = 1; - total_size += 1UL * this->_internal_stubsources_size(); - for (const auto& msg : this->stubsources_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // .testsgen.Progress progress = 2; - if (this->has_progress()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *progress_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void StubsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.StubsResponse) - GOOGLE_DCHECK_NE(&from, this); - const StubsResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.StubsResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.StubsResponse) - MergeFrom(*source); - } -} - -void StubsResponse::MergeFrom(const StubsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.StubsResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - stubsources_.MergeFrom(from.stubsources_); - if (from.has_progress()) { - _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); - } -} - -void StubsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.StubsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void StubsResponse::CopyFrom(const StubsResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.StubsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool StubsResponse::IsInitialized() const { - return true; -} - -void StubsResponse::InternalSwap(StubsResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - stubsources_.InternalSwap(&other->stubsources_); - swap(progress_, other->progress_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata StubsResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void TestsResponse::InitAsDefaultInstance() { - ::testsgen::_TestsResponse_default_instance_._instance.get_mutable()->stubs_ = const_cast< ::testsgen::StubsResponse*>( - ::testsgen::StubsResponse::internal_default_instance()); - ::testsgen::_TestsResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( - ::testsgen::Progress::internal_default_instance()); -} -class TestsResponse::_Internal { - public: - static const ::testsgen::StubsResponse& stubs(const TestsResponse* msg); - static const ::testsgen::Progress& progress(const TestsResponse* msg); -}; - -const ::testsgen::StubsResponse& -TestsResponse::_Internal::stubs(const TestsResponse* msg) { - return *msg->stubs_; -} -const ::testsgen::Progress& -TestsResponse::_Internal::progress(const TestsResponse* msg) { - return *msg->progress_; -} -void TestsResponse::clear_testsources() { - testsources_.Clear(); -} -void TestsResponse::clear_progress() { - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; -} -TestsResponse::TestsResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.TestsResponse) -} -TestsResponse::TestsResponse(const TestsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - testsources_(from.testsources_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_stubs()) { - stubs_ = new ::testsgen::StubsResponse(*from.stubs_); - } else { - stubs_ = nullptr; - } - if (from._internal_has_progress()) { - progress_ = new ::testsgen::Progress(*from.progress_); - } else { - progress_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.TestsResponse) -} - -void TestsResponse::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TestsResponse_testgen_2eproto.base); - ::memset(&stubs_, 0, static_cast( - reinterpret_cast(&progress_) - - reinterpret_cast(&stubs_)) + sizeof(progress_)); -} - -TestsResponse::~TestsResponse() { - // @@protoc_insertion_point(destructor:testsgen.TestsResponse) - SharedDtor(); -} - -void TestsResponse::SharedDtor() { - if (this != internal_default_instance()) delete stubs_; - if (this != internal_default_instance()) delete progress_; -} - -void TestsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const TestsResponse& TestsResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TestsResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void TestsResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.TestsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - testsources_.Clear(); - if (GetArenaNoVirtual() == nullptr && stubs_ != nullptr) { - delete stubs_; - } - stubs_ = nullptr; - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* TestsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // repeated .testsgen.SourceCode testSources = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_testsources(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); - } else goto handle_unusual; - continue; - // .testsgen.StubsResponse stubs = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_stubs(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.Progress progress = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* TestsResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.TestsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .testsgen.SourceCode testSources = 1; - for (unsigned int i = 0, - n = static_cast(this->_internal_testsources_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(1, this->_internal_testsources(i), target, stream); - } - - // .testsgen.StubsResponse stubs = 2; - if (this->has_stubs()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::stubs(this), target, stream); - } - - // .testsgen.Progress progress = 3; - if (this->has_progress()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 3, _Internal::progress(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.TestsResponse) - return target; -} - -size_t TestsResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.TestsResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .testsgen.SourceCode testSources = 1; - total_size += 1UL * this->_internal_testsources_size(); - for (const auto& msg : this->testsources_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // .testsgen.StubsResponse stubs = 2; - if (this->has_stubs()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *stubs_); - } - - // .testsgen.Progress progress = 3; - if (this->has_progress()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *progress_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void TestsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.TestsResponse) - GOOGLE_DCHECK_NE(&from, this); - const TestsResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.TestsResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.TestsResponse) - MergeFrom(*source); - } -} - -void TestsResponse::MergeFrom(const TestsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.TestsResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - testsources_.MergeFrom(from.testsources_); - if (from.has_stubs()) { - _internal_mutable_stubs()->::testsgen::StubsResponse::MergeFrom(from._internal_stubs()); - } - if (from.has_progress()) { - _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); - } -} - -void TestsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.TestsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void TestsResponse::CopyFrom(const TestsResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.TestsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool TestsResponse::IsInitialized() const { - return true; -} - -void TestsResponse::InternalSwap(TestsResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - testsources_.InternalSwap(&other->testsources_); - swap(stubs_, other->stubs_); - swap(progress_, other->progress_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata TestsResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void SourceLine::InitAsDefaultInstance() { -} -class SourceLine::_Internal { - public: -}; - -SourceLine::SourceLine() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.SourceLine) -} -SourceLine::SourceLine(const SourceLine& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - line_ = from.line_; - // @@protoc_insertion_point(copy_constructor:testsgen.SourceLine) -} - -void SourceLine::SharedCtor() { - line_ = 0u; -} - -SourceLine::~SourceLine() { - // @@protoc_insertion_point(destructor:testsgen.SourceLine) - SharedDtor(); -} - -void SourceLine::SharedDtor() { -} - -void SourceLine::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const SourceLine& SourceLine::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SourceLine_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void SourceLine::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.SourceLine) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - line_ = 0u; - _internal_metadata_.Clear(); -} - -const char* SourceLine::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // uint32 line = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - line_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* SourceLine::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.SourceLine) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // uint32 line = 1; - if (this->line() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(1, this->_internal_line(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.SourceLine) - return target; -} - -size_t SourceLine::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.SourceLine) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // uint32 line = 1; - if (this->line() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( - this->_internal_line()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void SourceLine::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SourceLine) - GOOGLE_DCHECK_NE(&from, this); - const SourceLine* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SourceLine) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SourceLine) - MergeFrom(*source); - } -} - -void SourceLine::MergeFrom(const SourceLine& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SourceLine) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.line() != 0) { - _internal_set_line(from._internal_line()); - } -} - -void SourceLine::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SourceLine) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void SourceLine::CopyFrom(const SourceLine& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SourceLine) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool SourceLine::IsInitialized() const { - return true; -} - -void SourceLine::InternalSwap(SourceLine* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(line_, other->line_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata SourceLine::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FileCoverageSimplified::InitAsDefaultInstance() { -} -class FileCoverageSimplified::_Internal { - public: -}; - -FileCoverageSimplified::FileCoverageSimplified() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FileCoverageSimplified) -} -FileCoverageSimplified::FileCoverageSimplified(const FileCoverageSimplified& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - fullcoveragelines_(from.fullcoveragelines_), - partialcoveragelines_(from.partialcoveragelines_), - nocoveragelines_(from.nocoveragelines_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_filepath().empty()) { - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.FileCoverageSimplified) -} - -void FileCoverageSimplified::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileCoverageSimplified_testgen_2eproto.base); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -FileCoverageSimplified::~FileCoverageSimplified() { - // @@protoc_insertion_point(destructor:testsgen.FileCoverageSimplified) - SharedDtor(); -} - -void FileCoverageSimplified::SharedDtor() { - filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void FileCoverageSimplified::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FileCoverageSimplified& FileCoverageSimplified::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileCoverageSimplified_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FileCoverageSimplified::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FileCoverageSimplified) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - fullcoveragelines_.Clear(); - partialcoveragelines_.Clear(); - nocoveragelines_.Clear(); - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* FileCoverageSimplified::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string filePath = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_filepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FileCoverageSimplified.filePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // repeated .testsgen.SourceLine fullCoverageLines = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_fullcoveragelines(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<18>(ptr)); - } else goto handle_unusual; - continue; - // repeated .testsgen.SourceLine partialCoverageLines = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_partialcoveragelines(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr)); - } else goto handle_unusual; - continue; - // repeated .testsgen.SourceLine noCoverageLines = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_nocoveragelines(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<34>(ptr)); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FileCoverageSimplified::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileCoverageSimplified) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string filePath = 1; - if (this->filepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.FileCoverageSimplified.filePath"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_filepath(), target); - } - - // repeated .testsgen.SourceLine fullCoverageLines = 2; - for (unsigned int i = 0, - n = static_cast(this->_internal_fullcoveragelines_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(2, this->_internal_fullcoveragelines(i), target, stream); - } - - // repeated .testsgen.SourceLine partialCoverageLines = 3; - for (unsigned int i = 0, - n = static_cast(this->_internal_partialcoveragelines_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(3, this->_internal_partialcoveragelines(i), target, stream); - } - - // repeated .testsgen.SourceLine noCoverageLines = 4; - for (unsigned int i = 0, - n = static_cast(this->_internal_nocoveragelines_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(4, this->_internal_nocoveragelines(i), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileCoverageSimplified) - return target; -} - -size_t FileCoverageSimplified::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FileCoverageSimplified) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .testsgen.SourceLine fullCoverageLines = 2; - total_size += 1UL * this->_internal_fullcoveragelines_size(); - for (const auto& msg : this->fullcoveragelines_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // repeated .testsgen.SourceLine partialCoverageLines = 3; - total_size += 1UL * this->_internal_partialcoveragelines_size(); - for (const auto& msg : this->partialcoveragelines_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // repeated .testsgen.SourceLine noCoverageLines = 4; - total_size += 1UL * this->_internal_nocoveragelines_size(); - for (const auto& msg : this->nocoveragelines_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // string filePath = 1; - if (this->filepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_filepath()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FileCoverageSimplified::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileCoverageSimplified) - GOOGLE_DCHECK_NE(&from, this); - const FileCoverageSimplified* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileCoverageSimplified) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileCoverageSimplified) - MergeFrom(*source); - } -} - -void FileCoverageSimplified::MergeFrom(const FileCoverageSimplified& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileCoverageSimplified) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - fullcoveragelines_.MergeFrom(from.fullcoveragelines_); - partialcoveragelines_.MergeFrom(from.partialcoveragelines_); - nocoveragelines_.MergeFrom(from.nocoveragelines_); - if (from.filepath().size() > 0) { - - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } -} - -void FileCoverageSimplified::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileCoverageSimplified) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FileCoverageSimplified::CopyFrom(const FileCoverageSimplified& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileCoverageSimplified) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FileCoverageSimplified::IsInitialized() const { - return true; -} - -void FileCoverageSimplified::InternalSwap(FileCoverageSimplified* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - fullcoveragelines_.InternalSwap(&other->fullcoveragelines_); - partialcoveragelines_.InternalSwap(&other->partialcoveragelines_); - nocoveragelines_.InternalSwap(&other->nocoveragelines_); - filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FileCoverageSimplified::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void TestFilter::InitAsDefaultInstance() { -} -class TestFilter::_Internal { - public: -}; - -TestFilter::TestFilter() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.TestFilter) -} -TestFilter::TestFilter(const TestFilter& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_testfilepath().empty()) { - testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); - } - testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_testname().empty()) { - testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); - } - testsuite_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_testsuite().empty()) { - testsuite_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testsuite_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.TestFilter) -} - -void TestFilter::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TestFilter_testgen_2eproto.base); - testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testsuite_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -TestFilter::~TestFilter() { - // @@protoc_insertion_point(destructor:testsgen.TestFilter) - SharedDtor(); -} - -void TestFilter::SharedDtor() { - testfilepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testname_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testsuite_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void TestFilter::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const TestFilter& TestFilter::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TestFilter_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void TestFilter::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.TestFilter) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testsuite_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* TestFilter::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string testFilePath = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_testfilepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestFilter.testFilePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string testName = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_testname(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestFilter.testName")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string testSuite = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - auto str = _internal_mutable_testsuite(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestFilter.testSuite")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* TestFilter::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.TestFilter) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string testFilePath = 1; - if (this->testfilepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_testfilepath().data(), static_cast(this->_internal_testfilepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.TestFilter.testFilePath"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_testfilepath(), target); - } - - // string testName = 2; - if (this->testname().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_testname().data(), static_cast(this->_internal_testname().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.TestFilter.testName"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_testname(), target); - } - - // string testSuite = 3; - if (this->testsuite().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_testsuite().data(), static_cast(this->_internal_testsuite().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.TestFilter.testSuite"); - target = stream->WriteStringMaybeAliased( - 3, this->_internal_testsuite(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.TestFilter) - return target; -} - -size_t TestFilter::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.TestFilter) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string testFilePath = 1; - if (this->testfilepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_testfilepath()); - } - - // string testName = 2; - if (this->testname().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_testname()); - } - - // string testSuite = 3; - if (this->testsuite().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_testsuite()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void TestFilter::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.TestFilter) - GOOGLE_DCHECK_NE(&from, this); - const TestFilter* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.TestFilter) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.TestFilter) - MergeFrom(*source); - } -} - -void TestFilter::MergeFrom(const TestFilter& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.TestFilter) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.testfilepath().size() > 0) { - - testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); - } - if (from.testname().size() > 0) { - - testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); - } - if (from.testsuite().size() > 0) { - - testsuite_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testsuite_); - } -} - -void TestFilter::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.TestFilter) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void TestFilter::CopyFrom(const TestFilter& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.TestFilter) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool TestFilter::IsInitialized() const { - return true; -} - -void TestFilter::InternalSwap(TestFilter* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - testfilepath_.Swap(&other->testfilepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - testname_.Swap(&other->testname_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - testsuite_.Swap(&other->testsuite_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata TestFilter::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void CoverageAndResultsRequest::InitAsDefaultInstance() { - ::testsgen::_CoverageAndResultsRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( - ::testsgen::ProjectContext::internal_default_instance()); - ::testsgen::_CoverageAndResultsRequest_default_instance_._instance.get_mutable()->settingscontext_ = const_cast< ::testsgen::SettingsContext*>( - ::testsgen::SettingsContext::internal_default_instance()); - ::testsgen::_CoverageAndResultsRequest_default_instance_._instance.get_mutable()->testfilter_ = const_cast< ::testsgen::TestFilter*>( - ::testsgen::TestFilter::internal_default_instance()); -} -class CoverageAndResultsRequest::_Internal { - public: - static const ::testsgen::ProjectContext& projectcontext(const CoverageAndResultsRequest* msg); - static const ::testsgen::SettingsContext& settingscontext(const CoverageAndResultsRequest* msg); - static const ::testsgen::TestFilter& testfilter(const CoverageAndResultsRequest* msg); -}; - -const ::testsgen::ProjectContext& -CoverageAndResultsRequest::_Internal::projectcontext(const CoverageAndResultsRequest* msg) { - return *msg->projectcontext_; -} -const ::testsgen::SettingsContext& -CoverageAndResultsRequest::_Internal::settingscontext(const CoverageAndResultsRequest* msg) { - return *msg->settingscontext_; -} -const ::testsgen::TestFilter& -CoverageAndResultsRequest::_Internal::testfilter(const CoverageAndResultsRequest* msg) { - return *msg->testfilter_; -} -CoverageAndResultsRequest::CoverageAndResultsRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.CoverageAndResultsRequest) -} -CoverageAndResultsRequest::CoverageAndResultsRequest(const CoverageAndResultsRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_projectcontext()) { - projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); - } else { - projectcontext_ = nullptr; - } - if (from._internal_has_settingscontext()) { - settingscontext_ = new ::testsgen::SettingsContext(*from.settingscontext_); - } else { - settingscontext_ = nullptr; - } - if (from._internal_has_testfilter()) { - testfilter_ = new ::testsgen::TestFilter(*from.testfilter_); - } else { - testfilter_ = nullptr; - } - coverage_ = from.coverage_; - // @@protoc_insertion_point(copy_constructor:testsgen.CoverageAndResultsRequest) -} - -void CoverageAndResultsRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_CoverageAndResultsRequest_testgen_2eproto.base); - ::memset(&projectcontext_, 0, static_cast( - reinterpret_cast(&coverage_) - - reinterpret_cast(&projectcontext_)) + sizeof(coverage_)); -} - -CoverageAndResultsRequest::~CoverageAndResultsRequest() { - // @@protoc_insertion_point(destructor:testsgen.CoverageAndResultsRequest) - SharedDtor(); -} - -void CoverageAndResultsRequest::SharedDtor() { - if (this != internal_default_instance()) delete projectcontext_; - if (this != internal_default_instance()) delete settingscontext_; - if (this != internal_default_instance()) delete testfilter_; -} - -void CoverageAndResultsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const CoverageAndResultsRequest& CoverageAndResultsRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_CoverageAndResultsRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void CoverageAndResultsRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.CoverageAndResultsRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; - if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { - delete settingscontext_; - } - settingscontext_ = nullptr; - if (GetArenaNoVirtual() == nullptr && testfilter_ != nullptr) { - delete testfilter_; - } - testfilter_ = nullptr; - coverage_ = false; - _internal_metadata_.Clear(); -} - -const char* CoverageAndResultsRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectContext projectContext = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.SettingsContext settingsContext = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_settingscontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.TestFilter testFilter = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr = ctx->ParseMessage(_internal_mutable_testfilter(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // bool coverage = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { - coverage_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* CoverageAndResultsRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.CoverageAndResultsRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectcontext(this), target, stream); - } - - // .testsgen.SettingsContext settingsContext = 2; - if (this->has_settingscontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::settingscontext(this), target, stream); - } - - // .testsgen.TestFilter testFilter = 3; - if (this->has_testfilter()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 3, _Internal::testfilter(this), target, stream); - } - - // bool coverage = 4; - if (this->coverage() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(4, this->_internal_coverage(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.CoverageAndResultsRequest) - return target; -} - -size_t CoverageAndResultsRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.CoverageAndResultsRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectcontext_); - } - - // .testsgen.SettingsContext settingsContext = 2; - if (this->has_settingscontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *settingscontext_); - } - - // .testsgen.TestFilter testFilter = 3; - if (this->has_testfilter()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *testfilter_); - } - - // bool coverage = 4; - if (this->coverage() != 0) { - total_size += 1 + 1; - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void CoverageAndResultsRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.CoverageAndResultsRequest) - GOOGLE_DCHECK_NE(&from, this); - const CoverageAndResultsRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.CoverageAndResultsRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.CoverageAndResultsRequest) - MergeFrom(*source); - } -} - -void CoverageAndResultsRequest::MergeFrom(const CoverageAndResultsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.CoverageAndResultsRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_projectcontext()) { - _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); - } - if (from.has_settingscontext()) { - _internal_mutable_settingscontext()->::testsgen::SettingsContext::MergeFrom(from._internal_settingscontext()); - } - if (from.has_testfilter()) { - _internal_mutable_testfilter()->::testsgen::TestFilter::MergeFrom(from._internal_testfilter()); - } - if (from.coverage() != 0) { - _internal_set_coverage(from._internal_coverage()); - } -} - -void CoverageAndResultsRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.CoverageAndResultsRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CoverageAndResultsRequest::CopyFrom(const CoverageAndResultsRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.CoverageAndResultsRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CoverageAndResultsRequest::IsInitialized() const { - return true; -} - -void CoverageAndResultsRequest::InternalSwap(CoverageAndResultsRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(projectcontext_, other->projectcontext_); - swap(settingscontext_, other->settingscontext_); - swap(testfilter_, other->testfilter_); - swap(coverage_, other->coverage_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata CoverageAndResultsRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void TestResultObject::InitAsDefaultInstance() { -} -class TestResultObject::_Internal { - public: -}; - -TestResultObject::TestResultObject() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.TestResultObject) -} -TestResultObject::TestResultObject(const TestResultObject& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_testfilepath().empty()) { - testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); - } - testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_testname().empty()) { - testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); - } - output_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_output().empty()) { - output_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.output_); - } - status_ = from.status_; - // @@protoc_insertion_point(copy_constructor:testsgen.TestResultObject) -} - -void TestResultObject::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TestResultObject_testgen_2eproto.base); - testfilepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testname_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - output_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - status_ = 0; -} - -TestResultObject::~TestResultObject() { - // @@protoc_insertion_point(destructor:testsgen.TestResultObject) - SharedDtor(); -} - -void TestResultObject::SharedDtor() { - testfilepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testname_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - output_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void TestResultObject::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const TestResultObject& TestResultObject::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TestResultObject_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void TestResultObject::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.TestResultObject) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - output_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - status_ = 0; - _internal_metadata_.Clear(); -} - -const char* TestResultObject::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string testFilePath = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_testfilepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestResultObject.testFilePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string testname = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_testname(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestResultObject.testname")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.TestStatus status = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { - ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - _internal_set_status(static_cast<::testsgen::TestStatus>(val)); - } else goto handle_unusual; - continue; - // string output = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { - auto str = _internal_mutable_output(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.TestResultObject.output")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* TestResultObject::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.TestResultObject) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string testFilePath = 1; - if (this->testfilepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_testfilepath().data(), static_cast(this->_internal_testfilepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.TestResultObject.testFilePath"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_testfilepath(), target); - } - - // string testname = 2; - if (this->testname().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_testname().data(), static_cast(this->_internal_testname().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.TestResultObject.testname"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_testname(), target); - } - - // .testsgen.TestStatus status = 3; - if (this->status() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( - 3, this->_internal_status(), target); - } - - // string output = 4; - if (this->output().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_output().data(), static_cast(this->_internal_output().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.TestResultObject.output"); - target = stream->WriteStringMaybeAliased( - 4, this->_internal_output(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.TestResultObject) - return target; -} - -size_t TestResultObject::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.TestResultObject) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string testFilePath = 1; - if (this->testfilepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_testfilepath()); - } - - // string testname = 2; - if (this->testname().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_testname()); - } - - // string output = 4; - if (this->output().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_output()); - } - - // .testsgen.TestStatus status = 3; - if (this->status() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_status()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void TestResultObject::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.TestResultObject) - GOOGLE_DCHECK_NE(&from, this); - const TestResultObject* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.TestResultObject) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.TestResultObject) - MergeFrom(*source); - } -} - -void TestResultObject::MergeFrom(const TestResultObject& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.TestResultObject) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.testfilepath().size() > 0) { - - testfilepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testfilepath_); - } - if (from.testname().size() > 0) { - - testname_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.testname_); - } - if (from.output().size() > 0) { - - output_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.output_); - } - if (from.status() != 0) { - _internal_set_status(from._internal_status()); - } -} - -void TestResultObject::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.TestResultObject) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void TestResultObject::CopyFrom(const TestResultObject& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.TestResultObject) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool TestResultObject::IsInitialized() const { - return true; -} - -void TestResultObject::InternalSwap(TestResultObject* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - testfilepath_.Swap(&other->testfilepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - testname_.Swap(&other->testname_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - output_.Swap(&other->output_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(status_, other->status_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata TestResultObject::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void CoverageAndResultsResponse::InitAsDefaultInstance() { - ::testsgen::_CoverageAndResultsResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( - ::testsgen::Progress::internal_default_instance()); -} -class CoverageAndResultsResponse::_Internal { - public: - static const ::testsgen::Progress& progress(const CoverageAndResultsResponse* msg); -}; - -const ::testsgen::Progress& -CoverageAndResultsResponse::_Internal::progress(const CoverageAndResultsResponse* msg) { - return *msg->progress_; -} -void CoverageAndResultsResponse::clear_progress() { - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; -} -CoverageAndResultsResponse::CoverageAndResultsResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.CoverageAndResultsResponse) -} -CoverageAndResultsResponse::CoverageAndResultsResponse(const CoverageAndResultsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - testrunresults_(from.testrunresults_), - coverages_(from.coverages_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - errormessage_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_errormessage().empty()) { - errormessage_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.errormessage_); - } - if (from._internal_has_progress()) { - progress_ = new ::testsgen::Progress(*from.progress_); - } else { - progress_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.CoverageAndResultsResponse) -} - -void CoverageAndResultsResponse::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_CoverageAndResultsResponse_testgen_2eproto.base); - errormessage_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - progress_ = nullptr; -} - -CoverageAndResultsResponse::~CoverageAndResultsResponse() { - // @@protoc_insertion_point(destructor:testsgen.CoverageAndResultsResponse) - SharedDtor(); -} - -void CoverageAndResultsResponse::SharedDtor() { - errormessage_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete progress_; -} - -void CoverageAndResultsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const CoverageAndResultsResponse& CoverageAndResultsResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_CoverageAndResultsResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void CoverageAndResultsResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.CoverageAndResultsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - testrunresults_.Clear(); - coverages_.Clear(); - errormessage_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* CoverageAndResultsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // repeated .testsgen.TestResultObject testRunResults = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_testrunresults(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); - } else goto handle_unusual; - continue; - // repeated .testsgen.FileCoverageSimplified coverages = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_coverages(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<18>(ptr)); - } else goto handle_unusual; - continue; - // .testsgen.Progress progress = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string errorMessage = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { - auto str = _internal_mutable_errormessage(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.CoverageAndResultsResponse.errorMessage")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* CoverageAndResultsResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.CoverageAndResultsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .testsgen.TestResultObject testRunResults = 1; - for (unsigned int i = 0, - n = static_cast(this->_internal_testrunresults_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(1, this->_internal_testrunresults(i), target, stream); - } - - // repeated .testsgen.FileCoverageSimplified coverages = 2; - for (unsigned int i = 0, - n = static_cast(this->_internal_coverages_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(2, this->_internal_coverages(i), target, stream); - } - - // .testsgen.Progress progress = 3; - if (this->has_progress()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 3, _Internal::progress(this), target, stream); - } - - // string errorMessage = 4; - if (this->errormessage().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_errormessage().data(), static_cast(this->_internal_errormessage().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.CoverageAndResultsResponse.errorMessage"); - target = stream->WriteStringMaybeAliased( - 4, this->_internal_errormessage(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.CoverageAndResultsResponse) - return target; -} - -size_t CoverageAndResultsResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.CoverageAndResultsResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .testsgen.TestResultObject testRunResults = 1; - total_size += 1UL * this->_internal_testrunresults_size(); - for (const auto& msg : this->testrunresults_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // repeated .testsgen.FileCoverageSimplified coverages = 2; - total_size += 1UL * this->_internal_coverages_size(); - for (const auto& msg : this->coverages_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // string errorMessage = 4; - if (this->errormessage().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_errormessage()); - } - - // .testsgen.Progress progress = 3; - if (this->has_progress()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *progress_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void CoverageAndResultsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.CoverageAndResultsResponse) - GOOGLE_DCHECK_NE(&from, this); - const CoverageAndResultsResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.CoverageAndResultsResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.CoverageAndResultsResponse) - MergeFrom(*source); - } -} - -void CoverageAndResultsResponse::MergeFrom(const CoverageAndResultsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.CoverageAndResultsResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - testrunresults_.MergeFrom(from.testrunresults_); - coverages_.MergeFrom(from.coverages_); - if (from.errormessage().size() > 0) { - - errormessage_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.errormessage_); - } - if (from.has_progress()) { - _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); - } -} - -void CoverageAndResultsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.CoverageAndResultsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CoverageAndResultsResponse::CopyFrom(const CoverageAndResultsResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.CoverageAndResultsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CoverageAndResultsResponse::IsInitialized() const { - return true; -} - -void CoverageAndResultsResponse::InternalSwap(CoverageAndResultsResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - testrunresults_.InternalSwap(&other->testrunresults_); - coverages_.InternalSwap(&other->coverages_); - errormessage_.Swap(&other->errormessage_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(progress_, other->progress_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata CoverageAndResultsResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void HeartbeatResponse::InitAsDefaultInstance() { -} -class HeartbeatResponse::_Internal { - public: -}; - -HeartbeatResponse::HeartbeatResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.HeartbeatResponse) -} -HeartbeatResponse::HeartbeatResponse(const HeartbeatResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - linked_ = from.linked_; - // @@protoc_insertion_point(copy_constructor:testsgen.HeartbeatResponse) -} - -void HeartbeatResponse::SharedCtor() { - linked_ = false; -} - -HeartbeatResponse::~HeartbeatResponse() { - // @@protoc_insertion_point(destructor:testsgen.HeartbeatResponse) - SharedDtor(); -} - -void HeartbeatResponse::SharedDtor() { -} - -void HeartbeatResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const HeartbeatResponse& HeartbeatResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_HeartbeatResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void HeartbeatResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.HeartbeatResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - linked_ = false; - _internal_metadata_.Clear(); -} - -const char* HeartbeatResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // bool linked = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - linked_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* HeartbeatResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.HeartbeatResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // bool linked = 1; - if (this->linked() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_linked(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.HeartbeatResponse) - return target; -} - -size_t HeartbeatResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.HeartbeatResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // bool linked = 1; - if (this->linked() != 0) { - total_size += 1 + 1; - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void HeartbeatResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.HeartbeatResponse) - GOOGLE_DCHECK_NE(&from, this); - const HeartbeatResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.HeartbeatResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.HeartbeatResponse) - MergeFrom(*source); - } -} - -void HeartbeatResponse::MergeFrom(const HeartbeatResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.HeartbeatResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.linked() != 0) { - _internal_set_linked(from._internal_linked()); - } -} - -void HeartbeatResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.HeartbeatResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void HeartbeatResponse::CopyFrom(const HeartbeatResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.HeartbeatResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool HeartbeatResponse::IsInitialized() const { - return true; -} - -void HeartbeatResponse::InternalSwap(HeartbeatResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(linked_, other->linked_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata HeartbeatResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectConfigRequest::InitAsDefaultInstance() { - ::testsgen::_ProjectConfigRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( - ::testsgen::ProjectContext::internal_default_instance()); -} -class ProjectConfigRequest::_Internal { - public: - static const ::testsgen::ProjectContext& projectcontext(const ProjectConfigRequest* msg); -}; - -const ::testsgen::ProjectContext& -ProjectConfigRequest::_Internal::projectcontext(const ProjectConfigRequest* msg) { - return *msg->projectcontext_; -} -ProjectConfigRequest::ProjectConfigRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectConfigRequest) -} -ProjectConfigRequest::ProjectConfigRequest(const ProjectConfigRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - cmakeoptions_(from.cmakeoptions_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_projectcontext()) { - projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); - } else { - projectcontext_ = nullptr; - } - configmode_ = from.configmode_; - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectConfigRequest) -} - -void ProjectConfigRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectConfigRequest_testgen_2eproto.base); - ::memset(&projectcontext_, 0, static_cast( - reinterpret_cast(&configmode_) - - reinterpret_cast(&projectcontext_)) + sizeof(configmode_)); -} - -ProjectConfigRequest::~ProjectConfigRequest() { - // @@protoc_insertion_point(destructor:testsgen.ProjectConfigRequest) - SharedDtor(); -} - -void ProjectConfigRequest::SharedDtor() { - if (this != internal_default_instance()) delete projectcontext_; -} - -void ProjectConfigRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectConfigRequest& ProjectConfigRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectConfigRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectConfigRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectConfigRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - cmakeoptions_.Clear(); - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; - configmode_ = 0; - _internal_metadata_.Clear(); -} - -const char* ProjectConfigRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectContext projectContext = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.ConfigMode configMode = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { - ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - _internal_set_configmode(static_cast<::testsgen::ConfigMode>(val)); - } else goto handle_unusual; - continue; - // repeated string cmakeOptions = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr -= 1; - do { - ptr += 1; - auto str = _internal_add_cmakeoptions(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectConfigRequest.cmakeOptions")); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<26>(ptr)); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectConfigRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectConfigRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectcontext(this), target, stream); - } - - // .testsgen.ConfigMode configMode = 2; - if (this->configmode() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( - 2, this->_internal_configmode(), target); - } - - // repeated string cmakeOptions = 3; - for (int i = 0, n = this->_internal_cmakeoptions_size(); i < n; i++) { - const auto& s = this->_internal_cmakeoptions(i); - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - s.data(), static_cast(s.length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectConfigRequest.cmakeOptions"); - target = stream->WriteString(3, s, target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectConfigRequest) - return target; -} - -size_t ProjectConfigRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectConfigRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated string cmakeOptions = 3; - total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(cmakeoptions_.size()); - for (int i = 0, n = cmakeoptions_.size(); i < n; i++) { - total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - cmakeoptions_.Get(i)); - } - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectcontext_); - } - - // .testsgen.ConfigMode configMode = 2; - if (this->configmode() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_configmode()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectConfigRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectConfigRequest) - GOOGLE_DCHECK_NE(&from, this); - const ProjectConfigRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectConfigRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectConfigRequest) - MergeFrom(*source); - } -} - -void ProjectConfigRequest::MergeFrom(const ProjectConfigRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectConfigRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - cmakeoptions_.MergeFrom(from.cmakeoptions_); - if (from.has_projectcontext()) { - _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); - } - if (from.configmode() != 0) { - _internal_set_configmode(from._internal_configmode()); - } -} - -void ProjectConfigRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectConfigRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectConfigRequest::CopyFrom(const ProjectConfigRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectConfigRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectConfigRequest::IsInitialized() const { - return true; -} - -void ProjectConfigRequest::InternalSwap(ProjectConfigRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - cmakeoptions_.InternalSwap(&other->cmakeoptions_); - swap(projectcontext_, other->projectcontext_); - swap(configmode_, other->configmode_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectConfigRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectConfigResponse::InitAsDefaultInstance() { - ::testsgen::_ProjectConfigResponse_default_instance_._instance.get_mutable()->progress_ = const_cast< ::testsgen::Progress*>( - ::testsgen::Progress::internal_default_instance()); -} -class ProjectConfigResponse::_Internal { - public: - static const ::testsgen::Progress& progress(const ProjectConfigResponse* msg); -}; - -const ::testsgen::Progress& -ProjectConfigResponse::_Internal::progress(const ProjectConfigResponse* msg) { - return *msg->progress_; -} -void ProjectConfigResponse::clear_progress() { - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; -} -ProjectConfigResponse::ProjectConfigResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectConfigResponse) -} -ProjectConfigResponse::ProjectConfigResponse(const ProjectConfigResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_message().empty()) { - message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); - } - if (from._internal_has_progress()) { - progress_ = new ::testsgen::Progress(*from.progress_); - } else { - progress_ = nullptr; - } - type_ = from.type_; - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectConfigResponse) -} - -void ProjectConfigResponse::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectConfigResponse_testgen_2eproto.base); - message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&progress_, 0, static_cast( - reinterpret_cast(&type_) - - reinterpret_cast(&progress_)) + sizeof(type_)); -} - -ProjectConfigResponse::~ProjectConfigResponse() { - // @@protoc_insertion_point(destructor:testsgen.ProjectConfigResponse) - SharedDtor(); -} - -void ProjectConfigResponse::SharedDtor() { - message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete progress_; -} - -void ProjectConfigResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectConfigResponse& ProjectConfigResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectConfigResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectConfigResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectConfigResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && progress_ != nullptr) { - delete progress_; - } - progress_ = nullptr; - type_ = 0; - _internal_metadata_.Clear(); -} - -const char* ProjectConfigResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectConfigStatus type = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - _internal_set_type(static_cast<::testsgen::ProjectConfigStatus>(val)); - } else goto handle_unusual; - continue; - // string message = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_message(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectConfigResponse.message")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.Progress progress = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr = ctx->ParseMessage(_internal_mutable_progress(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectConfigResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectConfigResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectConfigStatus type = 1; - if (this->type() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( - 1, this->_internal_type(), target); - } - - // string message = 2; - if (this->message().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_message().data(), static_cast(this->_internal_message().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectConfigResponse.message"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_message(), target); - } - - // .testsgen.Progress progress = 3; - if (this->has_progress()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 3, _Internal::progress(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectConfigResponse) - return target; -} - -size_t ProjectConfigResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectConfigResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string message = 2; - if (this->message().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_message()); - } - - // .testsgen.Progress progress = 3; - if (this->has_progress()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *progress_); - } - - // .testsgen.ProjectConfigStatus type = 1; - if (this->type() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_type()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectConfigResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectConfigResponse) - GOOGLE_DCHECK_NE(&from, this); - const ProjectConfigResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectConfigResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectConfigResponse) - MergeFrom(*source); - } -} - -void ProjectConfigResponse::MergeFrom(const ProjectConfigResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectConfigResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.message().size() > 0) { - - message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); - } - if (from.has_progress()) { - _internal_mutable_progress()->::testsgen::Progress::MergeFrom(from._internal_progress()); - } - if (from.type() != 0) { - _internal_set_type(from._internal_type()); - } -} - -void ProjectConfigResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectConfigResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectConfigResponse::CopyFrom(const ProjectConfigResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectConfigResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectConfigResponse::IsInitialized() const { - return true; -} - -void ProjectConfigResponse::InternalSwap(ProjectConfigResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(progress_, other->progress_); - swap(type_, other->type_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectConfigResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectTarget::InitAsDefaultInstance() { -} -class ProjectTarget::_Internal { - public: -}; - -ProjectTarget::ProjectTarget() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectTarget) -} -ProjectTarget::ProjectTarget(const ProjectTarget& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_name().empty()) { - name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_); - } - path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_path().empty()) { - path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); - } - description_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_description().empty()) { - description_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.description_); - } - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectTarget) -} - -void ProjectTarget::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectTarget_testgen_2eproto.base); - name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - description_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -ProjectTarget::~ProjectTarget() { - // @@protoc_insertion_point(destructor:testsgen.ProjectTarget) - SharedDtor(); -} - -void ProjectTarget::SharedDtor() { - name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - description_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void ProjectTarget::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectTarget& ProjectTarget::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectTarget_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectTarget::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectTarget) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - description_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - _internal_metadata_.Clear(); -} - -const char* ProjectTarget::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string name = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_name(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectTarget.name")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string path = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_path(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectTarget.path")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string description = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - auto str = _internal_mutable_description(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.ProjectTarget.description")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectTarget::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectTarget) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string name = 1; - if (this->name().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_name().data(), static_cast(this->_internal_name().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectTarget.name"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_name(), target); - } - - // string path = 2; - if (this->path().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_path().data(), static_cast(this->_internal_path().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectTarget.path"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_path(), target); - } - - // string description = 3; - if (this->description().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_description().data(), static_cast(this->_internal_description().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.ProjectTarget.description"); - target = stream->WriteStringMaybeAliased( - 3, this->_internal_description(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectTarget) - return target; -} - -size_t ProjectTarget::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectTarget) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string name = 1; - if (this->name().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_name()); - } - - // string path = 2; - if (this->path().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_path()); - } - - // string description = 3; - if (this->description().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_description()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectTarget::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectTarget) - GOOGLE_DCHECK_NE(&from, this); - const ProjectTarget* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectTarget) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectTarget) - MergeFrom(*source); - } -} - -void ProjectTarget::MergeFrom(const ProjectTarget& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectTarget) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.name().size() > 0) { - - name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_); - } - if (from.path().size() > 0) { - - path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); - } - if (from.description().size() > 0) { - - description_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.description_); - } -} - -void ProjectTarget::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectTarget) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectTarget::CopyFrom(const ProjectTarget& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectTarget) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectTarget::IsInitialized() const { - return true; -} - -void ProjectTarget::InternalSwap(ProjectTarget* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - description_.Swap(&other->description_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectTarget::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectTargetsRequest::InitAsDefaultInstance() { - ::testsgen::_ProjectTargetsRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( - ::testsgen::ProjectContext::internal_default_instance()); -} -class ProjectTargetsRequest::_Internal { - public: - static const ::testsgen::ProjectContext& projectcontext(const ProjectTargetsRequest* msg); -}; - -const ::testsgen::ProjectContext& -ProjectTargetsRequest::_Internal::projectcontext(const ProjectTargetsRequest* msg) { - return *msg->projectcontext_; -} -ProjectTargetsRequest::ProjectTargetsRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectTargetsRequest) -} -ProjectTargetsRequest::ProjectTargetsRequest(const ProjectTargetsRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_projectcontext()) { - projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); - } else { - projectcontext_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectTargetsRequest) -} - -void ProjectTargetsRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectTargetsRequest_testgen_2eproto.base); - projectcontext_ = nullptr; -} - -ProjectTargetsRequest::~ProjectTargetsRequest() { - // @@protoc_insertion_point(destructor:testsgen.ProjectTargetsRequest) - SharedDtor(); -} - -void ProjectTargetsRequest::SharedDtor() { - if (this != internal_default_instance()) delete projectcontext_; -} - -void ProjectTargetsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectTargetsRequest& ProjectTargetsRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectTargetsRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectTargetsRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectTargetsRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* ProjectTargetsRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ProjectContext projectContext = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectTargetsRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectTargetsRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::projectcontext(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectTargetsRequest) - return target; -} - -size_t ProjectTargetsRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectTargetsRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // .testsgen.ProjectContext projectContext = 1; - if (this->has_projectcontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectcontext_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectTargetsRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectTargetsRequest) - GOOGLE_DCHECK_NE(&from, this); - const ProjectTargetsRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectTargetsRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectTargetsRequest) - MergeFrom(*source); - } -} - -void ProjectTargetsRequest::MergeFrom(const ProjectTargetsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectTargetsRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.has_projectcontext()) { - _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); - } -} - -void ProjectTargetsRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectTargetsRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectTargetsRequest::CopyFrom(const ProjectTargetsRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectTargetsRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectTargetsRequest::IsInitialized() const { - return true; -} - -void ProjectTargetsRequest::InternalSwap(ProjectTargetsRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - swap(projectcontext_, other->projectcontext_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectTargetsRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void ProjectTargetsResponse::InitAsDefaultInstance() { - ::testsgen::_ProjectTargetsResponse_default_instance_._instance.get_mutable()->prioritytarget_ = const_cast< ::testsgen::ProjectTarget*>( - ::testsgen::ProjectTarget::internal_default_instance()); -} -class ProjectTargetsResponse::_Internal { - public: - static const ::testsgen::ProjectTarget& prioritytarget(const ProjectTargetsResponse* msg); -}; - -const ::testsgen::ProjectTarget& -ProjectTargetsResponse::_Internal::prioritytarget(const ProjectTargetsResponse* msg) { - return *msg->prioritytarget_; -} -ProjectTargetsResponse::ProjectTargetsResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.ProjectTargetsResponse) -} -ProjectTargetsResponse::ProjectTargetsResponse(const ProjectTargetsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - targets_(from.targets_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from._internal_has_prioritytarget()) { - prioritytarget_ = new ::testsgen::ProjectTarget(*from.prioritytarget_); - } else { - prioritytarget_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.ProjectTargetsResponse) -} - -void ProjectTargetsResponse::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ProjectTargetsResponse_testgen_2eproto.base); - prioritytarget_ = nullptr; -} - -ProjectTargetsResponse::~ProjectTargetsResponse() { - // @@protoc_insertion_point(destructor:testsgen.ProjectTargetsResponse) - SharedDtor(); -} - -void ProjectTargetsResponse::SharedDtor() { - if (this != internal_default_instance()) delete prioritytarget_; -} - -void ProjectTargetsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const ProjectTargetsResponse& ProjectTargetsResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ProjectTargetsResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void ProjectTargetsResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.ProjectTargetsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - targets_.Clear(); - if (GetArenaNoVirtual() == nullptr && prioritytarget_ != nullptr) { - delete prioritytarget_; - } - prioritytarget_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* ProjectTargetsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // repeated .testsgen.ProjectTarget targets = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_targets(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); - } else goto handle_unusual; - continue; - // .testsgen.ProjectTarget priorityTarget = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_prioritytarget(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* ProjectTargetsResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.ProjectTargetsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .testsgen.ProjectTarget targets = 1; - for (unsigned int i = 0, - n = static_cast(this->_internal_targets_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(1, this->_internal_targets(i), target, stream); - } - - // .testsgen.ProjectTarget priorityTarget = 2; - if (this->has_prioritytarget()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::prioritytarget(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.ProjectTargetsResponse) - return target; -} - -size_t ProjectTargetsResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.ProjectTargetsResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .testsgen.ProjectTarget targets = 1; - total_size += 1UL * this->_internal_targets_size(); - for (const auto& msg : this->targets_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - // .testsgen.ProjectTarget priorityTarget = 2; - if (this->has_prioritytarget()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *prioritytarget_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void ProjectTargetsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.ProjectTargetsResponse) - GOOGLE_DCHECK_NE(&from, this); - const ProjectTargetsResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.ProjectTargetsResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.ProjectTargetsResponse) - MergeFrom(*source); - } -} - -void ProjectTargetsResponse::MergeFrom(const ProjectTargetsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.ProjectTargetsResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - targets_.MergeFrom(from.targets_); - if (from.has_prioritytarget()) { - _internal_mutable_prioritytarget()->::testsgen::ProjectTarget::MergeFrom(from._internal_prioritytarget()); - } -} - -void ProjectTargetsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.ProjectTargetsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ProjectTargetsResponse::CopyFrom(const ProjectTargetsResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.ProjectTargetsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ProjectTargetsResponse::IsInitialized() const { - return true; -} - -void ProjectTargetsResponse::InternalSwap(ProjectTargetsResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - targets_.InternalSwap(&other->targets_); - swap(prioritytarget_, other->prioritytarget_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata ProjectTargetsResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FileTargetsRequest::InitAsDefaultInstance() { - ::testsgen::_FileTargetsRequest_default_instance_._instance.get_mutable()->projectcontext_ = const_cast< ::testsgen::ProjectContext*>( - ::testsgen::ProjectContext::internal_default_instance()); -} -class FileTargetsRequest::_Internal { - public: - static const ::testsgen::ProjectContext& projectcontext(const FileTargetsRequest* msg); -}; - -const ::testsgen::ProjectContext& -FileTargetsRequest::_Internal::projectcontext(const FileTargetsRequest* msg) { - return *msg->projectcontext_; -} -FileTargetsRequest::FileTargetsRequest() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FileTargetsRequest) -} -FileTargetsRequest::FileTargetsRequest(const FileTargetsRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_path().empty()) { - path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); - } - if (from._internal_has_projectcontext()) { - projectcontext_ = new ::testsgen::ProjectContext(*from.projectcontext_); - } else { - projectcontext_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:testsgen.FileTargetsRequest) -} - -void FileTargetsRequest::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileTargetsRequest_testgen_2eproto.base); - path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - projectcontext_ = nullptr; -} - -FileTargetsRequest::~FileTargetsRequest() { - // @@protoc_insertion_point(destructor:testsgen.FileTargetsRequest) - SharedDtor(); -} - -void FileTargetsRequest::SharedDtor() { - path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete projectcontext_; -} - -void FileTargetsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FileTargetsRequest& FileTargetsRequest::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileTargetsRequest_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FileTargetsRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FileTargetsRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; - _internal_metadata_.Clear(); -} - -const char* FileTargetsRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string path = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_path(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.FileTargetsRequest.path")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // .testsgen.ProjectContext projectContext = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_projectcontext(), ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FileTargetsRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileTargetsRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string path = 1; - if (this->path().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_path().data(), static_cast(this->_internal_path().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.FileTargetsRequest.path"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_path(), target); - } - - // .testsgen.ProjectContext projectContext = 2; - if (this->has_projectcontext()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::projectcontext(this), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileTargetsRequest) - return target; -} - -size_t FileTargetsRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FileTargetsRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string path = 1; - if (this->path().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_path()); - } - - // .testsgen.ProjectContext projectContext = 2; - if (this->has_projectcontext()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *projectcontext_); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FileTargetsRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileTargetsRequest) - GOOGLE_DCHECK_NE(&from, this); - const FileTargetsRequest* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileTargetsRequest) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileTargetsRequest) - MergeFrom(*source); - } -} - -void FileTargetsRequest::MergeFrom(const FileTargetsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileTargetsRequest) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.path().size() > 0) { - - path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_); - } - if (from.has_projectcontext()) { - _internal_mutable_projectcontext()->::testsgen::ProjectContext::MergeFrom(from._internal_projectcontext()); - } -} - -void FileTargetsRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileTargetsRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FileTargetsRequest::CopyFrom(const FileTargetsRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileTargetsRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FileTargetsRequest::IsInitialized() const { - return true; -} - -void FileTargetsRequest::InternalSwap(FileTargetsRequest* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(projectcontext_, other->projectcontext_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FileTargetsRequest::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void FileTargetsResponse::InitAsDefaultInstance() { -} -class FileTargetsResponse::_Internal { - public: -}; - -FileTargetsResponse::FileTargetsResponse() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.FileTargetsResponse) -} -FileTargetsResponse::FileTargetsResponse(const FileTargetsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr), - targets_(from.targets_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - // @@protoc_insertion_point(copy_constructor:testsgen.FileTargetsResponse) -} - -void FileTargetsResponse::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_FileTargetsResponse_testgen_2eproto.base); -} - -FileTargetsResponse::~FileTargetsResponse() { - // @@protoc_insertion_point(destructor:testsgen.FileTargetsResponse) - SharedDtor(); -} - -void FileTargetsResponse::SharedDtor() { -} - -void FileTargetsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const FileTargetsResponse& FileTargetsResponse::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_FileTargetsResponse_testgen_2eproto.base); - return *internal_default_instance(); -} - - -void FileTargetsResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.FileTargetsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - targets_.Clear(); - _internal_metadata_.Clear(); -} - -const char* FileTargetsResponse::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // repeated .testsgen.ProjectTarget targets = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_targets(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* FileTargetsResponse::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.FileTargetsResponse) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .testsgen.ProjectTarget targets = 1; - for (unsigned int i = 0, - n = static_cast(this->_internal_targets_size()); i < n; i++) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(1, this->_internal_targets(i), target, stream); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.FileTargetsResponse) - return target; -} - -size_t FileTargetsResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.FileTargetsResponse) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .testsgen.ProjectTarget targets = 1; - total_size += 1UL * this->_internal_targets_size(); - for (const auto& msg : this->targets_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void FileTargetsResponse::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.FileTargetsResponse) - GOOGLE_DCHECK_NE(&from, this); - const FileTargetsResponse* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.FileTargetsResponse) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.FileTargetsResponse) - MergeFrom(*source); - } -} - -void FileTargetsResponse::MergeFrom(const FileTargetsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.FileTargetsResponse) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - targets_.MergeFrom(from.targets_); -} - -void FileTargetsResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.FileTargetsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void FileTargetsResponse::CopyFrom(const FileTargetsResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.FileTargetsResponse) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool FileTargetsResponse::IsInitialized() const { - return true; -} - -void FileTargetsResponse::InternalSwap(FileTargetsResponse* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - targets_.InternalSwap(&other->targets_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata FileTargetsResponse::GetMetadata() const { - return GetMetadataStatic(); -} - - -// @@protoc_insertion_point(namespace_scope) -} // namespace testsgen -PROTOBUF_NAMESPACE_OPEN -template<> PROTOBUF_NOINLINE ::testsgen::DummyRequest* Arena::CreateMaybeMessage< ::testsgen::DummyRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::DummyRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::DummyResponse* Arena::CreateMaybeMessage< ::testsgen::DummyResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::DummyResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::RegisterClientRequest* Arena::CreateMaybeMessage< ::testsgen::RegisterClientRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::RegisterClientRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::RegisterClientResponse* Arena::CreateMaybeMessage< ::testsgen::RegisterClientResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::RegisterClientResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FunctionTypeResponse* Arena::CreateMaybeMessage< ::testsgen::FunctionTypeResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FunctionTypeResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::LogChannelRequest* Arena::CreateMaybeMessage< ::testsgen::LogChannelRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::LogChannelRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::LogEntry* Arena::CreateMaybeMessage< ::testsgen::LogEntry >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::LogEntry >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectContext* Arena::CreateMaybeMessage< ::testsgen::ProjectContext >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectContext >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::SettingsContext* Arena::CreateMaybeMessage< ::testsgen::SettingsContext >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::SettingsContext >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::SnippetRequest* Arena::CreateMaybeMessage< ::testsgen::SnippetRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::SnippetRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectRequest* Arena::CreateMaybeMessage< ::testsgen::ProjectRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FileRequest* Arena::CreateMaybeMessage< ::testsgen::FileRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FileRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FolderRequest* Arena::CreateMaybeMessage< ::testsgen::FolderRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FolderRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::LineRequest* Arena::CreateMaybeMessage< ::testsgen::LineRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::LineRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FunctionRequest* Arena::CreateMaybeMessage< ::testsgen::FunctionRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FunctionRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ClassRequest* Arena::CreateMaybeMessage< ::testsgen::ClassRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ClassRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::AssertionRequest* Arena::CreateMaybeMessage< ::testsgen::AssertionRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::AssertionRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::PredicateRequest* Arena::CreateMaybeMessage< ::testsgen::PredicateRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::PredicateRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::StubsResponse* Arena::CreateMaybeMessage< ::testsgen::StubsResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::StubsResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::TestsResponse* Arena::CreateMaybeMessage< ::testsgen::TestsResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::TestsResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::SourceLine* Arena::CreateMaybeMessage< ::testsgen::SourceLine >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::SourceLine >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FileCoverageSimplified* Arena::CreateMaybeMessage< ::testsgen::FileCoverageSimplified >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FileCoverageSimplified >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::TestFilter* Arena::CreateMaybeMessage< ::testsgen::TestFilter >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::TestFilter >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::CoverageAndResultsRequest* Arena::CreateMaybeMessage< ::testsgen::CoverageAndResultsRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::CoverageAndResultsRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::TestResultObject* Arena::CreateMaybeMessage< ::testsgen::TestResultObject >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::TestResultObject >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::CoverageAndResultsResponse* Arena::CreateMaybeMessage< ::testsgen::CoverageAndResultsResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::CoverageAndResultsResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::HeartbeatResponse* Arena::CreateMaybeMessage< ::testsgen::HeartbeatResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::HeartbeatResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectConfigRequest* Arena::CreateMaybeMessage< ::testsgen::ProjectConfigRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectConfigRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectConfigResponse* Arena::CreateMaybeMessage< ::testsgen::ProjectConfigResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectConfigResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectTarget* Arena::CreateMaybeMessage< ::testsgen::ProjectTarget >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectTarget >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectTargetsRequest* Arena::CreateMaybeMessage< ::testsgen::ProjectTargetsRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectTargetsRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::ProjectTargetsResponse* Arena::CreateMaybeMessage< ::testsgen::ProjectTargetsResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::ProjectTargetsResponse >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FileTargetsRequest* Arena::CreateMaybeMessage< ::testsgen::FileTargetsRequest >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FileTargetsRequest >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::FileTargetsResponse* Arena::CreateMaybeMessage< ::testsgen::FileTargetsResponse >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::FileTargetsResponse >(arena); -} -PROTOBUF_NAMESPACE_CLOSE - -// @@protoc_insertion_point(global_scope) -#include diff --git a/server/cmake-build-debug/protobuf/testgen.pb.h b/server/cmake-build-debug/protobuf/testgen.pb.h deleted file mode 100644 index 8034405c3..000000000 --- a/server/cmake-build-debug/protobuf/testgen.pb.h +++ /dev/null @@ -1,9528 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: testgen.proto - -#ifndef GOOGLE_PROTOBUF_INCLUDED_testgen_2eproto -#define GOOGLE_PROTOBUF_INCLUDED_testgen_2eproto - -#include -#include - -#include -#if PROTOBUF_VERSION < 3011000 -#error This file was generated by a newer version of protoc which is -#error incompatible with your Protocol Buffer headers. Please update -#error your headers. -#endif -#if 3011002 < PROTOBUF_MIN_PROTOC_VERSION -#error This file was generated by an older version of protoc which is -#error incompatible with your Protocol Buffer headers. Please -#error regenerate this file with a newer version of protoc. -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include // IWYU pragma: export -#include // IWYU pragma: export -#include -#include -#include "util.pb.h" -// @@protoc_insertion_point(includes) -#include -#define PROTOBUF_INTERNAL_EXPORT_testgen_2eproto -PROTOBUF_NAMESPACE_OPEN -namespace internal { -class AnyMetadata; -} // namespace internal -PROTOBUF_NAMESPACE_CLOSE - -// Internal implementation detail -- do not use these members. -struct TableStruct_testgen_2eproto { - static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] - PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] - PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[34] - PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; - static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; - static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; -}; -extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_testgen_2eproto; -namespace testsgen { -class AssertionRequest; -class AssertionRequestDefaultTypeInternal; -extern AssertionRequestDefaultTypeInternal _AssertionRequest_default_instance_; -class ClassRequest; -class ClassRequestDefaultTypeInternal; -extern ClassRequestDefaultTypeInternal _ClassRequest_default_instance_; -class CoverageAndResultsRequest; -class CoverageAndResultsRequestDefaultTypeInternal; -extern CoverageAndResultsRequestDefaultTypeInternal _CoverageAndResultsRequest_default_instance_; -class CoverageAndResultsResponse; -class CoverageAndResultsResponseDefaultTypeInternal; -extern CoverageAndResultsResponseDefaultTypeInternal _CoverageAndResultsResponse_default_instance_; -class DummyRequest; -class DummyRequestDefaultTypeInternal; -extern DummyRequestDefaultTypeInternal _DummyRequest_default_instance_; -class DummyResponse; -class DummyResponseDefaultTypeInternal; -extern DummyResponseDefaultTypeInternal _DummyResponse_default_instance_; -class FileCoverageSimplified; -class FileCoverageSimplifiedDefaultTypeInternal; -extern FileCoverageSimplifiedDefaultTypeInternal _FileCoverageSimplified_default_instance_; -class FileRequest; -class FileRequestDefaultTypeInternal; -extern FileRequestDefaultTypeInternal _FileRequest_default_instance_; -class FileTargetsRequest; -class FileTargetsRequestDefaultTypeInternal; -extern FileTargetsRequestDefaultTypeInternal _FileTargetsRequest_default_instance_; -class FileTargetsResponse; -class FileTargetsResponseDefaultTypeInternal; -extern FileTargetsResponseDefaultTypeInternal _FileTargetsResponse_default_instance_; -class FolderRequest; -class FolderRequestDefaultTypeInternal; -extern FolderRequestDefaultTypeInternal _FolderRequest_default_instance_; -class FunctionRequest; -class FunctionRequestDefaultTypeInternal; -extern FunctionRequestDefaultTypeInternal _FunctionRequest_default_instance_; -class FunctionTypeResponse; -class FunctionTypeResponseDefaultTypeInternal; -extern FunctionTypeResponseDefaultTypeInternal _FunctionTypeResponse_default_instance_; -class HeartbeatResponse; -class HeartbeatResponseDefaultTypeInternal; -extern HeartbeatResponseDefaultTypeInternal _HeartbeatResponse_default_instance_; -class LineRequest; -class LineRequestDefaultTypeInternal; -extern LineRequestDefaultTypeInternal _LineRequest_default_instance_; -class LogChannelRequest; -class LogChannelRequestDefaultTypeInternal; -extern LogChannelRequestDefaultTypeInternal _LogChannelRequest_default_instance_; -class LogEntry; -class LogEntryDefaultTypeInternal; -extern LogEntryDefaultTypeInternal _LogEntry_default_instance_; -class PredicateRequest; -class PredicateRequestDefaultTypeInternal; -extern PredicateRequestDefaultTypeInternal _PredicateRequest_default_instance_; -class ProjectConfigRequest; -class ProjectConfigRequestDefaultTypeInternal; -extern ProjectConfigRequestDefaultTypeInternal _ProjectConfigRequest_default_instance_; -class ProjectConfigResponse; -class ProjectConfigResponseDefaultTypeInternal; -extern ProjectConfigResponseDefaultTypeInternal _ProjectConfigResponse_default_instance_; -class ProjectContext; -class ProjectContextDefaultTypeInternal; -extern ProjectContextDefaultTypeInternal _ProjectContext_default_instance_; -class ProjectRequest; -class ProjectRequestDefaultTypeInternal; -extern ProjectRequestDefaultTypeInternal _ProjectRequest_default_instance_; -class ProjectTarget; -class ProjectTargetDefaultTypeInternal; -extern ProjectTargetDefaultTypeInternal _ProjectTarget_default_instance_; -class ProjectTargetsRequest; -class ProjectTargetsRequestDefaultTypeInternal; -extern ProjectTargetsRequestDefaultTypeInternal _ProjectTargetsRequest_default_instance_; -class ProjectTargetsResponse; -class ProjectTargetsResponseDefaultTypeInternal; -extern ProjectTargetsResponseDefaultTypeInternal _ProjectTargetsResponse_default_instance_; -class RegisterClientRequest; -class RegisterClientRequestDefaultTypeInternal; -extern RegisterClientRequestDefaultTypeInternal _RegisterClientRequest_default_instance_; -class RegisterClientResponse; -class RegisterClientResponseDefaultTypeInternal; -extern RegisterClientResponseDefaultTypeInternal _RegisterClientResponse_default_instance_; -class SettingsContext; -class SettingsContextDefaultTypeInternal; -extern SettingsContextDefaultTypeInternal _SettingsContext_default_instance_; -class SnippetRequest; -class SnippetRequestDefaultTypeInternal; -extern SnippetRequestDefaultTypeInternal _SnippetRequest_default_instance_; -class SourceLine; -class SourceLineDefaultTypeInternal; -extern SourceLineDefaultTypeInternal _SourceLine_default_instance_; -class StubsResponse; -class StubsResponseDefaultTypeInternal; -extern StubsResponseDefaultTypeInternal _StubsResponse_default_instance_; -class TestFilter; -class TestFilterDefaultTypeInternal; -extern TestFilterDefaultTypeInternal _TestFilter_default_instance_; -class TestResultObject; -class TestResultObjectDefaultTypeInternal; -extern TestResultObjectDefaultTypeInternal _TestResultObject_default_instance_; -class TestsResponse; -class TestsResponseDefaultTypeInternal; -extern TestsResponseDefaultTypeInternal _TestsResponse_default_instance_; -} // namespace testsgen -PROTOBUF_NAMESPACE_OPEN -template<> ::testsgen::AssertionRequest* Arena::CreateMaybeMessage<::testsgen::AssertionRequest>(Arena*); -template<> ::testsgen::ClassRequest* Arena::CreateMaybeMessage<::testsgen::ClassRequest>(Arena*); -template<> ::testsgen::CoverageAndResultsRequest* Arena::CreateMaybeMessage<::testsgen::CoverageAndResultsRequest>(Arena*); -template<> ::testsgen::CoverageAndResultsResponse* Arena::CreateMaybeMessage<::testsgen::CoverageAndResultsResponse>(Arena*); -template<> ::testsgen::DummyRequest* Arena::CreateMaybeMessage<::testsgen::DummyRequest>(Arena*); -template<> ::testsgen::DummyResponse* Arena::CreateMaybeMessage<::testsgen::DummyResponse>(Arena*); -template<> ::testsgen::FileCoverageSimplified* Arena::CreateMaybeMessage<::testsgen::FileCoverageSimplified>(Arena*); -template<> ::testsgen::FileRequest* Arena::CreateMaybeMessage<::testsgen::FileRequest>(Arena*); -template<> ::testsgen::FileTargetsRequest* Arena::CreateMaybeMessage<::testsgen::FileTargetsRequest>(Arena*); -template<> ::testsgen::FileTargetsResponse* Arena::CreateMaybeMessage<::testsgen::FileTargetsResponse>(Arena*); -template<> ::testsgen::FolderRequest* Arena::CreateMaybeMessage<::testsgen::FolderRequest>(Arena*); -template<> ::testsgen::FunctionRequest* Arena::CreateMaybeMessage<::testsgen::FunctionRequest>(Arena*); -template<> ::testsgen::FunctionTypeResponse* Arena::CreateMaybeMessage<::testsgen::FunctionTypeResponse>(Arena*); -template<> ::testsgen::HeartbeatResponse* Arena::CreateMaybeMessage<::testsgen::HeartbeatResponse>(Arena*); -template<> ::testsgen::LineRequest* Arena::CreateMaybeMessage<::testsgen::LineRequest>(Arena*); -template<> ::testsgen::LogChannelRequest* Arena::CreateMaybeMessage<::testsgen::LogChannelRequest>(Arena*); -template<> ::testsgen::LogEntry* Arena::CreateMaybeMessage<::testsgen::LogEntry>(Arena*); -template<> ::testsgen::PredicateRequest* Arena::CreateMaybeMessage<::testsgen::PredicateRequest>(Arena*); -template<> ::testsgen::ProjectConfigRequest* Arena::CreateMaybeMessage<::testsgen::ProjectConfigRequest>(Arena*); -template<> ::testsgen::ProjectConfigResponse* Arena::CreateMaybeMessage<::testsgen::ProjectConfigResponse>(Arena*); -template<> ::testsgen::ProjectContext* Arena::CreateMaybeMessage<::testsgen::ProjectContext>(Arena*); -template<> ::testsgen::ProjectRequest* Arena::CreateMaybeMessage<::testsgen::ProjectRequest>(Arena*); -template<> ::testsgen::ProjectTarget* Arena::CreateMaybeMessage<::testsgen::ProjectTarget>(Arena*); -template<> ::testsgen::ProjectTargetsRequest* Arena::CreateMaybeMessage<::testsgen::ProjectTargetsRequest>(Arena*); -template<> ::testsgen::ProjectTargetsResponse* Arena::CreateMaybeMessage<::testsgen::ProjectTargetsResponse>(Arena*); -template<> ::testsgen::RegisterClientRequest* Arena::CreateMaybeMessage<::testsgen::RegisterClientRequest>(Arena*); -template<> ::testsgen::RegisterClientResponse* Arena::CreateMaybeMessage<::testsgen::RegisterClientResponse>(Arena*); -template<> ::testsgen::SettingsContext* Arena::CreateMaybeMessage<::testsgen::SettingsContext>(Arena*); -template<> ::testsgen::SnippetRequest* Arena::CreateMaybeMessage<::testsgen::SnippetRequest>(Arena*); -template<> ::testsgen::SourceLine* Arena::CreateMaybeMessage<::testsgen::SourceLine>(Arena*); -template<> ::testsgen::StubsResponse* Arena::CreateMaybeMessage<::testsgen::StubsResponse>(Arena*); -template<> ::testsgen::TestFilter* Arena::CreateMaybeMessage<::testsgen::TestFilter>(Arena*); -template<> ::testsgen::TestResultObject* Arena::CreateMaybeMessage<::testsgen::TestResultObject>(Arena*); -template<> ::testsgen::TestsResponse* Arena::CreateMaybeMessage<::testsgen::TestsResponse>(Arena*); -PROTOBUF_NAMESPACE_CLOSE -namespace testsgen { - -enum TestStatus : int { - TEST_PASSED = 0, - TEST_FAILED = 1, - TEST_DEATH = 2, - TEST_INTERRUPTED = 3, - TestStatus_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), - TestStatus_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() -}; -bool TestStatus_IsValid(int value); -constexpr TestStatus TestStatus_MIN = TEST_PASSED; -constexpr TestStatus TestStatus_MAX = TEST_INTERRUPTED; -constexpr int TestStatus_ARRAYSIZE = TestStatus_MAX + 1; - -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TestStatus_descriptor(); -template -inline const std::string& TestStatus_Name(T enum_t_value) { - static_assert(::std::is_same::value || - ::std::is_integral::value, - "Incorrect type passed to function TestStatus_Name."); - return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( - TestStatus_descriptor(), enum_t_value); -} -inline bool TestStatus_Parse( - const std::string& name, TestStatus* value) { - return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( - TestStatus_descriptor(), name, value); -} -enum ConfigMode : int { - CHECK = 0, - CREATE_BUILD_DIR = 1, - GENERATE_JSON_FILES = 2, - ALL = 3, - ConfigMode_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), - ConfigMode_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() -}; -bool ConfigMode_IsValid(int value); -constexpr ConfigMode ConfigMode_MIN = CHECK; -constexpr ConfigMode ConfigMode_MAX = ALL; -constexpr int ConfigMode_ARRAYSIZE = ConfigMode_MAX + 1; - -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ConfigMode_descriptor(); -template -inline const std::string& ConfigMode_Name(T enum_t_value) { - static_assert(::std::is_same::value || - ::std::is_integral::value, - "Incorrect type passed to function ConfigMode_Name."); - return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( - ConfigMode_descriptor(), enum_t_value); -} -inline bool ConfigMode_Parse( - const std::string& name, ConfigMode* value) { - return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( - ConfigMode_descriptor(), name, value); -} -enum ProjectConfigStatus : int { - IS_OK = 0, - BUILD_DIR_NOT_FOUND = 1, - COMPILE_COMMANDS_JSON_NOT_FOUND = 2, - LINK_COMMANDS_JSON_NOT_FOUND = 3, - BUILD_DIR_CREATION_FAILED = 4, - RUN_JSON_GENERATION_FAILED = 5, - BUILD_DIR_SAME_AS_PROJECT = 6, - ProjectConfigStatus_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), - ProjectConfigStatus_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() -}; -bool ProjectConfigStatus_IsValid(int value); -constexpr ProjectConfigStatus ProjectConfigStatus_MIN = IS_OK; -constexpr ProjectConfigStatus ProjectConfigStatus_MAX = BUILD_DIR_SAME_AS_PROJECT; -constexpr int ProjectConfigStatus_ARRAYSIZE = ProjectConfigStatus_MAX + 1; - -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ProjectConfigStatus_descriptor(); -template -inline const std::string& ProjectConfigStatus_Name(T enum_t_value) { - static_assert(::std::is_same::value || - ::std::is_integral::value, - "Incorrect type passed to function ProjectConfigStatus_Name."); - return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( - ProjectConfigStatus_descriptor(), enum_t_value); -} -inline bool ProjectConfigStatus_Parse( - const std::string& name, ProjectConfigStatus* value) { - return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( - ProjectConfigStatus_descriptor(), name, value); -} -// =================================================================== - -class DummyRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.DummyRequest) */ { - public: - DummyRequest(); - virtual ~DummyRequest(); - - DummyRequest(const DummyRequest& from); - DummyRequest(DummyRequest&& from) noexcept - : DummyRequest() { - *this = ::std::move(from); - } - - inline DummyRequest& operator=(const DummyRequest& from) { - CopyFrom(from); - return *this; - } - inline DummyRequest& operator=(DummyRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const DummyRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const DummyRequest* internal_default_instance() { - return reinterpret_cast( - &_DummyRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 0; - - friend void swap(DummyRequest& a, DummyRequest& b) { - a.Swap(&b); - } - inline void Swap(DummyRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline DummyRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - DummyRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const DummyRequest& from); - void MergeFrom(const DummyRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(DummyRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.DummyRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // @@protoc_insertion_point(class_scope:testsgen.DummyRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class DummyResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.DummyResponse) */ { - public: - DummyResponse(); - virtual ~DummyResponse(); - - DummyResponse(const DummyResponse& from); - DummyResponse(DummyResponse&& from) noexcept - : DummyResponse() { - *this = ::std::move(from); - } - - inline DummyResponse& operator=(const DummyResponse& from) { - CopyFrom(from); - return *this; - } - inline DummyResponse& operator=(DummyResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const DummyResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const DummyResponse* internal_default_instance() { - return reinterpret_cast( - &_DummyResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 1; - - friend void swap(DummyResponse& a, DummyResponse& b) { - a.Swap(&b); - } - inline void Swap(DummyResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline DummyResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - DummyResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const DummyResponse& from); - void MergeFrom(const DummyResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(DummyResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.DummyResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // @@protoc_insertion_point(class_scope:testsgen.DummyResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class RegisterClientRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.RegisterClientRequest) */ { - public: - RegisterClientRequest(); - virtual ~RegisterClientRequest(); - - RegisterClientRequest(const RegisterClientRequest& from); - RegisterClientRequest(RegisterClientRequest&& from) noexcept - : RegisterClientRequest() { - *this = ::std::move(from); - } - - inline RegisterClientRequest& operator=(const RegisterClientRequest& from) { - CopyFrom(from); - return *this; - } - inline RegisterClientRequest& operator=(RegisterClientRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const RegisterClientRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const RegisterClientRequest* internal_default_instance() { - return reinterpret_cast( - &_RegisterClientRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 2; - - friend void swap(RegisterClientRequest& a, RegisterClientRequest& b) { - a.Swap(&b); - } - inline void Swap(RegisterClientRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline RegisterClientRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - RegisterClientRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const RegisterClientRequest& from); - void MergeFrom(const RegisterClientRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(RegisterClientRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.RegisterClientRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kClientIdFieldNumber = 1, - }; - // string clientId = 1; - void clear_clientid(); - const std::string& clientid() const; - void set_clientid(const std::string& value); - void set_clientid(std::string&& value); - void set_clientid(const char* value); - void set_clientid(const char* value, size_t size); - std::string* mutable_clientid(); - std::string* release_clientid(); - void set_allocated_clientid(std::string* clientid); - private: - const std::string& _internal_clientid() const; - void _internal_set_clientid(const std::string& value); - std::string* _internal_mutable_clientid(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.RegisterClientRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr clientid_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class RegisterClientResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.RegisterClientResponse) */ { - public: - RegisterClientResponse(); - virtual ~RegisterClientResponse(); - - RegisterClientResponse(const RegisterClientResponse& from); - RegisterClientResponse(RegisterClientResponse&& from) noexcept - : RegisterClientResponse() { - *this = ::std::move(from); - } - - inline RegisterClientResponse& operator=(const RegisterClientResponse& from) { - CopyFrom(from); - return *this; - } - inline RegisterClientResponse& operator=(RegisterClientResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const RegisterClientResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const RegisterClientResponse* internal_default_instance() { - return reinterpret_cast( - &_RegisterClientResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 3; - - friend void swap(RegisterClientResponse& a, RegisterClientResponse& b) { - a.Swap(&b); - } - inline void Swap(RegisterClientResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline RegisterClientResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - RegisterClientResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const RegisterClientResponse& from); - void MergeFrom(const RegisterClientResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(RegisterClientResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.RegisterClientResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kIsDuplicateFieldNumber = 1, - }; - // bool isDuplicate = 1; - void clear_isduplicate(); - bool isduplicate() const; - void set_isduplicate(bool value); - private: - bool _internal_isduplicate() const; - void _internal_set_isduplicate(bool value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.RegisterClientResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - bool isduplicate_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FunctionTypeResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FunctionTypeResponse) */ { - public: - FunctionTypeResponse(); - virtual ~FunctionTypeResponse(); - - FunctionTypeResponse(const FunctionTypeResponse& from); - FunctionTypeResponse(FunctionTypeResponse&& from) noexcept - : FunctionTypeResponse() { - *this = ::std::move(from); - } - - inline FunctionTypeResponse& operator=(const FunctionTypeResponse& from) { - CopyFrom(from); - return *this; - } - inline FunctionTypeResponse& operator=(FunctionTypeResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FunctionTypeResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FunctionTypeResponse* internal_default_instance() { - return reinterpret_cast( - &_FunctionTypeResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 4; - - friend void swap(FunctionTypeResponse& a, FunctionTypeResponse& b) { - a.Swap(&b); - } - inline void Swap(FunctionTypeResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FunctionTypeResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - FunctionTypeResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FunctionTypeResponse& from); - void MergeFrom(const FunctionTypeResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FunctionTypeResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FunctionTypeResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kValidationTypeFieldNumber = 1, - }; - // .testsgen.ValidationType validationType = 1; - void clear_validationtype(); - ::testsgen::ValidationType validationtype() const; - void set_validationtype(::testsgen::ValidationType value); - private: - ::testsgen::ValidationType _internal_validationtype() const; - void _internal_set_validationtype(::testsgen::ValidationType value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.FunctionTypeResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - int validationtype_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class LogChannelRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.LogChannelRequest) */ { - public: - LogChannelRequest(); - virtual ~LogChannelRequest(); - - LogChannelRequest(const LogChannelRequest& from); - LogChannelRequest(LogChannelRequest&& from) noexcept - : LogChannelRequest() { - *this = ::std::move(from); - } - - inline LogChannelRequest& operator=(const LogChannelRequest& from) { - CopyFrom(from); - return *this; - } - inline LogChannelRequest& operator=(LogChannelRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const LogChannelRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const LogChannelRequest* internal_default_instance() { - return reinterpret_cast( - &_LogChannelRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 5; - - friend void swap(LogChannelRequest& a, LogChannelRequest& b) { - a.Swap(&b); - } - inline void Swap(LogChannelRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline LogChannelRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - LogChannelRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const LogChannelRequest& from); - void MergeFrom(const LogChannelRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(LogChannelRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.LogChannelRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLogLevelFieldNumber = 2, - }; - // string logLevel = 2; - void clear_loglevel(); - const std::string& loglevel() const; - void set_loglevel(const std::string& value); - void set_loglevel(std::string&& value); - void set_loglevel(const char* value); - void set_loglevel(const char* value, size_t size); - std::string* mutable_loglevel(); - std::string* release_loglevel(); - void set_allocated_loglevel(std::string* loglevel); - private: - const std::string& _internal_loglevel() const; - void _internal_set_loglevel(const std::string& value); - std::string* _internal_mutable_loglevel(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.LogChannelRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr loglevel_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class LogEntry : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.LogEntry) */ { - public: - LogEntry(); - virtual ~LogEntry(); - - LogEntry(const LogEntry& from); - LogEntry(LogEntry&& from) noexcept - : LogEntry() { - *this = ::std::move(from); - } - - inline LogEntry& operator=(const LogEntry& from) { - CopyFrom(from); - return *this; - } - inline LogEntry& operator=(LogEntry&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const LogEntry& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const LogEntry* internal_default_instance() { - return reinterpret_cast( - &_LogEntry_default_instance_); - } - static constexpr int kIndexInFileMessages = - 6; - - friend void swap(LogEntry& a, LogEntry& b) { - a.Swap(&b); - } - inline void Swap(LogEntry* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline LogEntry* New() const final { - return CreateMaybeMessage(nullptr); - } - - LogEntry* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const LogEntry& from); - void MergeFrom(const LogEntry& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(LogEntry* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.LogEntry"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kMessageFieldNumber = 1, - }; - // string message = 1; - void clear_message(); - const std::string& message() const; - void set_message(const std::string& value); - void set_message(std::string&& value); - void set_message(const char* value); - void set_message(const char* value, size_t size); - std::string* mutable_message(); - std::string* release_message(); - void set_allocated_message(std::string* message); - private: - const std::string& _internal_message() const; - void _internal_set_message(const std::string& value); - std::string* _internal_mutable_message(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.LogEntry) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectContext : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectContext) */ { - public: - ProjectContext(); - virtual ~ProjectContext(); - - ProjectContext(const ProjectContext& from); - ProjectContext(ProjectContext&& from) noexcept - : ProjectContext() { - *this = ::std::move(from); - } - - inline ProjectContext& operator=(const ProjectContext& from) { - CopyFrom(from); - return *this; - } - inline ProjectContext& operator=(ProjectContext&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectContext& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectContext* internal_default_instance() { - return reinterpret_cast( - &_ProjectContext_default_instance_); - } - static constexpr int kIndexInFileMessages = - 7; - - friend void swap(ProjectContext& a, ProjectContext& b) { - a.Swap(&b); - } - inline void Swap(ProjectContext* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectContext* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectContext* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectContext& from); - void MergeFrom(const ProjectContext& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectContext* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectContext"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kProjectNameFieldNumber = 1, - kProjectPathFieldNumber = 2, - kTestDirPathFieldNumber = 3, - kBuildDirRelativePathFieldNumber = 4, - kResultsDirRelativePathFieldNumber = 5, - }; - // string projectName = 1; - void clear_projectname(); - const std::string& projectname() const; - void set_projectname(const std::string& value); - void set_projectname(std::string&& value); - void set_projectname(const char* value); - void set_projectname(const char* value, size_t size); - std::string* mutable_projectname(); - std::string* release_projectname(); - void set_allocated_projectname(std::string* projectname); - private: - const std::string& _internal_projectname() const; - void _internal_set_projectname(const std::string& value); - std::string* _internal_mutable_projectname(); - public: - - // string projectPath = 2; - void clear_projectpath(); - const std::string& projectpath() const; - void set_projectpath(const std::string& value); - void set_projectpath(std::string&& value); - void set_projectpath(const char* value); - void set_projectpath(const char* value, size_t size); - std::string* mutable_projectpath(); - std::string* release_projectpath(); - void set_allocated_projectpath(std::string* projectpath); - private: - const std::string& _internal_projectpath() const; - void _internal_set_projectpath(const std::string& value); - std::string* _internal_mutable_projectpath(); - public: - - // string testDirPath = 3; - void clear_testdirpath(); - const std::string& testdirpath() const; - void set_testdirpath(const std::string& value); - void set_testdirpath(std::string&& value); - void set_testdirpath(const char* value); - void set_testdirpath(const char* value, size_t size); - std::string* mutable_testdirpath(); - std::string* release_testdirpath(); - void set_allocated_testdirpath(std::string* testdirpath); - private: - const std::string& _internal_testdirpath() const; - void _internal_set_testdirpath(const std::string& value); - std::string* _internal_mutable_testdirpath(); - public: - - // string buildDirRelativePath = 4; - void clear_builddirrelativepath(); - const std::string& builddirrelativepath() const; - void set_builddirrelativepath(const std::string& value); - void set_builddirrelativepath(std::string&& value); - void set_builddirrelativepath(const char* value); - void set_builddirrelativepath(const char* value, size_t size); - std::string* mutable_builddirrelativepath(); - std::string* release_builddirrelativepath(); - void set_allocated_builddirrelativepath(std::string* builddirrelativepath); - private: - const std::string& _internal_builddirrelativepath() const; - void _internal_set_builddirrelativepath(const std::string& value); - std::string* _internal_mutable_builddirrelativepath(); - public: - - // string resultsDirRelativePath = 5; - void clear_resultsdirrelativepath(); - const std::string& resultsdirrelativepath() const; - void set_resultsdirrelativepath(const std::string& value); - void set_resultsdirrelativepath(std::string&& value); - void set_resultsdirrelativepath(const char* value); - void set_resultsdirrelativepath(const char* value, size_t size); - std::string* mutable_resultsdirrelativepath(); - std::string* release_resultsdirrelativepath(); - void set_allocated_resultsdirrelativepath(std::string* resultsdirrelativepath); - private: - const std::string& _internal_resultsdirrelativepath() const; - void _internal_set_resultsdirrelativepath(const std::string& value); - std::string* _internal_mutable_resultsdirrelativepath(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectContext) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr projectname_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr projectpath_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testdirpath_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr builddirrelativepath_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr resultsdirrelativepath_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class SettingsContext : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SettingsContext) */ { - public: - SettingsContext(); - virtual ~SettingsContext(); - - SettingsContext(const SettingsContext& from); - SettingsContext(SettingsContext&& from) noexcept - : SettingsContext() { - *this = ::std::move(from); - } - - inline SettingsContext& operator=(const SettingsContext& from) { - CopyFrom(from); - return *this; - } - inline SettingsContext& operator=(SettingsContext&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const SettingsContext& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const SettingsContext* internal_default_instance() { - return reinterpret_cast( - &_SettingsContext_default_instance_); - } - static constexpr int kIndexInFileMessages = - 8; - - friend void swap(SettingsContext& a, SettingsContext& b) { - a.Swap(&b); - } - inline void Swap(SettingsContext* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline SettingsContext* New() const final { - return CreateMaybeMessage(nullptr); - } - - SettingsContext* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const SettingsContext& from); - void MergeFrom(const SettingsContext& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(SettingsContext* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.SettingsContext"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTimeoutPerFunctionFieldNumber = 3, - kGenerateForStaticFunctionsFieldNumber = 1, - kVerboseFieldNumber = 2, - kUseDeterministicSearcherFieldNumber = 5, - kUseStubsFieldNumber = 6, - kTimeoutPerTestFieldNumber = 4, - }; - // int32 timeoutPerFunction = 3; - void clear_timeoutperfunction(); - ::PROTOBUF_NAMESPACE_ID::int32 timeoutperfunction() const; - void set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value); - private: - ::PROTOBUF_NAMESPACE_ID::int32 _internal_timeoutperfunction() const; - void _internal_set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value); - public: - - // bool generateForStaticFunctions = 1; - void clear_generateforstaticfunctions(); - bool generateforstaticfunctions() const; - void set_generateforstaticfunctions(bool value); - private: - bool _internal_generateforstaticfunctions() const; - void _internal_set_generateforstaticfunctions(bool value); - public: - - // bool verbose = 2; - void clear_verbose(); - bool verbose() const; - void set_verbose(bool value); - private: - bool _internal_verbose() const; - void _internal_set_verbose(bool value); - public: - - // bool useDeterministicSearcher = 5; - void clear_usedeterministicsearcher(); - bool usedeterministicsearcher() const; - void set_usedeterministicsearcher(bool value); - private: - bool _internal_usedeterministicsearcher() const; - void _internal_set_usedeterministicsearcher(bool value); - public: - - // bool useStubs = 6; - void clear_usestubs(); - bool usestubs() const; - void set_usestubs(bool value); - private: - bool _internal_usestubs() const; - void _internal_set_usestubs(bool value); - public: - - // int32 timeoutPerTest = 4; - void clear_timeoutpertest(); - ::PROTOBUF_NAMESPACE_ID::int32 timeoutpertest() const; - void set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value); - private: - ::PROTOBUF_NAMESPACE_ID::int32 _internal_timeoutpertest() const; - void _internal_set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.SettingsContext) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::int32 timeoutperfunction_; - bool generateforstaticfunctions_; - bool verbose_; - bool usedeterministicsearcher_; - bool usestubs_; - ::PROTOBUF_NAMESPACE_ID::int32 timeoutpertest_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class SnippetRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SnippetRequest) */ { - public: - SnippetRequest(); - virtual ~SnippetRequest(); - - SnippetRequest(const SnippetRequest& from); - SnippetRequest(SnippetRequest&& from) noexcept - : SnippetRequest() { - *this = ::std::move(from); - } - - inline SnippetRequest& operator=(const SnippetRequest& from) { - CopyFrom(from); - return *this; - } - inline SnippetRequest& operator=(SnippetRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const SnippetRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const SnippetRequest* internal_default_instance() { - return reinterpret_cast( - &_SnippetRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 9; - - friend void swap(SnippetRequest& a, SnippetRequest& b) { - a.Swap(&b); - } - inline void Swap(SnippetRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline SnippetRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - SnippetRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const SnippetRequest& from); - void MergeFrom(const SnippetRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(SnippetRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.SnippetRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kFilePathFieldNumber = 3, - kProjectContextFieldNumber = 1, - kSettingsContextFieldNumber = 2, - }; - // string filePath = 3; - void clear_filepath(); - const std::string& filepath() const; - void set_filepath(const std::string& value); - void set_filepath(std::string&& value); - void set_filepath(const char* value); - void set_filepath(const char* value, size_t size); - std::string* mutable_filepath(); - std::string* release_filepath(); - void set_allocated_filepath(std::string* filepath); - private: - const std::string& _internal_filepath() const; - void _internal_set_filepath(const std::string& value); - std::string* _internal_mutable_filepath(); - public: - - // .testsgen.ProjectContext projectContext = 1; - bool has_projectcontext() const; - private: - bool _internal_has_projectcontext() const; - public: - void clear_projectcontext(); - const ::testsgen::ProjectContext& projectcontext() const; - ::testsgen::ProjectContext* release_projectcontext(); - ::testsgen::ProjectContext* mutable_projectcontext(); - void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); - private: - const ::testsgen::ProjectContext& _internal_projectcontext() const; - ::testsgen::ProjectContext* _internal_mutable_projectcontext(); - public: - - // .testsgen.SettingsContext settingsContext = 2; - bool has_settingscontext() const; - private: - bool _internal_has_settingscontext() const; - public: - void clear_settingscontext(); - const ::testsgen::SettingsContext& settingscontext() const; - ::testsgen::SettingsContext* release_settingscontext(); - ::testsgen::SettingsContext* mutable_settingscontext(); - void set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext); - private: - const ::testsgen::SettingsContext& _internal_settingscontext() const; - ::testsgen::SettingsContext* _internal_mutable_settingscontext(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.SnippetRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; - ::testsgen::ProjectContext* projectcontext_; - ::testsgen::SettingsContext* settingscontext_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectRequest) */ { - public: - ProjectRequest(); - virtual ~ProjectRequest(); - - ProjectRequest(const ProjectRequest& from); - ProjectRequest(ProjectRequest&& from) noexcept - : ProjectRequest() { - *this = ::std::move(from); - } - - inline ProjectRequest& operator=(const ProjectRequest& from) { - CopyFrom(from); - return *this; - } - inline ProjectRequest& operator=(ProjectRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectRequest* internal_default_instance() { - return reinterpret_cast( - &_ProjectRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 10; - - friend void swap(ProjectRequest& a, ProjectRequest& b) { - a.Swap(&b); - } - inline void Swap(ProjectRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectRequest& from); - void MergeFrom(const ProjectRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kSourcePathsFieldNumber = 3, - kTargetPathFieldNumber = 5, - kProjectContextFieldNumber = 1, - kSettingsContextFieldNumber = 2, - kSynchronizeCodeFieldNumber = 4, - }; - // repeated string sourcePaths = 3; - int sourcepaths_size() const; - private: - int _internal_sourcepaths_size() const; - public: - void clear_sourcepaths(); - const std::string& sourcepaths(int index) const; - std::string* mutable_sourcepaths(int index); - void set_sourcepaths(int index, const std::string& value); - void set_sourcepaths(int index, std::string&& value); - void set_sourcepaths(int index, const char* value); - void set_sourcepaths(int index, const char* value, size_t size); - std::string* add_sourcepaths(); - void add_sourcepaths(const std::string& value); - void add_sourcepaths(std::string&& value); - void add_sourcepaths(const char* value); - void add_sourcepaths(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& sourcepaths() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_sourcepaths(); - private: - const std::string& _internal_sourcepaths(int index) const; - std::string* _internal_add_sourcepaths(); - public: - - // string targetPath = 5; - void clear_targetpath(); - const std::string& targetpath() const; - void set_targetpath(const std::string& value); - void set_targetpath(std::string&& value); - void set_targetpath(const char* value); - void set_targetpath(const char* value, size_t size); - std::string* mutable_targetpath(); - std::string* release_targetpath(); - void set_allocated_targetpath(std::string* targetpath); - private: - const std::string& _internal_targetpath() const; - void _internal_set_targetpath(const std::string& value); - std::string* _internal_mutable_targetpath(); - public: - - // .testsgen.ProjectContext projectContext = 1; - bool has_projectcontext() const; - private: - bool _internal_has_projectcontext() const; - public: - void clear_projectcontext(); - const ::testsgen::ProjectContext& projectcontext() const; - ::testsgen::ProjectContext* release_projectcontext(); - ::testsgen::ProjectContext* mutable_projectcontext(); - void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); - private: - const ::testsgen::ProjectContext& _internal_projectcontext() const; - ::testsgen::ProjectContext* _internal_mutable_projectcontext(); - public: - - // .testsgen.SettingsContext settingsContext = 2; - bool has_settingscontext() const; - private: - bool _internal_has_settingscontext() const; - public: - void clear_settingscontext(); - const ::testsgen::SettingsContext& settingscontext() const; - ::testsgen::SettingsContext* release_settingscontext(); - ::testsgen::SettingsContext* mutable_settingscontext(); - void set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext); - private: - const ::testsgen::SettingsContext& _internal_settingscontext() const; - ::testsgen::SettingsContext* _internal_mutable_settingscontext(); - public: - - // bool synchronizeCode = 4; - void clear_synchronizecode(); - bool synchronizecode() const; - void set_synchronizecode(bool value); - private: - bool _internal_synchronizecode() const; - void _internal_set_synchronizecode(bool value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField sourcepaths_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr targetpath_; - ::testsgen::ProjectContext* projectcontext_; - ::testsgen::SettingsContext* settingscontext_; - bool synchronizecode_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FileRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileRequest) */ { - public: - FileRequest(); - virtual ~FileRequest(); - - FileRequest(const FileRequest& from); - FileRequest(FileRequest&& from) noexcept - : FileRequest() { - *this = ::std::move(from); - } - - inline FileRequest& operator=(const FileRequest& from) { - CopyFrom(from); - return *this; - } - inline FileRequest& operator=(FileRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FileRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FileRequest* internal_default_instance() { - return reinterpret_cast( - &_FileRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 11; - - friend void swap(FileRequest& a, FileRequest& b) { - a.Swap(&b); - } - inline void Swap(FileRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FileRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - FileRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FileRequest& from); - void MergeFrom(const FileRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FileRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FileRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kFilePathFieldNumber = 2, - kProjectRequestFieldNumber = 1, - }; - // string filePath = 2; - void clear_filepath(); - const std::string& filepath() const; - void set_filepath(const std::string& value); - void set_filepath(std::string&& value); - void set_filepath(const char* value); - void set_filepath(const char* value, size_t size); - std::string* mutable_filepath(); - std::string* release_filepath(); - void set_allocated_filepath(std::string* filepath); - private: - const std::string& _internal_filepath() const; - void _internal_set_filepath(const std::string& value); - std::string* _internal_mutable_filepath(); - public: - - // .testsgen.ProjectRequest projectRequest = 1; - bool has_projectrequest() const; - private: - bool _internal_has_projectrequest() const; - public: - void clear_projectrequest(); - const ::testsgen::ProjectRequest& projectrequest() const; - ::testsgen::ProjectRequest* release_projectrequest(); - ::testsgen::ProjectRequest* mutable_projectrequest(); - void set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest); - private: - const ::testsgen::ProjectRequest& _internal_projectrequest() const; - ::testsgen::ProjectRequest* _internal_mutable_projectrequest(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.FileRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; - ::testsgen::ProjectRequest* projectrequest_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FolderRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FolderRequest) */ { - public: - FolderRequest(); - virtual ~FolderRequest(); - - FolderRequest(const FolderRequest& from); - FolderRequest(FolderRequest&& from) noexcept - : FolderRequest() { - *this = ::std::move(from); - } - - inline FolderRequest& operator=(const FolderRequest& from) { - CopyFrom(from); - return *this; - } - inline FolderRequest& operator=(FolderRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FolderRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FolderRequest* internal_default_instance() { - return reinterpret_cast( - &_FolderRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 12; - - friend void swap(FolderRequest& a, FolderRequest& b) { - a.Swap(&b); - } - inline void Swap(FolderRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FolderRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - FolderRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FolderRequest& from); - void MergeFrom(const FolderRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FolderRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FolderRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kFolderPathFieldNumber = 2, - kProjectRequestFieldNumber = 1, - }; - // string folderPath = 2; - void clear_folderpath(); - const std::string& folderpath() const; - void set_folderpath(const std::string& value); - void set_folderpath(std::string&& value); - void set_folderpath(const char* value); - void set_folderpath(const char* value, size_t size); - std::string* mutable_folderpath(); - std::string* release_folderpath(); - void set_allocated_folderpath(std::string* folderpath); - private: - const std::string& _internal_folderpath() const; - void _internal_set_folderpath(const std::string& value); - std::string* _internal_mutable_folderpath(); - public: - - // .testsgen.ProjectRequest projectRequest = 1; - bool has_projectrequest() const; - private: - bool _internal_has_projectrequest() const; - public: - void clear_projectrequest(); - const ::testsgen::ProjectRequest& projectrequest() const; - ::testsgen::ProjectRequest* release_projectrequest(); - ::testsgen::ProjectRequest* mutable_projectrequest(); - void set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest); - private: - const ::testsgen::ProjectRequest& _internal_projectrequest() const; - ::testsgen::ProjectRequest* _internal_mutable_projectrequest(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.FolderRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr folderpath_; - ::testsgen::ProjectRequest* projectrequest_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class LineRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.LineRequest) */ { - public: - LineRequest(); - virtual ~LineRequest(); - - LineRequest(const LineRequest& from); - LineRequest(LineRequest&& from) noexcept - : LineRequest() { - *this = ::std::move(from); - } - - inline LineRequest& operator=(const LineRequest& from) { - CopyFrom(from); - return *this; - } - inline LineRequest& operator=(LineRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const LineRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const LineRequest* internal_default_instance() { - return reinterpret_cast( - &_LineRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 13; - - friend void swap(LineRequest& a, LineRequest& b) { - a.Swap(&b); - } - inline void Swap(LineRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline LineRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - LineRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const LineRequest& from); - void MergeFrom(const LineRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(LineRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.LineRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kProjectRequestFieldNumber = 1, - kSourceInfoFieldNumber = 2, - }; - // .testsgen.ProjectRequest projectRequest = 1; - bool has_projectrequest() const; - private: - bool _internal_has_projectrequest() const; - public: - void clear_projectrequest(); - const ::testsgen::ProjectRequest& projectrequest() const; - ::testsgen::ProjectRequest* release_projectrequest(); - ::testsgen::ProjectRequest* mutable_projectrequest(); - void set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest); - private: - const ::testsgen::ProjectRequest& _internal_projectrequest() const; - ::testsgen::ProjectRequest* _internal_mutable_projectrequest(); - public: - - // .testsgen.SourceInfo sourceInfo = 2; - bool has_sourceinfo() const; - private: - bool _internal_has_sourceinfo() const; - public: - void clear_sourceinfo(); - const ::testsgen::SourceInfo& sourceinfo() const; - ::testsgen::SourceInfo* release_sourceinfo(); - ::testsgen::SourceInfo* mutable_sourceinfo(); - void set_allocated_sourceinfo(::testsgen::SourceInfo* sourceinfo); - private: - const ::testsgen::SourceInfo& _internal_sourceinfo() const; - ::testsgen::SourceInfo* _internal_mutable_sourceinfo(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.LineRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::ProjectRequest* projectrequest_; - ::testsgen::SourceInfo* sourceinfo_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FunctionRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FunctionRequest) */ { - public: - FunctionRequest(); - virtual ~FunctionRequest(); - - FunctionRequest(const FunctionRequest& from); - FunctionRequest(FunctionRequest&& from) noexcept - : FunctionRequest() { - *this = ::std::move(from); - } - - inline FunctionRequest& operator=(const FunctionRequest& from) { - CopyFrom(from); - return *this; - } - inline FunctionRequest& operator=(FunctionRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FunctionRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FunctionRequest* internal_default_instance() { - return reinterpret_cast( - &_FunctionRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 14; - - friend void swap(FunctionRequest& a, FunctionRequest& b) { - a.Swap(&b); - } - inline void Swap(FunctionRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FunctionRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - FunctionRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FunctionRequest& from); - void MergeFrom(const FunctionRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FunctionRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FunctionRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLineRequestFieldNumber = 1, - }; - // .testsgen.LineRequest lineRequest = 1; - bool has_linerequest() const; - private: - bool _internal_has_linerequest() const; - public: - void clear_linerequest(); - const ::testsgen::LineRequest& linerequest() const; - ::testsgen::LineRequest* release_linerequest(); - ::testsgen::LineRequest* mutable_linerequest(); - void set_allocated_linerequest(::testsgen::LineRequest* linerequest); - private: - const ::testsgen::LineRequest& _internal_linerequest() const; - ::testsgen::LineRequest* _internal_mutable_linerequest(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.FunctionRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::LineRequest* linerequest_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ClassRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ClassRequest) */ { - public: - ClassRequest(); - virtual ~ClassRequest(); - - ClassRequest(const ClassRequest& from); - ClassRequest(ClassRequest&& from) noexcept - : ClassRequest() { - *this = ::std::move(from); - } - - inline ClassRequest& operator=(const ClassRequest& from) { - CopyFrom(from); - return *this; - } - inline ClassRequest& operator=(ClassRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ClassRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ClassRequest* internal_default_instance() { - return reinterpret_cast( - &_ClassRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 15; - - friend void swap(ClassRequest& a, ClassRequest& b) { - a.Swap(&b); - } - inline void Swap(ClassRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ClassRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - ClassRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ClassRequest& from); - void MergeFrom(const ClassRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ClassRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ClassRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLineRequestFieldNumber = 1, - }; - // .testsgen.LineRequest lineRequest = 1; - bool has_linerequest() const; - private: - bool _internal_has_linerequest() const; - public: - void clear_linerequest(); - const ::testsgen::LineRequest& linerequest() const; - ::testsgen::LineRequest* release_linerequest(); - ::testsgen::LineRequest* mutable_linerequest(); - void set_allocated_linerequest(::testsgen::LineRequest* linerequest); - private: - const ::testsgen::LineRequest& _internal_linerequest() const; - ::testsgen::LineRequest* _internal_mutable_linerequest(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ClassRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::LineRequest* linerequest_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class AssertionRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.AssertionRequest) */ { - public: - AssertionRequest(); - virtual ~AssertionRequest(); - - AssertionRequest(const AssertionRequest& from); - AssertionRequest(AssertionRequest&& from) noexcept - : AssertionRequest() { - *this = ::std::move(from); - } - - inline AssertionRequest& operator=(const AssertionRequest& from) { - CopyFrom(from); - return *this; - } - inline AssertionRequest& operator=(AssertionRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const AssertionRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const AssertionRequest* internal_default_instance() { - return reinterpret_cast( - &_AssertionRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 16; - - friend void swap(AssertionRequest& a, AssertionRequest& b) { - a.Swap(&b); - } - inline void Swap(AssertionRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline AssertionRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - AssertionRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const AssertionRequest& from); - void MergeFrom(const AssertionRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(AssertionRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.AssertionRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLineRequestFieldNumber = 1, - }; - // .testsgen.LineRequest lineRequest = 1; - bool has_linerequest() const; - private: - bool _internal_has_linerequest() const; - public: - void clear_linerequest(); - const ::testsgen::LineRequest& linerequest() const; - ::testsgen::LineRequest* release_linerequest(); - ::testsgen::LineRequest* mutable_linerequest(); - void set_allocated_linerequest(::testsgen::LineRequest* linerequest); - private: - const ::testsgen::LineRequest& _internal_linerequest() const; - ::testsgen::LineRequest* _internal_mutable_linerequest(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.AssertionRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::LineRequest* linerequest_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class PredicateRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.PredicateRequest) */ { - public: - PredicateRequest(); - virtual ~PredicateRequest(); - - PredicateRequest(const PredicateRequest& from); - PredicateRequest(PredicateRequest&& from) noexcept - : PredicateRequest() { - *this = ::std::move(from); - } - - inline PredicateRequest& operator=(const PredicateRequest& from) { - CopyFrom(from); - return *this; - } - inline PredicateRequest& operator=(PredicateRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const PredicateRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const PredicateRequest* internal_default_instance() { - return reinterpret_cast( - &_PredicateRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 17; - - friend void swap(PredicateRequest& a, PredicateRequest& b) { - a.Swap(&b); - } - inline void Swap(PredicateRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline PredicateRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - PredicateRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const PredicateRequest& from); - void MergeFrom(const PredicateRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(PredicateRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.PredicateRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLineRequestFieldNumber = 1, - kPredicateInfoFieldNumber = 2, - }; - // .testsgen.LineRequest lineRequest = 1; - bool has_linerequest() const; - private: - bool _internal_has_linerequest() const; - public: - void clear_linerequest(); - const ::testsgen::LineRequest& linerequest() const; - ::testsgen::LineRequest* release_linerequest(); - ::testsgen::LineRequest* mutable_linerequest(); - void set_allocated_linerequest(::testsgen::LineRequest* linerequest); - private: - const ::testsgen::LineRequest& _internal_linerequest() const; - ::testsgen::LineRequest* _internal_mutable_linerequest(); - public: - - // .testsgen.PredicateInfo predicateInfo = 2; - bool has_predicateinfo() const; - private: - bool _internal_has_predicateinfo() const; - public: - void clear_predicateinfo(); - const ::testsgen::PredicateInfo& predicateinfo() const; - ::testsgen::PredicateInfo* release_predicateinfo(); - ::testsgen::PredicateInfo* mutable_predicateinfo(); - void set_allocated_predicateinfo(::testsgen::PredicateInfo* predicateinfo); - private: - const ::testsgen::PredicateInfo& _internal_predicateinfo() const; - ::testsgen::PredicateInfo* _internal_mutable_predicateinfo(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.PredicateRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::LineRequest* linerequest_; - ::testsgen::PredicateInfo* predicateinfo_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class StubsResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.StubsResponse) */ { - public: - StubsResponse(); - virtual ~StubsResponse(); - - StubsResponse(const StubsResponse& from); - StubsResponse(StubsResponse&& from) noexcept - : StubsResponse() { - *this = ::std::move(from); - } - - inline StubsResponse& operator=(const StubsResponse& from) { - CopyFrom(from); - return *this; - } - inline StubsResponse& operator=(StubsResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const StubsResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const StubsResponse* internal_default_instance() { - return reinterpret_cast( - &_StubsResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 18; - - friend void swap(StubsResponse& a, StubsResponse& b) { - a.Swap(&b); - } - inline void Swap(StubsResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline StubsResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - StubsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const StubsResponse& from); - void MergeFrom(const StubsResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(StubsResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.StubsResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kStubSourcesFieldNumber = 1, - kProgressFieldNumber = 2, - }; - // repeated .testsgen.SourceCode stubSources = 1; - int stubsources_size() const; - private: - int _internal_stubsources_size() const; - public: - void clear_stubsources(); - ::testsgen::SourceCode* mutable_stubsources(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* - mutable_stubsources(); - private: - const ::testsgen::SourceCode& _internal_stubsources(int index) const; - ::testsgen::SourceCode* _internal_add_stubsources(); - public: - const ::testsgen::SourceCode& stubsources(int index) const; - ::testsgen::SourceCode* add_stubsources(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& - stubsources() const; - - // .testsgen.Progress progress = 2; - bool has_progress() const; - private: - bool _internal_has_progress() const; - public: - void clear_progress(); - const ::testsgen::Progress& progress() const; - ::testsgen::Progress* release_progress(); - ::testsgen::Progress* mutable_progress(); - void set_allocated_progress(::testsgen::Progress* progress); - private: - const ::testsgen::Progress& _internal_progress() const; - ::testsgen::Progress* _internal_mutable_progress(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.StubsResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode > stubsources_; - ::testsgen::Progress* progress_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class TestsResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.TestsResponse) */ { - public: - TestsResponse(); - virtual ~TestsResponse(); - - TestsResponse(const TestsResponse& from); - TestsResponse(TestsResponse&& from) noexcept - : TestsResponse() { - *this = ::std::move(from); - } - - inline TestsResponse& operator=(const TestsResponse& from) { - CopyFrom(from); - return *this; - } - inline TestsResponse& operator=(TestsResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const TestsResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const TestsResponse* internal_default_instance() { - return reinterpret_cast( - &_TestsResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 19; - - friend void swap(TestsResponse& a, TestsResponse& b) { - a.Swap(&b); - } - inline void Swap(TestsResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline TestsResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - TestsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const TestsResponse& from); - void MergeFrom(const TestsResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(TestsResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.TestsResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTestSourcesFieldNumber = 1, - kStubsFieldNumber = 2, - kProgressFieldNumber = 3, - }; - // repeated .testsgen.SourceCode testSources = 1; - int testsources_size() const; - private: - int _internal_testsources_size() const; - public: - void clear_testsources(); - ::testsgen::SourceCode* mutable_testsources(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* - mutable_testsources(); - private: - const ::testsgen::SourceCode& _internal_testsources(int index) const; - ::testsgen::SourceCode* _internal_add_testsources(); - public: - const ::testsgen::SourceCode& testsources(int index) const; - ::testsgen::SourceCode* add_testsources(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& - testsources() const; - - // .testsgen.StubsResponse stubs = 2; - bool has_stubs() const; - private: - bool _internal_has_stubs() const; - public: - void clear_stubs(); - const ::testsgen::StubsResponse& stubs() const; - ::testsgen::StubsResponse* release_stubs(); - ::testsgen::StubsResponse* mutable_stubs(); - void set_allocated_stubs(::testsgen::StubsResponse* stubs); - private: - const ::testsgen::StubsResponse& _internal_stubs() const; - ::testsgen::StubsResponse* _internal_mutable_stubs(); - public: - - // .testsgen.Progress progress = 3; - bool has_progress() const; - private: - bool _internal_has_progress() const; - public: - void clear_progress(); - const ::testsgen::Progress& progress() const; - ::testsgen::Progress* release_progress(); - ::testsgen::Progress* mutable_progress(); - void set_allocated_progress(::testsgen::Progress* progress); - private: - const ::testsgen::Progress& _internal_progress() const; - ::testsgen::Progress* _internal_mutable_progress(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.TestsResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode > testsources_; - ::testsgen::StubsResponse* stubs_; - ::testsgen::Progress* progress_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class SourceLine : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SourceLine) */ { - public: - SourceLine(); - virtual ~SourceLine(); - - SourceLine(const SourceLine& from); - SourceLine(SourceLine&& from) noexcept - : SourceLine() { - *this = ::std::move(from); - } - - inline SourceLine& operator=(const SourceLine& from) { - CopyFrom(from); - return *this; - } - inline SourceLine& operator=(SourceLine&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const SourceLine& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const SourceLine* internal_default_instance() { - return reinterpret_cast( - &_SourceLine_default_instance_); - } - static constexpr int kIndexInFileMessages = - 20; - - friend void swap(SourceLine& a, SourceLine& b) { - a.Swap(&b); - } - inline void Swap(SourceLine* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline SourceLine* New() const final { - return CreateMaybeMessage(nullptr); - } - - SourceLine* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const SourceLine& from); - void MergeFrom(const SourceLine& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(SourceLine* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.SourceLine"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLineFieldNumber = 1, - }; - // uint32 line = 1; - void clear_line(); - ::PROTOBUF_NAMESPACE_ID::uint32 line() const; - void set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); - private: - ::PROTOBUF_NAMESPACE_ID::uint32 _internal_line() const; - void _internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.SourceLine) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::uint32 line_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FileCoverageSimplified : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileCoverageSimplified) */ { - public: - FileCoverageSimplified(); - virtual ~FileCoverageSimplified(); - - FileCoverageSimplified(const FileCoverageSimplified& from); - FileCoverageSimplified(FileCoverageSimplified&& from) noexcept - : FileCoverageSimplified() { - *this = ::std::move(from); - } - - inline FileCoverageSimplified& operator=(const FileCoverageSimplified& from) { - CopyFrom(from); - return *this; - } - inline FileCoverageSimplified& operator=(FileCoverageSimplified&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FileCoverageSimplified& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FileCoverageSimplified* internal_default_instance() { - return reinterpret_cast( - &_FileCoverageSimplified_default_instance_); - } - static constexpr int kIndexInFileMessages = - 21; - - friend void swap(FileCoverageSimplified& a, FileCoverageSimplified& b) { - a.Swap(&b); - } - inline void Swap(FileCoverageSimplified* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FileCoverageSimplified* New() const final { - return CreateMaybeMessage(nullptr); - } - - FileCoverageSimplified* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FileCoverageSimplified& from); - void MergeFrom(const FileCoverageSimplified& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FileCoverageSimplified* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FileCoverageSimplified"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kFullCoverageLinesFieldNumber = 2, - kPartialCoverageLinesFieldNumber = 3, - kNoCoverageLinesFieldNumber = 4, - kFilePathFieldNumber = 1, - }; - // repeated .testsgen.SourceLine fullCoverageLines = 2; - int fullcoveragelines_size() const; - private: - int _internal_fullcoveragelines_size() const; - public: - void clear_fullcoveragelines(); - ::testsgen::SourceLine* mutable_fullcoveragelines(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* - mutable_fullcoveragelines(); - private: - const ::testsgen::SourceLine& _internal_fullcoveragelines(int index) const; - ::testsgen::SourceLine* _internal_add_fullcoveragelines(); - public: - const ::testsgen::SourceLine& fullcoveragelines(int index) const; - ::testsgen::SourceLine* add_fullcoveragelines(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& - fullcoveragelines() const; - - // repeated .testsgen.SourceLine partialCoverageLines = 3; - int partialcoveragelines_size() const; - private: - int _internal_partialcoveragelines_size() const; - public: - void clear_partialcoveragelines(); - ::testsgen::SourceLine* mutable_partialcoveragelines(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* - mutable_partialcoveragelines(); - private: - const ::testsgen::SourceLine& _internal_partialcoveragelines(int index) const; - ::testsgen::SourceLine* _internal_add_partialcoveragelines(); - public: - const ::testsgen::SourceLine& partialcoveragelines(int index) const; - ::testsgen::SourceLine* add_partialcoveragelines(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& - partialcoveragelines() const; - - // repeated .testsgen.SourceLine noCoverageLines = 4; - int nocoveragelines_size() const; - private: - int _internal_nocoveragelines_size() const; - public: - void clear_nocoveragelines(); - ::testsgen::SourceLine* mutable_nocoveragelines(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* - mutable_nocoveragelines(); - private: - const ::testsgen::SourceLine& _internal_nocoveragelines(int index) const; - ::testsgen::SourceLine* _internal_add_nocoveragelines(); - public: - const ::testsgen::SourceLine& nocoveragelines(int index) const; - ::testsgen::SourceLine* add_nocoveragelines(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& - nocoveragelines() const; - - // string filePath = 1; - void clear_filepath(); - const std::string& filepath() const; - void set_filepath(const std::string& value); - void set_filepath(std::string&& value); - void set_filepath(const char* value); - void set_filepath(const char* value, size_t size); - std::string* mutable_filepath(); - std::string* release_filepath(); - void set_allocated_filepath(std::string* filepath); - private: - const std::string& _internal_filepath() const; - void _internal_set_filepath(const std::string& value); - std::string* _internal_mutable_filepath(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.FileCoverageSimplified) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine > fullcoveragelines_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine > partialcoveragelines_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine > nocoveragelines_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class TestFilter : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.TestFilter) */ { - public: - TestFilter(); - virtual ~TestFilter(); - - TestFilter(const TestFilter& from); - TestFilter(TestFilter&& from) noexcept - : TestFilter() { - *this = ::std::move(from); - } - - inline TestFilter& operator=(const TestFilter& from) { - CopyFrom(from); - return *this; - } - inline TestFilter& operator=(TestFilter&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const TestFilter& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const TestFilter* internal_default_instance() { - return reinterpret_cast( - &_TestFilter_default_instance_); - } - static constexpr int kIndexInFileMessages = - 22; - - friend void swap(TestFilter& a, TestFilter& b) { - a.Swap(&b); - } - inline void Swap(TestFilter* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline TestFilter* New() const final { - return CreateMaybeMessage(nullptr); - } - - TestFilter* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const TestFilter& from); - void MergeFrom(const TestFilter& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(TestFilter* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.TestFilter"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTestFilePathFieldNumber = 1, - kTestNameFieldNumber = 2, - kTestSuiteFieldNumber = 3, - }; - // string testFilePath = 1; - void clear_testfilepath(); - const std::string& testfilepath() const; - void set_testfilepath(const std::string& value); - void set_testfilepath(std::string&& value); - void set_testfilepath(const char* value); - void set_testfilepath(const char* value, size_t size); - std::string* mutable_testfilepath(); - std::string* release_testfilepath(); - void set_allocated_testfilepath(std::string* testfilepath); - private: - const std::string& _internal_testfilepath() const; - void _internal_set_testfilepath(const std::string& value); - std::string* _internal_mutable_testfilepath(); - public: - - // string testName = 2; - void clear_testname(); - const std::string& testname() const; - void set_testname(const std::string& value); - void set_testname(std::string&& value); - void set_testname(const char* value); - void set_testname(const char* value, size_t size); - std::string* mutable_testname(); - std::string* release_testname(); - void set_allocated_testname(std::string* testname); - private: - const std::string& _internal_testname() const; - void _internal_set_testname(const std::string& value); - std::string* _internal_mutable_testname(); - public: - - // string testSuite = 3; - void clear_testsuite(); - const std::string& testsuite() const; - void set_testsuite(const std::string& value); - void set_testsuite(std::string&& value); - void set_testsuite(const char* value); - void set_testsuite(const char* value, size_t size); - std::string* mutable_testsuite(); - std::string* release_testsuite(); - void set_allocated_testsuite(std::string* testsuite); - private: - const std::string& _internal_testsuite() const; - void _internal_set_testsuite(const std::string& value); - std::string* _internal_mutable_testsuite(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.TestFilter) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testfilepath_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testname_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testsuite_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class CoverageAndResultsRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.CoverageAndResultsRequest) */ { - public: - CoverageAndResultsRequest(); - virtual ~CoverageAndResultsRequest(); - - CoverageAndResultsRequest(const CoverageAndResultsRequest& from); - CoverageAndResultsRequest(CoverageAndResultsRequest&& from) noexcept - : CoverageAndResultsRequest() { - *this = ::std::move(from); - } - - inline CoverageAndResultsRequest& operator=(const CoverageAndResultsRequest& from) { - CopyFrom(from); - return *this; - } - inline CoverageAndResultsRequest& operator=(CoverageAndResultsRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const CoverageAndResultsRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const CoverageAndResultsRequest* internal_default_instance() { - return reinterpret_cast( - &_CoverageAndResultsRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 23; - - friend void swap(CoverageAndResultsRequest& a, CoverageAndResultsRequest& b) { - a.Swap(&b); - } - inline void Swap(CoverageAndResultsRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline CoverageAndResultsRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - CoverageAndResultsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const CoverageAndResultsRequest& from); - void MergeFrom(const CoverageAndResultsRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(CoverageAndResultsRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.CoverageAndResultsRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kProjectContextFieldNumber = 1, - kSettingsContextFieldNumber = 2, - kTestFilterFieldNumber = 3, - kCoverageFieldNumber = 4, - }; - // .testsgen.ProjectContext projectContext = 1; - bool has_projectcontext() const; - private: - bool _internal_has_projectcontext() const; - public: - void clear_projectcontext(); - const ::testsgen::ProjectContext& projectcontext() const; - ::testsgen::ProjectContext* release_projectcontext(); - ::testsgen::ProjectContext* mutable_projectcontext(); - void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); - private: - const ::testsgen::ProjectContext& _internal_projectcontext() const; - ::testsgen::ProjectContext* _internal_mutable_projectcontext(); - public: - - // .testsgen.SettingsContext settingsContext = 2; - bool has_settingscontext() const; - private: - bool _internal_has_settingscontext() const; - public: - void clear_settingscontext(); - const ::testsgen::SettingsContext& settingscontext() const; - ::testsgen::SettingsContext* release_settingscontext(); - ::testsgen::SettingsContext* mutable_settingscontext(); - void set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext); - private: - const ::testsgen::SettingsContext& _internal_settingscontext() const; - ::testsgen::SettingsContext* _internal_mutable_settingscontext(); - public: - - // .testsgen.TestFilter testFilter = 3; - bool has_testfilter() const; - private: - bool _internal_has_testfilter() const; - public: - void clear_testfilter(); - const ::testsgen::TestFilter& testfilter() const; - ::testsgen::TestFilter* release_testfilter(); - ::testsgen::TestFilter* mutable_testfilter(); - void set_allocated_testfilter(::testsgen::TestFilter* testfilter); - private: - const ::testsgen::TestFilter& _internal_testfilter() const; - ::testsgen::TestFilter* _internal_mutable_testfilter(); - public: - - // bool coverage = 4; - void clear_coverage(); - bool coverage() const; - void set_coverage(bool value); - private: - bool _internal_coverage() const; - void _internal_set_coverage(bool value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.CoverageAndResultsRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::ProjectContext* projectcontext_; - ::testsgen::SettingsContext* settingscontext_; - ::testsgen::TestFilter* testfilter_; - bool coverage_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class TestResultObject : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.TestResultObject) */ { - public: - TestResultObject(); - virtual ~TestResultObject(); - - TestResultObject(const TestResultObject& from); - TestResultObject(TestResultObject&& from) noexcept - : TestResultObject() { - *this = ::std::move(from); - } - - inline TestResultObject& operator=(const TestResultObject& from) { - CopyFrom(from); - return *this; - } - inline TestResultObject& operator=(TestResultObject&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const TestResultObject& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const TestResultObject* internal_default_instance() { - return reinterpret_cast( - &_TestResultObject_default_instance_); - } - static constexpr int kIndexInFileMessages = - 24; - - friend void swap(TestResultObject& a, TestResultObject& b) { - a.Swap(&b); - } - inline void Swap(TestResultObject* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline TestResultObject* New() const final { - return CreateMaybeMessage(nullptr); - } - - TestResultObject* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const TestResultObject& from); - void MergeFrom(const TestResultObject& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(TestResultObject* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.TestResultObject"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTestFilePathFieldNumber = 1, - kTestnameFieldNumber = 2, - kOutputFieldNumber = 4, - kStatusFieldNumber = 3, - }; - // string testFilePath = 1; - void clear_testfilepath(); - const std::string& testfilepath() const; - void set_testfilepath(const std::string& value); - void set_testfilepath(std::string&& value); - void set_testfilepath(const char* value); - void set_testfilepath(const char* value, size_t size); - std::string* mutable_testfilepath(); - std::string* release_testfilepath(); - void set_allocated_testfilepath(std::string* testfilepath); - private: - const std::string& _internal_testfilepath() const; - void _internal_set_testfilepath(const std::string& value); - std::string* _internal_mutable_testfilepath(); - public: - - // string testname = 2; - void clear_testname(); - const std::string& testname() const; - void set_testname(const std::string& value); - void set_testname(std::string&& value); - void set_testname(const char* value); - void set_testname(const char* value, size_t size); - std::string* mutable_testname(); - std::string* release_testname(); - void set_allocated_testname(std::string* testname); - private: - const std::string& _internal_testname() const; - void _internal_set_testname(const std::string& value); - std::string* _internal_mutable_testname(); - public: - - // string output = 4; - void clear_output(); - const std::string& output() const; - void set_output(const std::string& value); - void set_output(std::string&& value); - void set_output(const char* value); - void set_output(const char* value, size_t size); - std::string* mutable_output(); - std::string* release_output(); - void set_allocated_output(std::string* output); - private: - const std::string& _internal_output() const; - void _internal_set_output(const std::string& value); - std::string* _internal_mutable_output(); - public: - - // .testsgen.TestStatus status = 3; - void clear_status(); - ::testsgen::TestStatus status() const; - void set_status(::testsgen::TestStatus value); - private: - ::testsgen::TestStatus _internal_status() const; - void _internal_set_status(::testsgen::TestStatus value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.TestResultObject) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testfilepath_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr testname_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr output_; - int status_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class CoverageAndResultsResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.CoverageAndResultsResponse) */ { - public: - CoverageAndResultsResponse(); - virtual ~CoverageAndResultsResponse(); - - CoverageAndResultsResponse(const CoverageAndResultsResponse& from); - CoverageAndResultsResponse(CoverageAndResultsResponse&& from) noexcept - : CoverageAndResultsResponse() { - *this = ::std::move(from); - } - - inline CoverageAndResultsResponse& operator=(const CoverageAndResultsResponse& from) { - CopyFrom(from); - return *this; - } - inline CoverageAndResultsResponse& operator=(CoverageAndResultsResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const CoverageAndResultsResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const CoverageAndResultsResponse* internal_default_instance() { - return reinterpret_cast( - &_CoverageAndResultsResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 25; - - friend void swap(CoverageAndResultsResponse& a, CoverageAndResultsResponse& b) { - a.Swap(&b); - } - inline void Swap(CoverageAndResultsResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline CoverageAndResultsResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - CoverageAndResultsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const CoverageAndResultsResponse& from); - void MergeFrom(const CoverageAndResultsResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(CoverageAndResultsResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.CoverageAndResultsResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTestRunResultsFieldNumber = 1, - kCoveragesFieldNumber = 2, - kErrorMessageFieldNumber = 4, - kProgressFieldNumber = 3, - }; - // repeated .testsgen.TestResultObject testRunResults = 1; - int testrunresults_size() const; - private: - int _internal_testrunresults_size() const; - public: - void clear_testrunresults(); - ::testsgen::TestResultObject* mutable_testrunresults(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >* - mutable_testrunresults(); - private: - const ::testsgen::TestResultObject& _internal_testrunresults(int index) const; - ::testsgen::TestResultObject* _internal_add_testrunresults(); - public: - const ::testsgen::TestResultObject& testrunresults(int index) const; - ::testsgen::TestResultObject* add_testrunresults(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >& - testrunresults() const; - - // repeated .testsgen.FileCoverageSimplified coverages = 2; - int coverages_size() const; - private: - int _internal_coverages_size() const; - public: - void clear_coverages(); - ::testsgen::FileCoverageSimplified* mutable_coverages(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >* - mutable_coverages(); - private: - const ::testsgen::FileCoverageSimplified& _internal_coverages(int index) const; - ::testsgen::FileCoverageSimplified* _internal_add_coverages(); - public: - const ::testsgen::FileCoverageSimplified& coverages(int index) const; - ::testsgen::FileCoverageSimplified* add_coverages(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >& - coverages() const; - - // string errorMessage = 4; - void clear_errormessage(); - const std::string& errormessage() const; - void set_errormessage(const std::string& value); - void set_errormessage(std::string&& value); - void set_errormessage(const char* value); - void set_errormessage(const char* value, size_t size); - std::string* mutable_errormessage(); - std::string* release_errormessage(); - void set_allocated_errormessage(std::string* errormessage); - private: - const std::string& _internal_errormessage() const; - void _internal_set_errormessage(const std::string& value); - std::string* _internal_mutable_errormessage(); - public: - - // .testsgen.Progress progress = 3; - bool has_progress() const; - private: - bool _internal_has_progress() const; - public: - void clear_progress(); - const ::testsgen::Progress& progress() const; - ::testsgen::Progress* release_progress(); - ::testsgen::Progress* mutable_progress(); - void set_allocated_progress(::testsgen::Progress* progress); - private: - const ::testsgen::Progress& _internal_progress() const; - ::testsgen::Progress* _internal_mutable_progress(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.CoverageAndResultsResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject > testrunresults_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified > coverages_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr errormessage_; - ::testsgen::Progress* progress_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class HeartbeatResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.HeartbeatResponse) */ { - public: - HeartbeatResponse(); - virtual ~HeartbeatResponse(); - - HeartbeatResponse(const HeartbeatResponse& from); - HeartbeatResponse(HeartbeatResponse&& from) noexcept - : HeartbeatResponse() { - *this = ::std::move(from); - } - - inline HeartbeatResponse& operator=(const HeartbeatResponse& from) { - CopyFrom(from); - return *this; - } - inline HeartbeatResponse& operator=(HeartbeatResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const HeartbeatResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const HeartbeatResponse* internal_default_instance() { - return reinterpret_cast( - &_HeartbeatResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 26; - - friend void swap(HeartbeatResponse& a, HeartbeatResponse& b) { - a.Swap(&b); - } - inline void Swap(HeartbeatResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline HeartbeatResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - HeartbeatResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const HeartbeatResponse& from); - void MergeFrom(const HeartbeatResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(HeartbeatResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.HeartbeatResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kLinkedFieldNumber = 1, - }; - // bool linked = 1; - void clear_linked(); - bool linked() const; - void set_linked(bool value); - private: - bool _internal_linked() const; - void _internal_set_linked(bool value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.HeartbeatResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - bool linked_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectConfigRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectConfigRequest) */ { - public: - ProjectConfigRequest(); - virtual ~ProjectConfigRequest(); - - ProjectConfigRequest(const ProjectConfigRequest& from); - ProjectConfigRequest(ProjectConfigRequest&& from) noexcept - : ProjectConfigRequest() { - *this = ::std::move(from); - } - - inline ProjectConfigRequest& operator=(const ProjectConfigRequest& from) { - CopyFrom(from); - return *this; - } - inline ProjectConfigRequest& operator=(ProjectConfigRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectConfigRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectConfigRequest* internal_default_instance() { - return reinterpret_cast( - &_ProjectConfigRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 27; - - friend void swap(ProjectConfigRequest& a, ProjectConfigRequest& b) { - a.Swap(&b); - } - inline void Swap(ProjectConfigRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectConfigRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectConfigRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectConfigRequest& from); - void MergeFrom(const ProjectConfigRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectConfigRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectConfigRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kCmakeOptionsFieldNumber = 3, - kProjectContextFieldNumber = 1, - kConfigModeFieldNumber = 2, - }; - // repeated string cmakeOptions = 3; - int cmakeoptions_size() const; - private: - int _internal_cmakeoptions_size() const; - public: - void clear_cmakeoptions(); - const std::string& cmakeoptions(int index) const; - std::string* mutable_cmakeoptions(int index); - void set_cmakeoptions(int index, const std::string& value); - void set_cmakeoptions(int index, std::string&& value); - void set_cmakeoptions(int index, const char* value); - void set_cmakeoptions(int index, const char* value, size_t size); - std::string* add_cmakeoptions(); - void add_cmakeoptions(const std::string& value); - void add_cmakeoptions(std::string&& value); - void add_cmakeoptions(const char* value); - void add_cmakeoptions(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& cmakeoptions() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_cmakeoptions(); - private: - const std::string& _internal_cmakeoptions(int index) const; - std::string* _internal_add_cmakeoptions(); - public: - - // .testsgen.ProjectContext projectContext = 1; - bool has_projectcontext() const; - private: - bool _internal_has_projectcontext() const; - public: - void clear_projectcontext(); - const ::testsgen::ProjectContext& projectcontext() const; - ::testsgen::ProjectContext* release_projectcontext(); - ::testsgen::ProjectContext* mutable_projectcontext(); - void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); - private: - const ::testsgen::ProjectContext& _internal_projectcontext() const; - ::testsgen::ProjectContext* _internal_mutable_projectcontext(); - public: - - // .testsgen.ConfigMode configMode = 2; - void clear_configmode(); - ::testsgen::ConfigMode configmode() const; - void set_configmode(::testsgen::ConfigMode value); - private: - ::testsgen::ConfigMode _internal_configmode() const; - void _internal_set_configmode(::testsgen::ConfigMode value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectConfigRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField cmakeoptions_; - ::testsgen::ProjectContext* projectcontext_; - int configmode_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectConfigResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectConfigResponse) */ { - public: - ProjectConfigResponse(); - virtual ~ProjectConfigResponse(); - - ProjectConfigResponse(const ProjectConfigResponse& from); - ProjectConfigResponse(ProjectConfigResponse&& from) noexcept - : ProjectConfigResponse() { - *this = ::std::move(from); - } - - inline ProjectConfigResponse& operator=(const ProjectConfigResponse& from) { - CopyFrom(from); - return *this; - } - inline ProjectConfigResponse& operator=(ProjectConfigResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectConfigResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectConfigResponse* internal_default_instance() { - return reinterpret_cast( - &_ProjectConfigResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 28; - - friend void swap(ProjectConfigResponse& a, ProjectConfigResponse& b) { - a.Swap(&b); - } - inline void Swap(ProjectConfigResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectConfigResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectConfigResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectConfigResponse& from); - void MergeFrom(const ProjectConfigResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectConfigResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectConfigResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kMessageFieldNumber = 2, - kProgressFieldNumber = 3, - kTypeFieldNumber = 1, - }; - // string message = 2; - void clear_message(); - const std::string& message() const; - void set_message(const std::string& value); - void set_message(std::string&& value); - void set_message(const char* value); - void set_message(const char* value, size_t size); - std::string* mutable_message(); - std::string* release_message(); - void set_allocated_message(std::string* message); - private: - const std::string& _internal_message() const; - void _internal_set_message(const std::string& value); - std::string* _internal_mutable_message(); - public: - - // .testsgen.Progress progress = 3; - bool has_progress() const; - private: - bool _internal_has_progress() const; - public: - void clear_progress(); - const ::testsgen::Progress& progress() const; - ::testsgen::Progress* release_progress(); - ::testsgen::Progress* mutable_progress(); - void set_allocated_progress(::testsgen::Progress* progress); - private: - const ::testsgen::Progress& _internal_progress() const; - ::testsgen::Progress* _internal_mutable_progress(); - public: - - // .testsgen.ProjectConfigStatus type = 1; - void clear_type(); - ::testsgen::ProjectConfigStatus type() const; - void set_type(::testsgen::ProjectConfigStatus value); - private: - ::testsgen::ProjectConfigStatus _internal_type() const; - void _internal_set_type(::testsgen::ProjectConfigStatus value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectConfigResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; - ::testsgen::Progress* progress_; - int type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectTarget : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectTarget) */ { - public: - ProjectTarget(); - virtual ~ProjectTarget(); - - ProjectTarget(const ProjectTarget& from); - ProjectTarget(ProjectTarget&& from) noexcept - : ProjectTarget() { - *this = ::std::move(from); - } - - inline ProjectTarget& operator=(const ProjectTarget& from) { - CopyFrom(from); - return *this; - } - inline ProjectTarget& operator=(ProjectTarget&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectTarget& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectTarget* internal_default_instance() { - return reinterpret_cast( - &_ProjectTarget_default_instance_); - } - static constexpr int kIndexInFileMessages = - 29; - - friend void swap(ProjectTarget& a, ProjectTarget& b) { - a.Swap(&b); - } - inline void Swap(ProjectTarget* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectTarget* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectTarget* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectTarget& from); - void MergeFrom(const ProjectTarget& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectTarget* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectTarget"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kNameFieldNumber = 1, - kPathFieldNumber = 2, - kDescriptionFieldNumber = 3, - }; - // string name = 1; - void clear_name(); - const std::string& name() const; - void set_name(const std::string& value); - void set_name(std::string&& value); - void set_name(const char* value); - void set_name(const char* value, size_t size); - std::string* mutable_name(); - std::string* release_name(); - void set_allocated_name(std::string* name); - private: - const std::string& _internal_name() const; - void _internal_set_name(const std::string& value); - std::string* _internal_mutable_name(); - public: - - // string path = 2; - void clear_path(); - const std::string& path() const; - void set_path(const std::string& value); - void set_path(std::string&& value); - void set_path(const char* value); - void set_path(const char* value, size_t size); - std::string* mutable_path(); - std::string* release_path(); - void set_allocated_path(std::string* path); - private: - const std::string& _internal_path() const; - void _internal_set_path(const std::string& value); - std::string* _internal_mutable_path(); - public: - - // string description = 3; - void clear_description(); - const std::string& description() const; - void set_description(const std::string& value); - void set_description(std::string&& value); - void set_description(const char* value); - void set_description(const char* value, size_t size); - std::string* mutable_description(); - std::string* release_description(); - void set_allocated_description(std::string* description); - private: - const std::string& _internal_description() const; - void _internal_set_description(const std::string& value); - std::string* _internal_mutable_description(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectTarget) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectTargetsRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectTargetsRequest) */ { - public: - ProjectTargetsRequest(); - virtual ~ProjectTargetsRequest(); - - ProjectTargetsRequest(const ProjectTargetsRequest& from); - ProjectTargetsRequest(ProjectTargetsRequest&& from) noexcept - : ProjectTargetsRequest() { - *this = ::std::move(from); - } - - inline ProjectTargetsRequest& operator=(const ProjectTargetsRequest& from) { - CopyFrom(from); - return *this; - } - inline ProjectTargetsRequest& operator=(ProjectTargetsRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectTargetsRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectTargetsRequest* internal_default_instance() { - return reinterpret_cast( - &_ProjectTargetsRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 30; - - friend void swap(ProjectTargetsRequest& a, ProjectTargetsRequest& b) { - a.Swap(&b); - } - inline void Swap(ProjectTargetsRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectTargetsRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectTargetsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectTargetsRequest& from); - void MergeFrom(const ProjectTargetsRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectTargetsRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectTargetsRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kProjectContextFieldNumber = 1, - }; - // .testsgen.ProjectContext projectContext = 1; - bool has_projectcontext() const; - private: - bool _internal_has_projectcontext() const; - public: - void clear_projectcontext(); - const ::testsgen::ProjectContext& projectcontext() const; - ::testsgen::ProjectContext* release_projectcontext(); - ::testsgen::ProjectContext* mutable_projectcontext(); - void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); - private: - const ::testsgen::ProjectContext& _internal_projectcontext() const; - ::testsgen::ProjectContext* _internal_mutable_projectcontext(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectTargetsRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::testsgen::ProjectContext* projectcontext_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class ProjectTargetsResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.ProjectTargetsResponse) */ { - public: - ProjectTargetsResponse(); - virtual ~ProjectTargetsResponse(); - - ProjectTargetsResponse(const ProjectTargetsResponse& from); - ProjectTargetsResponse(ProjectTargetsResponse&& from) noexcept - : ProjectTargetsResponse() { - *this = ::std::move(from); - } - - inline ProjectTargetsResponse& operator=(const ProjectTargetsResponse& from) { - CopyFrom(from); - return *this; - } - inline ProjectTargetsResponse& operator=(ProjectTargetsResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const ProjectTargetsResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ProjectTargetsResponse* internal_default_instance() { - return reinterpret_cast( - &_ProjectTargetsResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 31; - - friend void swap(ProjectTargetsResponse& a, ProjectTargetsResponse& b) { - a.Swap(&b); - } - inline void Swap(ProjectTargetsResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline ProjectTargetsResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - ProjectTargetsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const ProjectTargetsResponse& from); - void MergeFrom(const ProjectTargetsResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ProjectTargetsResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.ProjectTargetsResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTargetsFieldNumber = 1, - kPriorityTargetFieldNumber = 2, - }; - // repeated .testsgen.ProjectTarget targets = 1; - int targets_size() const; - private: - int _internal_targets_size() const; - public: - void clear_targets(); - ::testsgen::ProjectTarget* mutable_targets(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* - mutable_targets(); - private: - const ::testsgen::ProjectTarget& _internal_targets(int index) const; - ::testsgen::ProjectTarget* _internal_add_targets(); - public: - const ::testsgen::ProjectTarget& targets(int index) const; - ::testsgen::ProjectTarget* add_targets(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& - targets() const; - - // .testsgen.ProjectTarget priorityTarget = 2; - bool has_prioritytarget() const; - private: - bool _internal_has_prioritytarget() const; - public: - void clear_prioritytarget(); - const ::testsgen::ProjectTarget& prioritytarget() const; - ::testsgen::ProjectTarget* release_prioritytarget(); - ::testsgen::ProjectTarget* mutable_prioritytarget(); - void set_allocated_prioritytarget(::testsgen::ProjectTarget* prioritytarget); - private: - const ::testsgen::ProjectTarget& _internal_prioritytarget() const; - ::testsgen::ProjectTarget* _internal_mutable_prioritytarget(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.ProjectTargetsResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget > targets_; - ::testsgen::ProjectTarget* prioritytarget_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FileTargetsRequest : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileTargetsRequest) */ { - public: - FileTargetsRequest(); - virtual ~FileTargetsRequest(); - - FileTargetsRequest(const FileTargetsRequest& from); - FileTargetsRequest(FileTargetsRequest&& from) noexcept - : FileTargetsRequest() { - *this = ::std::move(from); - } - - inline FileTargetsRequest& operator=(const FileTargetsRequest& from) { - CopyFrom(from); - return *this; - } - inline FileTargetsRequest& operator=(FileTargetsRequest&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FileTargetsRequest& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FileTargetsRequest* internal_default_instance() { - return reinterpret_cast( - &_FileTargetsRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 32; - - friend void swap(FileTargetsRequest& a, FileTargetsRequest& b) { - a.Swap(&b); - } - inline void Swap(FileTargetsRequest* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FileTargetsRequest* New() const final { - return CreateMaybeMessage(nullptr); - } - - FileTargetsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FileTargetsRequest& from); - void MergeFrom(const FileTargetsRequest& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FileTargetsRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FileTargetsRequest"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kPathFieldNumber = 1, - kProjectContextFieldNumber = 2, - }; - // string path = 1; - void clear_path(); - const std::string& path() const; - void set_path(const std::string& value); - void set_path(std::string&& value); - void set_path(const char* value); - void set_path(const char* value, size_t size); - std::string* mutable_path(); - std::string* release_path(); - void set_allocated_path(std::string* path); - private: - const std::string& _internal_path() const; - void _internal_set_path(const std::string& value); - std::string* _internal_mutable_path(); - public: - - // .testsgen.ProjectContext projectContext = 2; - bool has_projectcontext() const; - private: - bool _internal_has_projectcontext() const; - public: - void clear_projectcontext(); - const ::testsgen::ProjectContext& projectcontext() const; - ::testsgen::ProjectContext* release_projectcontext(); - ::testsgen::ProjectContext* mutable_projectcontext(); - void set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext); - private: - const ::testsgen::ProjectContext& _internal_projectcontext() const; - ::testsgen::ProjectContext* _internal_mutable_projectcontext(); - public: - - // @@protoc_insertion_point(class_scope:testsgen.FileTargetsRequest) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - ::testsgen::ProjectContext* projectcontext_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// ------------------------------------------------------------------- - -class FileTargetsResponse : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.FileTargetsResponse) */ { - public: - FileTargetsResponse(); - virtual ~FileTargetsResponse(); - - FileTargetsResponse(const FileTargetsResponse& from); - FileTargetsResponse(FileTargetsResponse&& from) noexcept - : FileTargetsResponse() { - *this = ::std::move(from); - } - - inline FileTargetsResponse& operator=(const FileTargetsResponse& from) { - CopyFrom(from); - return *this; - } - inline FileTargetsResponse& operator=(FileTargetsResponse&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const FileTargetsResponse& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const FileTargetsResponse* internal_default_instance() { - return reinterpret_cast( - &_FileTargetsResponse_default_instance_); - } - static constexpr int kIndexInFileMessages = - 33; - - friend void swap(FileTargetsResponse& a, FileTargetsResponse& b) { - a.Swap(&b); - } - inline void Swap(FileTargetsResponse* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline FileTargetsResponse* New() const final { - return CreateMaybeMessage(nullptr); - } - - FileTargetsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const FileTargetsResponse& from); - void MergeFrom(const FileTargetsResponse& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(FileTargetsResponse* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.FileTargetsResponse"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_testgen_2eproto); - return ::descriptor_table_testgen_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kTargetsFieldNumber = 1, - }; - // repeated .testsgen.ProjectTarget targets = 1; - int targets_size() const; - private: - int _internal_targets_size() const; - public: - void clear_targets(); - ::testsgen::ProjectTarget* mutable_targets(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* - mutable_targets(); - private: - const ::testsgen::ProjectTarget& _internal_targets(int index) const; - ::testsgen::ProjectTarget* _internal_add_targets(); - public: - const ::testsgen::ProjectTarget& targets(int index) const; - ::testsgen::ProjectTarget* add_targets(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& - targets() const; - - // @@protoc_insertion_point(class_scope:testsgen.FileTargetsResponse) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget > targets_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_testgen_2eproto; -}; -// =================================================================== - - -// =================================================================== - -#ifdef __GNUC__ - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wstrict-aliasing" -#endif // __GNUC__ -// DummyRequest - -// ------------------------------------------------------------------- - -// DummyResponse - -// ------------------------------------------------------------------- - -// RegisterClientRequest - -// string clientId = 1; -inline void RegisterClientRequest::clear_clientid() { - clientid_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& RegisterClientRequest::clientid() const { - // @@protoc_insertion_point(field_get:testsgen.RegisterClientRequest.clientId) - return _internal_clientid(); -} -inline void RegisterClientRequest::set_clientid(const std::string& value) { - _internal_set_clientid(value); - // @@protoc_insertion_point(field_set:testsgen.RegisterClientRequest.clientId) -} -inline std::string* RegisterClientRequest::mutable_clientid() { - // @@protoc_insertion_point(field_mutable:testsgen.RegisterClientRequest.clientId) - return _internal_mutable_clientid(); -} -inline const std::string& RegisterClientRequest::_internal_clientid() const { - return clientid_.GetNoArena(); -} -inline void RegisterClientRequest::_internal_set_clientid(const std::string& value) { - - clientid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void RegisterClientRequest::set_clientid(std::string&& value) { - - clientid_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.RegisterClientRequest.clientId) -} -inline void RegisterClientRequest::set_clientid(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - clientid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.RegisterClientRequest.clientId) -} -inline void RegisterClientRequest::set_clientid(const char* value, size_t size) { - - clientid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.RegisterClientRequest.clientId) -} -inline std::string* RegisterClientRequest::_internal_mutable_clientid() { - - return clientid_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* RegisterClientRequest::release_clientid() { - // @@protoc_insertion_point(field_release:testsgen.RegisterClientRequest.clientId) - - return clientid_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void RegisterClientRequest::set_allocated_clientid(std::string* clientid) { - if (clientid != nullptr) { - - } else { - - } - clientid_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), clientid); - // @@protoc_insertion_point(field_set_allocated:testsgen.RegisterClientRequest.clientId) -} - -// ------------------------------------------------------------------- - -// RegisterClientResponse - -// bool isDuplicate = 1; -inline void RegisterClientResponse::clear_isduplicate() { - isduplicate_ = false; -} -inline bool RegisterClientResponse::_internal_isduplicate() const { - return isduplicate_; -} -inline bool RegisterClientResponse::isduplicate() const { - // @@protoc_insertion_point(field_get:testsgen.RegisterClientResponse.isDuplicate) - return _internal_isduplicate(); -} -inline void RegisterClientResponse::_internal_set_isduplicate(bool value) { - - isduplicate_ = value; -} -inline void RegisterClientResponse::set_isduplicate(bool value) { - _internal_set_isduplicate(value); - // @@protoc_insertion_point(field_set:testsgen.RegisterClientResponse.isDuplicate) -} - -// ------------------------------------------------------------------- - -// FunctionTypeResponse - -// .testsgen.ValidationType validationType = 1; -inline void FunctionTypeResponse::clear_validationtype() { - validationtype_ = 0; -} -inline ::testsgen::ValidationType FunctionTypeResponse::_internal_validationtype() const { - return static_cast< ::testsgen::ValidationType >(validationtype_); -} -inline ::testsgen::ValidationType FunctionTypeResponse::validationtype() const { - // @@protoc_insertion_point(field_get:testsgen.FunctionTypeResponse.validationType) - return _internal_validationtype(); -} -inline void FunctionTypeResponse::_internal_set_validationtype(::testsgen::ValidationType value) { - - validationtype_ = value; -} -inline void FunctionTypeResponse::set_validationtype(::testsgen::ValidationType value) { - _internal_set_validationtype(value); - // @@protoc_insertion_point(field_set:testsgen.FunctionTypeResponse.validationType) -} - -// ------------------------------------------------------------------- - -// LogChannelRequest - -// string logLevel = 2; -inline void LogChannelRequest::clear_loglevel() { - loglevel_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& LogChannelRequest::loglevel() const { - // @@protoc_insertion_point(field_get:testsgen.LogChannelRequest.logLevel) - return _internal_loglevel(); -} -inline void LogChannelRequest::set_loglevel(const std::string& value) { - _internal_set_loglevel(value); - // @@protoc_insertion_point(field_set:testsgen.LogChannelRequest.logLevel) -} -inline std::string* LogChannelRequest::mutable_loglevel() { - // @@protoc_insertion_point(field_mutable:testsgen.LogChannelRequest.logLevel) - return _internal_mutable_loglevel(); -} -inline const std::string& LogChannelRequest::_internal_loglevel() const { - return loglevel_.GetNoArena(); -} -inline void LogChannelRequest::_internal_set_loglevel(const std::string& value) { - - loglevel_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void LogChannelRequest::set_loglevel(std::string&& value) { - - loglevel_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.LogChannelRequest.logLevel) -} -inline void LogChannelRequest::set_loglevel(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - loglevel_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.LogChannelRequest.logLevel) -} -inline void LogChannelRequest::set_loglevel(const char* value, size_t size) { - - loglevel_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.LogChannelRequest.logLevel) -} -inline std::string* LogChannelRequest::_internal_mutable_loglevel() { - - return loglevel_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* LogChannelRequest::release_loglevel() { - // @@protoc_insertion_point(field_release:testsgen.LogChannelRequest.logLevel) - - return loglevel_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void LogChannelRequest::set_allocated_loglevel(std::string* loglevel) { - if (loglevel != nullptr) { - - } else { - - } - loglevel_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), loglevel); - // @@protoc_insertion_point(field_set_allocated:testsgen.LogChannelRequest.logLevel) -} - -// ------------------------------------------------------------------- - -// LogEntry - -// string message = 1; -inline void LogEntry::clear_message() { - message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& LogEntry::message() const { - // @@protoc_insertion_point(field_get:testsgen.LogEntry.message) - return _internal_message(); -} -inline void LogEntry::set_message(const std::string& value) { - _internal_set_message(value); - // @@protoc_insertion_point(field_set:testsgen.LogEntry.message) -} -inline std::string* LogEntry::mutable_message() { - // @@protoc_insertion_point(field_mutable:testsgen.LogEntry.message) - return _internal_mutable_message(); -} -inline const std::string& LogEntry::_internal_message() const { - return message_.GetNoArena(); -} -inline void LogEntry::_internal_set_message(const std::string& value) { - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void LogEntry::set_message(std::string&& value) { - - message_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.LogEntry.message) -} -inline void LogEntry::set_message(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.LogEntry.message) -} -inline void LogEntry::set_message(const char* value, size_t size) { - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.LogEntry.message) -} -inline std::string* LogEntry::_internal_mutable_message() { - - return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* LogEntry::release_message() { - // @@protoc_insertion_point(field_release:testsgen.LogEntry.message) - - return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void LogEntry::set_allocated_message(std::string* message) { - if (message != nullptr) { - - } else { - - } - message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message); - // @@protoc_insertion_point(field_set_allocated:testsgen.LogEntry.message) -} - -// ------------------------------------------------------------------- - -// ProjectContext - -// string projectName = 1; -inline void ProjectContext::clear_projectname() { - projectname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectContext::projectname() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectContext.projectName) - return _internal_projectname(); -} -inline void ProjectContext::set_projectname(const std::string& value) { - _internal_set_projectname(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectContext.projectName) -} -inline std::string* ProjectContext::mutable_projectname() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.projectName) - return _internal_mutable_projectname(); -} -inline const std::string& ProjectContext::_internal_projectname() const { - return projectname_.GetNoArena(); -} -inline void ProjectContext::_internal_set_projectname(const std::string& value) { - - projectname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectContext::set_projectname(std::string&& value) { - - projectname_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.projectName) -} -inline void ProjectContext::set_projectname(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - projectname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.projectName) -} -inline void ProjectContext::set_projectname(const char* value, size_t size) { - - projectname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.projectName) -} -inline std::string* ProjectContext::_internal_mutable_projectname() { - - return projectname_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectContext::release_projectname() { - // @@protoc_insertion_point(field_release:testsgen.ProjectContext.projectName) - - return projectname_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectContext::set_allocated_projectname(std::string* projectname) { - if (projectname != nullptr) { - - } else { - - } - projectname_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), projectname); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.projectName) -} - -// string projectPath = 2; -inline void ProjectContext::clear_projectpath() { - projectpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectContext::projectpath() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectContext.projectPath) - return _internal_projectpath(); -} -inline void ProjectContext::set_projectpath(const std::string& value) { - _internal_set_projectpath(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectContext.projectPath) -} -inline std::string* ProjectContext::mutable_projectpath() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.projectPath) - return _internal_mutable_projectpath(); -} -inline const std::string& ProjectContext::_internal_projectpath() const { - return projectpath_.GetNoArena(); -} -inline void ProjectContext::_internal_set_projectpath(const std::string& value) { - - projectpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectContext::set_projectpath(std::string&& value) { - - projectpath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.projectPath) -} -inline void ProjectContext::set_projectpath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - projectpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.projectPath) -} -inline void ProjectContext::set_projectpath(const char* value, size_t size) { - - projectpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.projectPath) -} -inline std::string* ProjectContext::_internal_mutable_projectpath() { - - return projectpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectContext::release_projectpath() { - // @@protoc_insertion_point(field_release:testsgen.ProjectContext.projectPath) - - return projectpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectContext::set_allocated_projectpath(std::string* projectpath) { - if (projectpath != nullptr) { - - } else { - - } - projectpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), projectpath); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.projectPath) -} - -// string testDirPath = 3; -inline void ProjectContext::clear_testdirpath() { - testdirpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectContext::testdirpath() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectContext.testDirPath) - return _internal_testdirpath(); -} -inline void ProjectContext::set_testdirpath(const std::string& value) { - _internal_set_testdirpath(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectContext.testDirPath) -} -inline std::string* ProjectContext::mutable_testdirpath() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.testDirPath) - return _internal_mutable_testdirpath(); -} -inline const std::string& ProjectContext::_internal_testdirpath() const { - return testdirpath_.GetNoArena(); -} -inline void ProjectContext::_internal_set_testdirpath(const std::string& value) { - - testdirpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectContext::set_testdirpath(std::string&& value) { - - testdirpath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.testDirPath) -} -inline void ProjectContext::set_testdirpath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - testdirpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.testDirPath) -} -inline void ProjectContext::set_testdirpath(const char* value, size_t size) { - - testdirpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.testDirPath) -} -inline std::string* ProjectContext::_internal_mutable_testdirpath() { - - return testdirpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectContext::release_testdirpath() { - // @@protoc_insertion_point(field_release:testsgen.ProjectContext.testDirPath) - - return testdirpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectContext::set_allocated_testdirpath(std::string* testdirpath) { - if (testdirpath != nullptr) { - - } else { - - } - testdirpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testdirpath); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.testDirPath) -} - -// string buildDirRelativePath = 4; -inline void ProjectContext::clear_builddirrelativepath() { - builddirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectContext::builddirrelativepath() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectContext.buildDirRelativePath) - return _internal_builddirrelativepath(); -} -inline void ProjectContext::set_builddirrelativepath(const std::string& value) { - _internal_set_builddirrelativepath(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectContext.buildDirRelativePath) -} -inline std::string* ProjectContext::mutable_builddirrelativepath() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.buildDirRelativePath) - return _internal_mutable_builddirrelativepath(); -} -inline const std::string& ProjectContext::_internal_builddirrelativepath() const { - return builddirrelativepath_.GetNoArena(); -} -inline void ProjectContext::_internal_set_builddirrelativepath(const std::string& value) { - - builddirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectContext::set_builddirrelativepath(std::string&& value) { - - builddirrelativepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.buildDirRelativePath) -} -inline void ProjectContext::set_builddirrelativepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - builddirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.buildDirRelativePath) -} -inline void ProjectContext::set_builddirrelativepath(const char* value, size_t size) { - - builddirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.buildDirRelativePath) -} -inline std::string* ProjectContext::_internal_mutable_builddirrelativepath() { - - return builddirrelativepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectContext::release_builddirrelativepath() { - // @@protoc_insertion_point(field_release:testsgen.ProjectContext.buildDirRelativePath) - - return builddirrelativepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectContext::set_allocated_builddirrelativepath(std::string* builddirrelativepath) { - if (builddirrelativepath != nullptr) { - - } else { - - } - builddirrelativepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), builddirrelativepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.buildDirRelativePath) -} - -// string resultsDirRelativePath = 5; -inline void ProjectContext::clear_resultsdirrelativepath() { - resultsdirrelativepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectContext::resultsdirrelativepath() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectContext.resultsDirRelativePath) - return _internal_resultsdirrelativepath(); -} -inline void ProjectContext::set_resultsdirrelativepath(const std::string& value) { - _internal_set_resultsdirrelativepath(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectContext.resultsDirRelativePath) -} -inline std::string* ProjectContext::mutable_resultsdirrelativepath() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectContext.resultsDirRelativePath) - return _internal_mutable_resultsdirrelativepath(); -} -inline const std::string& ProjectContext::_internal_resultsdirrelativepath() const { - return resultsdirrelativepath_.GetNoArena(); -} -inline void ProjectContext::_internal_set_resultsdirrelativepath(const std::string& value) { - - resultsdirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectContext::set_resultsdirrelativepath(std::string&& value) { - - resultsdirrelativepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectContext.resultsDirRelativePath) -} -inline void ProjectContext::set_resultsdirrelativepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - resultsdirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectContext.resultsDirRelativePath) -} -inline void ProjectContext::set_resultsdirrelativepath(const char* value, size_t size) { - - resultsdirrelativepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectContext.resultsDirRelativePath) -} -inline std::string* ProjectContext::_internal_mutable_resultsdirrelativepath() { - - return resultsdirrelativepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectContext::release_resultsdirrelativepath() { - // @@protoc_insertion_point(field_release:testsgen.ProjectContext.resultsDirRelativePath) - - return resultsdirrelativepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectContext::set_allocated_resultsdirrelativepath(std::string* resultsdirrelativepath) { - if (resultsdirrelativepath != nullptr) { - - } else { - - } - resultsdirrelativepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), resultsdirrelativepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectContext.resultsDirRelativePath) -} - -// ------------------------------------------------------------------- - -// SettingsContext - -// bool generateForStaticFunctions = 1; -inline void SettingsContext::clear_generateforstaticfunctions() { - generateforstaticfunctions_ = false; -} -inline bool SettingsContext::_internal_generateforstaticfunctions() const { - return generateforstaticfunctions_; -} -inline bool SettingsContext::generateforstaticfunctions() const { - // @@protoc_insertion_point(field_get:testsgen.SettingsContext.generateForStaticFunctions) - return _internal_generateforstaticfunctions(); -} -inline void SettingsContext::_internal_set_generateforstaticfunctions(bool value) { - - generateforstaticfunctions_ = value; -} -inline void SettingsContext::set_generateforstaticfunctions(bool value) { - _internal_set_generateforstaticfunctions(value); - // @@protoc_insertion_point(field_set:testsgen.SettingsContext.generateForStaticFunctions) -} - -// bool verbose = 2; -inline void SettingsContext::clear_verbose() { - verbose_ = false; -} -inline bool SettingsContext::_internal_verbose() const { - return verbose_; -} -inline bool SettingsContext::verbose() const { - // @@protoc_insertion_point(field_get:testsgen.SettingsContext.verbose) - return _internal_verbose(); -} -inline void SettingsContext::_internal_set_verbose(bool value) { - - verbose_ = value; -} -inline void SettingsContext::set_verbose(bool value) { - _internal_set_verbose(value); - // @@protoc_insertion_point(field_set:testsgen.SettingsContext.verbose) -} - -// int32 timeoutPerFunction = 3; -inline void SettingsContext::clear_timeoutperfunction() { - timeoutperfunction_ = 0; -} -inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::_internal_timeoutperfunction() const { - return timeoutperfunction_; -} -inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::timeoutperfunction() const { - // @@protoc_insertion_point(field_get:testsgen.SettingsContext.timeoutPerFunction) - return _internal_timeoutperfunction(); -} -inline void SettingsContext::_internal_set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value) { - - timeoutperfunction_ = value; -} -inline void SettingsContext::set_timeoutperfunction(::PROTOBUF_NAMESPACE_ID::int32 value) { - _internal_set_timeoutperfunction(value); - // @@protoc_insertion_point(field_set:testsgen.SettingsContext.timeoutPerFunction) -} - -// int32 timeoutPerTest = 4; -inline void SettingsContext::clear_timeoutpertest() { - timeoutpertest_ = 0; -} -inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::_internal_timeoutpertest() const { - return timeoutpertest_; -} -inline ::PROTOBUF_NAMESPACE_ID::int32 SettingsContext::timeoutpertest() const { - // @@protoc_insertion_point(field_get:testsgen.SettingsContext.timeoutPerTest) - return _internal_timeoutpertest(); -} -inline void SettingsContext::_internal_set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value) { - - timeoutpertest_ = value; -} -inline void SettingsContext::set_timeoutpertest(::PROTOBUF_NAMESPACE_ID::int32 value) { - _internal_set_timeoutpertest(value); - // @@protoc_insertion_point(field_set:testsgen.SettingsContext.timeoutPerTest) -} - -// bool useDeterministicSearcher = 5; -inline void SettingsContext::clear_usedeterministicsearcher() { - usedeterministicsearcher_ = false; -} -inline bool SettingsContext::_internal_usedeterministicsearcher() const { - return usedeterministicsearcher_; -} -inline bool SettingsContext::usedeterministicsearcher() const { - // @@protoc_insertion_point(field_get:testsgen.SettingsContext.useDeterministicSearcher) - return _internal_usedeterministicsearcher(); -} -inline void SettingsContext::_internal_set_usedeterministicsearcher(bool value) { - - usedeterministicsearcher_ = value; -} -inline void SettingsContext::set_usedeterministicsearcher(bool value) { - _internal_set_usedeterministicsearcher(value); - // @@protoc_insertion_point(field_set:testsgen.SettingsContext.useDeterministicSearcher) -} - -// bool useStubs = 6; -inline void SettingsContext::clear_usestubs() { - usestubs_ = false; -} -inline bool SettingsContext::_internal_usestubs() const { - return usestubs_; -} -inline bool SettingsContext::usestubs() const { - // @@protoc_insertion_point(field_get:testsgen.SettingsContext.useStubs) - return _internal_usestubs(); -} -inline void SettingsContext::_internal_set_usestubs(bool value) { - - usestubs_ = value; -} -inline void SettingsContext::set_usestubs(bool value) { - _internal_set_usestubs(value); - // @@protoc_insertion_point(field_set:testsgen.SettingsContext.useStubs) -} - -// ------------------------------------------------------------------- - -// SnippetRequest - -// .testsgen.ProjectContext projectContext = 1; -inline bool SnippetRequest::_internal_has_projectcontext() const { - return this != internal_default_instance() && projectcontext_ != nullptr; -} -inline bool SnippetRequest::has_projectcontext() const { - return _internal_has_projectcontext(); -} -inline void SnippetRequest::clear_projectcontext() { - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; -} -inline const ::testsgen::ProjectContext& SnippetRequest::_internal_projectcontext() const { - const ::testsgen::ProjectContext* p = projectcontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectContext_default_instance_); -} -inline const ::testsgen::ProjectContext& SnippetRequest::projectcontext() const { - // @@protoc_insertion_point(field_get:testsgen.SnippetRequest.projectContext) - return _internal_projectcontext(); -} -inline ::testsgen::ProjectContext* SnippetRequest::release_projectcontext() { - // @@protoc_insertion_point(field_release:testsgen.SnippetRequest.projectContext) - - ::testsgen::ProjectContext* temp = projectcontext_; - projectcontext_ = nullptr; - return temp; -} -inline ::testsgen::ProjectContext* SnippetRequest::_internal_mutable_projectcontext() { - - if (projectcontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); - projectcontext_ = p; - } - return projectcontext_; -} -inline ::testsgen::ProjectContext* SnippetRequest::mutable_projectcontext() { - // @@protoc_insertion_point(field_mutable:testsgen.SnippetRequest.projectContext) - return _internal_mutable_projectcontext(); -} -inline void SnippetRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectcontext_; - } - if (projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectcontext, submessage_arena); - } - - } else { - - } - projectcontext_ = projectcontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.SnippetRequest.projectContext) -} - -// .testsgen.SettingsContext settingsContext = 2; -inline bool SnippetRequest::_internal_has_settingscontext() const { - return this != internal_default_instance() && settingscontext_ != nullptr; -} -inline bool SnippetRequest::has_settingscontext() const { - return _internal_has_settingscontext(); -} -inline void SnippetRequest::clear_settingscontext() { - if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { - delete settingscontext_; - } - settingscontext_ = nullptr; -} -inline const ::testsgen::SettingsContext& SnippetRequest::_internal_settingscontext() const { - const ::testsgen::SettingsContext* p = settingscontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_SettingsContext_default_instance_); -} -inline const ::testsgen::SettingsContext& SnippetRequest::settingscontext() const { - // @@protoc_insertion_point(field_get:testsgen.SnippetRequest.settingsContext) - return _internal_settingscontext(); -} -inline ::testsgen::SettingsContext* SnippetRequest::release_settingscontext() { - // @@protoc_insertion_point(field_release:testsgen.SnippetRequest.settingsContext) - - ::testsgen::SettingsContext* temp = settingscontext_; - settingscontext_ = nullptr; - return temp; -} -inline ::testsgen::SettingsContext* SnippetRequest::_internal_mutable_settingscontext() { - - if (settingscontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::SettingsContext>(GetArenaNoVirtual()); - settingscontext_ = p; - } - return settingscontext_; -} -inline ::testsgen::SettingsContext* SnippetRequest::mutable_settingscontext() { - // @@protoc_insertion_point(field_mutable:testsgen.SnippetRequest.settingsContext) - return _internal_mutable_settingscontext(); -} -inline void SnippetRequest::set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete settingscontext_; - } - if (settingscontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - settingscontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, settingscontext, submessage_arena); - } - - } else { - - } - settingscontext_ = settingscontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.SnippetRequest.settingsContext) -} - -// string filePath = 3; -inline void SnippetRequest::clear_filepath() { - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& SnippetRequest::filepath() const { - // @@protoc_insertion_point(field_get:testsgen.SnippetRequest.filePath) - return _internal_filepath(); -} -inline void SnippetRequest::set_filepath(const std::string& value) { - _internal_set_filepath(value); - // @@protoc_insertion_point(field_set:testsgen.SnippetRequest.filePath) -} -inline std::string* SnippetRequest::mutable_filepath() { - // @@protoc_insertion_point(field_mutable:testsgen.SnippetRequest.filePath) - return _internal_mutable_filepath(); -} -inline const std::string& SnippetRequest::_internal_filepath() const { - return filepath_.GetNoArena(); -} -inline void SnippetRequest::_internal_set_filepath(const std::string& value) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void SnippetRequest::set_filepath(std::string&& value) { - - filepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.SnippetRequest.filePath) -} -inline void SnippetRequest::set_filepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.SnippetRequest.filePath) -} -inline void SnippetRequest::set_filepath(const char* value, size_t size) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.SnippetRequest.filePath) -} -inline std::string* SnippetRequest::_internal_mutable_filepath() { - - return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* SnippetRequest::release_filepath() { - // @@protoc_insertion_point(field_release:testsgen.SnippetRequest.filePath) - - return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void SnippetRequest::set_allocated_filepath(std::string* filepath) { - if (filepath != nullptr) { - - } else { - - } - filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.SnippetRequest.filePath) -} - -// ------------------------------------------------------------------- - -// ProjectRequest - -// .testsgen.ProjectContext projectContext = 1; -inline bool ProjectRequest::_internal_has_projectcontext() const { - return this != internal_default_instance() && projectcontext_ != nullptr; -} -inline bool ProjectRequest::has_projectcontext() const { - return _internal_has_projectcontext(); -} -inline void ProjectRequest::clear_projectcontext() { - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; -} -inline const ::testsgen::ProjectContext& ProjectRequest::_internal_projectcontext() const { - const ::testsgen::ProjectContext* p = projectcontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectContext_default_instance_); -} -inline const ::testsgen::ProjectContext& ProjectRequest::projectcontext() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.projectContext) - return _internal_projectcontext(); -} -inline ::testsgen::ProjectContext* ProjectRequest::release_projectcontext() { - // @@protoc_insertion_point(field_release:testsgen.ProjectRequest.projectContext) - - ::testsgen::ProjectContext* temp = projectcontext_; - projectcontext_ = nullptr; - return temp; -} -inline ::testsgen::ProjectContext* ProjectRequest::_internal_mutable_projectcontext() { - - if (projectcontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); - projectcontext_ = p; - } - return projectcontext_; -} -inline ::testsgen::ProjectContext* ProjectRequest::mutable_projectcontext() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.projectContext) - return _internal_mutable_projectcontext(); -} -inline void ProjectRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectcontext_; - } - if (projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectcontext, submessage_arena); - } - - } else { - - } - projectcontext_ = projectcontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectRequest.projectContext) -} - -// .testsgen.SettingsContext settingsContext = 2; -inline bool ProjectRequest::_internal_has_settingscontext() const { - return this != internal_default_instance() && settingscontext_ != nullptr; -} -inline bool ProjectRequest::has_settingscontext() const { - return _internal_has_settingscontext(); -} -inline void ProjectRequest::clear_settingscontext() { - if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { - delete settingscontext_; - } - settingscontext_ = nullptr; -} -inline const ::testsgen::SettingsContext& ProjectRequest::_internal_settingscontext() const { - const ::testsgen::SettingsContext* p = settingscontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_SettingsContext_default_instance_); -} -inline const ::testsgen::SettingsContext& ProjectRequest::settingscontext() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.settingsContext) - return _internal_settingscontext(); -} -inline ::testsgen::SettingsContext* ProjectRequest::release_settingscontext() { - // @@protoc_insertion_point(field_release:testsgen.ProjectRequest.settingsContext) - - ::testsgen::SettingsContext* temp = settingscontext_; - settingscontext_ = nullptr; - return temp; -} -inline ::testsgen::SettingsContext* ProjectRequest::_internal_mutable_settingscontext() { - - if (settingscontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::SettingsContext>(GetArenaNoVirtual()); - settingscontext_ = p; - } - return settingscontext_; -} -inline ::testsgen::SettingsContext* ProjectRequest::mutable_settingscontext() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.settingsContext) - return _internal_mutable_settingscontext(); -} -inline void ProjectRequest::set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete settingscontext_; - } - if (settingscontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - settingscontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, settingscontext, submessage_arena); - } - - } else { - - } - settingscontext_ = settingscontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectRequest.settingsContext) -} - -// repeated string sourcePaths = 3; -inline int ProjectRequest::_internal_sourcepaths_size() const { - return sourcepaths_.size(); -} -inline int ProjectRequest::sourcepaths_size() const { - return _internal_sourcepaths_size(); -} -inline void ProjectRequest::clear_sourcepaths() { - sourcepaths_.Clear(); -} -inline std::string* ProjectRequest::add_sourcepaths() { - // @@protoc_insertion_point(field_add_mutable:testsgen.ProjectRequest.sourcePaths) - return _internal_add_sourcepaths(); -} -inline const std::string& ProjectRequest::_internal_sourcepaths(int index) const { - return sourcepaths_.Get(index); -} -inline const std::string& ProjectRequest::sourcepaths(int index) const { - // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.sourcePaths) - return _internal_sourcepaths(index); -} -inline std::string* ProjectRequest::mutable_sourcepaths(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.sourcePaths) - return sourcepaths_.Mutable(index); -} -inline void ProjectRequest::set_sourcepaths(int index, const std::string& value) { - // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.sourcePaths) - sourcepaths_.Mutable(index)->assign(value); -} -inline void ProjectRequest::set_sourcepaths(int index, std::string&& value) { - // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.sourcePaths) - sourcepaths_.Mutable(index)->assign(std::move(value)); -} -inline void ProjectRequest::set_sourcepaths(int index, const char* value) { - GOOGLE_DCHECK(value != nullptr); - sourcepaths_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectRequest.sourcePaths) -} -inline void ProjectRequest::set_sourcepaths(int index, const char* value, size_t size) { - sourcepaths_.Mutable(index)->assign( - reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectRequest.sourcePaths) -} -inline std::string* ProjectRequest::_internal_add_sourcepaths() { - return sourcepaths_.Add(); -} -inline void ProjectRequest::add_sourcepaths(const std::string& value) { - sourcepaths_.Add()->assign(value); - // @@protoc_insertion_point(field_add:testsgen.ProjectRequest.sourcePaths) -} -inline void ProjectRequest::add_sourcepaths(std::string&& value) { - sourcepaths_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:testsgen.ProjectRequest.sourcePaths) -} -inline void ProjectRequest::add_sourcepaths(const char* value) { - GOOGLE_DCHECK(value != nullptr); - sourcepaths_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:testsgen.ProjectRequest.sourcePaths) -} -inline void ProjectRequest::add_sourcepaths(const char* value, size_t size) { - sourcepaths_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:testsgen.ProjectRequest.sourcePaths) -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -ProjectRequest::sourcepaths() const { - // @@protoc_insertion_point(field_list:testsgen.ProjectRequest.sourcePaths) - return sourcepaths_; -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -ProjectRequest::mutable_sourcepaths() { - // @@protoc_insertion_point(field_mutable_list:testsgen.ProjectRequest.sourcePaths) - return &sourcepaths_; -} - -// bool synchronizeCode = 4; -inline void ProjectRequest::clear_synchronizecode() { - synchronizecode_ = false; -} -inline bool ProjectRequest::_internal_synchronizecode() const { - return synchronizecode_; -} -inline bool ProjectRequest::synchronizecode() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.synchronizeCode) - return _internal_synchronizecode(); -} -inline void ProjectRequest::_internal_set_synchronizecode(bool value) { - - synchronizecode_ = value; -} -inline void ProjectRequest::set_synchronizecode(bool value) { - _internal_set_synchronizecode(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.synchronizeCode) -} - -// string targetPath = 5; -inline void ProjectRequest::clear_targetpath() { - targetpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectRequest::targetpath() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectRequest.targetPath) - return _internal_targetpath(); -} -inline void ProjectRequest::set_targetpath(const std::string& value) { - _internal_set_targetpath(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectRequest.targetPath) -} -inline std::string* ProjectRequest::mutable_targetpath() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectRequest.targetPath) - return _internal_mutable_targetpath(); -} -inline const std::string& ProjectRequest::_internal_targetpath() const { - return targetpath_.GetNoArena(); -} -inline void ProjectRequest::_internal_set_targetpath(const std::string& value) { - - targetpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectRequest::set_targetpath(std::string&& value) { - - targetpath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectRequest.targetPath) -} -inline void ProjectRequest::set_targetpath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - targetpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectRequest.targetPath) -} -inline void ProjectRequest::set_targetpath(const char* value, size_t size) { - - targetpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectRequest.targetPath) -} -inline std::string* ProjectRequest::_internal_mutable_targetpath() { - - return targetpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectRequest::release_targetpath() { - // @@protoc_insertion_point(field_release:testsgen.ProjectRequest.targetPath) - - return targetpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectRequest::set_allocated_targetpath(std::string* targetpath) { - if (targetpath != nullptr) { - - } else { - - } - targetpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), targetpath); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectRequest.targetPath) -} - -// ------------------------------------------------------------------- - -// FileRequest - -// .testsgen.ProjectRequest projectRequest = 1; -inline bool FileRequest::_internal_has_projectrequest() const { - return this != internal_default_instance() && projectrequest_ != nullptr; -} -inline bool FileRequest::has_projectrequest() const { - return _internal_has_projectrequest(); -} -inline void FileRequest::clear_projectrequest() { - if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { - delete projectrequest_; - } - projectrequest_ = nullptr; -} -inline const ::testsgen::ProjectRequest& FileRequest::_internal_projectrequest() const { - const ::testsgen::ProjectRequest* p = projectrequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectRequest_default_instance_); -} -inline const ::testsgen::ProjectRequest& FileRequest::projectrequest() const { - // @@protoc_insertion_point(field_get:testsgen.FileRequest.projectRequest) - return _internal_projectrequest(); -} -inline ::testsgen::ProjectRequest* FileRequest::release_projectrequest() { - // @@protoc_insertion_point(field_release:testsgen.FileRequest.projectRequest) - - ::testsgen::ProjectRequest* temp = projectrequest_; - projectrequest_ = nullptr; - return temp; -} -inline ::testsgen::ProjectRequest* FileRequest::_internal_mutable_projectrequest() { - - if (projectrequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectRequest>(GetArenaNoVirtual()); - projectrequest_ = p; - } - return projectrequest_; -} -inline ::testsgen::ProjectRequest* FileRequest::mutable_projectrequest() { - // @@protoc_insertion_point(field_mutable:testsgen.FileRequest.projectRequest) - return _internal_mutable_projectrequest(); -} -inline void FileRequest::set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectrequest_; - } - if (projectrequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectrequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectrequest, submessage_arena); - } - - } else { - - } - projectrequest_ = projectrequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.FileRequest.projectRequest) -} - -// string filePath = 2; -inline void FileRequest::clear_filepath() { - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& FileRequest::filepath() const { - // @@protoc_insertion_point(field_get:testsgen.FileRequest.filePath) - return _internal_filepath(); -} -inline void FileRequest::set_filepath(const std::string& value) { - _internal_set_filepath(value); - // @@protoc_insertion_point(field_set:testsgen.FileRequest.filePath) -} -inline std::string* FileRequest::mutable_filepath() { - // @@protoc_insertion_point(field_mutable:testsgen.FileRequest.filePath) - return _internal_mutable_filepath(); -} -inline const std::string& FileRequest::_internal_filepath() const { - return filepath_.GetNoArena(); -} -inline void FileRequest::_internal_set_filepath(const std::string& value) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void FileRequest::set_filepath(std::string&& value) { - - filepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.FileRequest.filePath) -} -inline void FileRequest::set_filepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.FileRequest.filePath) -} -inline void FileRequest::set_filepath(const char* value, size_t size) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.FileRequest.filePath) -} -inline std::string* FileRequest::_internal_mutable_filepath() { - - return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* FileRequest::release_filepath() { - // @@protoc_insertion_point(field_release:testsgen.FileRequest.filePath) - - return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void FileRequest::set_allocated_filepath(std::string* filepath) { - if (filepath != nullptr) { - - } else { - - } - filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.FileRequest.filePath) -} - -// ------------------------------------------------------------------- - -// FolderRequest - -// .testsgen.ProjectRequest projectRequest = 1; -inline bool FolderRequest::_internal_has_projectrequest() const { - return this != internal_default_instance() && projectrequest_ != nullptr; -} -inline bool FolderRequest::has_projectrequest() const { - return _internal_has_projectrequest(); -} -inline void FolderRequest::clear_projectrequest() { - if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { - delete projectrequest_; - } - projectrequest_ = nullptr; -} -inline const ::testsgen::ProjectRequest& FolderRequest::_internal_projectrequest() const { - const ::testsgen::ProjectRequest* p = projectrequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectRequest_default_instance_); -} -inline const ::testsgen::ProjectRequest& FolderRequest::projectrequest() const { - // @@protoc_insertion_point(field_get:testsgen.FolderRequest.projectRequest) - return _internal_projectrequest(); -} -inline ::testsgen::ProjectRequest* FolderRequest::release_projectrequest() { - // @@protoc_insertion_point(field_release:testsgen.FolderRequest.projectRequest) - - ::testsgen::ProjectRequest* temp = projectrequest_; - projectrequest_ = nullptr; - return temp; -} -inline ::testsgen::ProjectRequest* FolderRequest::_internal_mutable_projectrequest() { - - if (projectrequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectRequest>(GetArenaNoVirtual()); - projectrequest_ = p; - } - return projectrequest_; -} -inline ::testsgen::ProjectRequest* FolderRequest::mutable_projectrequest() { - // @@protoc_insertion_point(field_mutable:testsgen.FolderRequest.projectRequest) - return _internal_mutable_projectrequest(); -} -inline void FolderRequest::set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectrequest_; - } - if (projectrequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectrequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectrequest, submessage_arena); - } - - } else { - - } - projectrequest_ = projectrequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.FolderRequest.projectRequest) -} - -// string folderPath = 2; -inline void FolderRequest::clear_folderpath() { - folderpath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& FolderRequest::folderpath() const { - // @@protoc_insertion_point(field_get:testsgen.FolderRequest.folderPath) - return _internal_folderpath(); -} -inline void FolderRequest::set_folderpath(const std::string& value) { - _internal_set_folderpath(value); - // @@protoc_insertion_point(field_set:testsgen.FolderRequest.folderPath) -} -inline std::string* FolderRequest::mutable_folderpath() { - // @@protoc_insertion_point(field_mutable:testsgen.FolderRequest.folderPath) - return _internal_mutable_folderpath(); -} -inline const std::string& FolderRequest::_internal_folderpath() const { - return folderpath_.GetNoArena(); -} -inline void FolderRequest::_internal_set_folderpath(const std::string& value) { - - folderpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void FolderRequest::set_folderpath(std::string&& value) { - - folderpath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.FolderRequest.folderPath) -} -inline void FolderRequest::set_folderpath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - folderpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.FolderRequest.folderPath) -} -inline void FolderRequest::set_folderpath(const char* value, size_t size) { - - folderpath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.FolderRequest.folderPath) -} -inline std::string* FolderRequest::_internal_mutable_folderpath() { - - return folderpath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* FolderRequest::release_folderpath() { - // @@protoc_insertion_point(field_release:testsgen.FolderRequest.folderPath) - - return folderpath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void FolderRequest::set_allocated_folderpath(std::string* folderpath) { - if (folderpath != nullptr) { - - } else { - - } - folderpath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), folderpath); - // @@protoc_insertion_point(field_set_allocated:testsgen.FolderRequest.folderPath) -} - -// ------------------------------------------------------------------- - -// LineRequest - -// .testsgen.ProjectRequest projectRequest = 1; -inline bool LineRequest::_internal_has_projectrequest() const { - return this != internal_default_instance() && projectrequest_ != nullptr; -} -inline bool LineRequest::has_projectrequest() const { - return _internal_has_projectrequest(); -} -inline void LineRequest::clear_projectrequest() { - if (GetArenaNoVirtual() == nullptr && projectrequest_ != nullptr) { - delete projectrequest_; - } - projectrequest_ = nullptr; -} -inline const ::testsgen::ProjectRequest& LineRequest::_internal_projectrequest() const { - const ::testsgen::ProjectRequest* p = projectrequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectRequest_default_instance_); -} -inline const ::testsgen::ProjectRequest& LineRequest::projectrequest() const { - // @@protoc_insertion_point(field_get:testsgen.LineRequest.projectRequest) - return _internal_projectrequest(); -} -inline ::testsgen::ProjectRequest* LineRequest::release_projectrequest() { - // @@protoc_insertion_point(field_release:testsgen.LineRequest.projectRequest) - - ::testsgen::ProjectRequest* temp = projectrequest_; - projectrequest_ = nullptr; - return temp; -} -inline ::testsgen::ProjectRequest* LineRequest::_internal_mutable_projectrequest() { - - if (projectrequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectRequest>(GetArenaNoVirtual()); - projectrequest_ = p; - } - return projectrequest_; -} -inline ::testsgen::ProjectRequest* LineRequest::mutable_projectrequest() { - // @@protoc_insertion_point(field_mutable:testsgen.LineRequest.projectRequest) - return _internal_mutable_projectrequest(); -} -inline void LineRequest::set_allocated_projectrequest(::testsgen::ProjectRequest* projectrequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectrequest_; - } - if (projectrequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectrequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectrequest, submessage_arena); - } - - } else { - - } - projectrequest_ = projectrequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.LineRequest.projectRequest) -} - -// .testsgen.SourceInfo sourceInfo = 2; -inline bool LineRequest::_internal_has_sourceinfo() const { - return this != internal_default_instance() && sourceinfo_ != nullptr; -} -inline bool LineRequest::has_sourceinfo() const { - return _internal_has_sourceinfo(); -} -inline const ::testsgen::SourceInfo& LineRequest::_internal_sourceinfo() const { - const ::testsgen::SourceInfo* p = sourceinfo_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_SourceInfo_default_instance_); -} -inline const ::testsgen::SourceInfo& LineRequest::sourceinfo() const { - // @@protoc_insertion_point(field_get:testsgen.LineRequest.sourceInfo) - return _internal_sourceinfo(); -} -inline ::testsgen::SourceInfo* LineRequest::release_sourceinfo() { - // @@protoc_insertion_point(field_release:testsgen.LineRequest.sourceInfo) - - ::testsgen::SourceInfo* temp = sourceinfo_; - sourceinfo_ = nullptr; - return temp; -} -inline ::testsgen::SourceInfo* LineRequest::_internal_mutable_sourceinfo() { - - if (sourceinfo_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::SourceInfo>(GetArenaNoVirtual()); - sourceinfo_ = p; - } - return sourceinfo_; -} -inline ::testsgen::SourceInfo* LineRequest::mutable_sourceinfo() { - // @@protoc_insertion_point(field_mutable:testsgen.LineRequest.sourceInfo) - return _internal_mutable_sourceinfo(); -} -inline void LineRequest::set_allocated_sourceinfo(::testsgen::SourceInfo* sourceinfo) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(sourceinfo_); - } - if (sourceinfo) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - sourceinfo = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, sourceinfo, submessage_arena); - } - - } else { - - } - sourceinfo_ = sourceinfo; - // @@protoc_insertion_point(field_set_allocated:testsgen.LineRequest.sourceInfo) -} - -// ------------------------------------------------------------------- - -// FunctionRequest - -// .testsgen.LineRequest lineRequest = 1; -inline bool FunctionRequest::_internal_has_linerequest() const { - return this != internal_default_instance() && linerequest_ != nullptr; -} -inline bool FunctionRequest::has_linerequest() const { - return _internal_has_linerequest(); -} -inline void FunctionRequest::clear_linerequest() { - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; -} -inline const ::testsgen::LineRequest& FunctionRequest::_internal_linerequest() const { - const ::testsgen::LineRequest* p = linerequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_LineRequest_default_instance_); -} -inline const ::testsgen::LineRequest& FunctionRequest::linerequest() const { - // @@protoc_insertion_point(field_get:testsgen.FunctionRequest.lineRequest) - return _internal_linerequest(); -} -inline ::testsgen::LineRequest* FunctionRequest::release_linerequest() { - // @@protoc_insertion_point(field_release:testsgen.FunctionRequest.lineRequest) - - ::testsgen::LineRequest* temp = linerequest_; - linerequest_ = nullptr; - return temp; -} -inline ::testsgen::LineRequest* FunctionRequest::_internal_mutable_linerequest() { - - if (linerequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); - linerequest_ = p; - } - return linerequest_; -} -inline ::testsgen::LineRequest* FunctionRequest::mutable_linerequest() { - // @@protoc_insertion_point(field_mutable:testsgen.FunctionRequest.lineRequest) - return _internal_mutable_linerequest(); -} -inline void FunctionRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete linerequest_; - } - if (linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, linerequest, submessage_arena); - } - - } else { - - } - linerequest_ = linerequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.FunctionRequest.lineRequest) -} - -// ------------------------------------------------------------------- - -// ClassRequest - -// .testsgen.LineRequest lineRequest = 1; -inline bool ClassRequest::_internal_has_linerequest() const { - return this != internal_default_instance() && linerequest_ != nullptr; -} -inline bool ClassRequest::has_linerequest() const { - return _internal_has_linerequest(); -} -inline void ClassRequest::clear_linerequest() { - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; -} -inline const ::testsgen::LineRequest& ClassRequest::_internal_linerequest() const { - const ::testsgen::LineRequest* p = linerequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_LineRequest_default_instance_); -} -inline const ::testsgen::LineRequest& ClassRequest::linerequest() const { - // @@protoc_insertion_point(field_get:testsgen.ClassRequest.lineRequest) - return _internal_linerequest(); -} -inline ::testsgen::LineRequest* ClassRequest::release_linerequest() { - // @@protoc_insertion_point(field_release:testsgen.ClassRequest.lineRequest) - - ::testsgen::LineRequest* temp = linerequest_; - linerequest_ = nullptr; - return temp; -} -inline ::testsgen::LineRequest* ClassRequest::_internal_mutable_linerequest() { - - if (linerequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); - linerequest_ = p; - } - return linerequest_; -} -inline ::testsgen::LineRequest* ClassRequest::mutable_linerequest() { - // @@protoc_insertion_point(field_mutable:testsgen.ClassRequest.lineRequest) - return _internal_mutable_linerequest(); -} -inline void ClassRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete linerequest_; - } - if (linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, linerequest, submessage_arena); - } - - } else { - - } - linerequest_ = linerequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.ClassRequest.lineRequest) -} - -// ------------------------------------------------------------------- - -// AssertionRequest - -// .testsgen.LineRequest lineRequest = 1; -inline bool AssertionRequest::_internal_has_linerequest() const { - return this != internal_default_instance() && linerequest_ != nullptr; -} -inline bool AssertionRequest::has_linerequest() const { - return _internal_has_linerequest(); -} -inline void AssertionRequest::clear_linerequest() { - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; -} -inline const ::testsgen::LineRequest& AssertionRequest::_internal_linerequest() const { - const ::testsgen::LineRequest* p = linerequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_LineRequest_default_instance_); -} -inline const ::testsgen::LineRequest& AssertionRequest::linerequest() const { - // @@protoc_insertion_point(field_get:testsgen.AssertionRequest.lineRequest) - return _internal_linerequest(); -} -inline ::testsgen::LineRequest* AssertionRequest::release_linerequest() { - // @@protoc_insertion_point(field_release:testsgen.AssertionRequest.lineRequest) - - ::testsgen::LineRequest* temp = linerequest_; - linerequest_ = nullptr; - return temp; -} -inline ::testsgen::LineRequest* AssertionRequest::_internal_mutable_linerequest() { - - if (linerequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); - linerequest_ = p; - } - return linerequest_; -} -inline ::testsgen::LineRequest* AssertionRequest::mutable_linerequest() { - // @@protoc_insertion_point(field_mutable:testsgen.AssertionRequest.lineRequest) - return _internal_mutable_linerequest(); -} -inline void AssertionRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete linerequest_; - } - if (linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, linerequest, submessage_arena); - } - - } else { - - } - linerequest_ = linerequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.AssertionRequest.lineRequest) -} - -// ------------------------------------------------------------------- - -// PredicateRequest - -// .testsgen.LineRequest lineRequest = 1; -inline bool PredicateRequest::_internal_has_linerequest() const { - return this != internal_default_instance() && linerequest_ != nullptr; -} -inline bool PredicateRequest::has_linerequest() const { - return _internal_has_linerequest(); -} -inline void PredicateRequest::clear_linerequest() { - if (GetArenaNoVirtual() == nullptr && linerequest_ != nullptr) { - delete linerequest_; - } - linerequest_ = nullptr; -} -inline const ::testsgen::LineRequest& PredicateRequest::_internal_linerequest() const { - const ::testsgen::LineRequest* p = linerequest_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_LineRequest_default_instance_); -} -inline const ::testsgen::LineRequest& PredicateRequest::linerequest() const { - // @@protoc_insertion_point(field_get:testsgen.PredicateRequest.lineRequest) - return _internal_linerequest(); -} -inline ::testsgen::LineRequest* PredicateRequest::release_linerequest() { - // @@protoc_insertion_point(field_release:testsgen.PredicateRequest.lineRequest) - - ::testsgen::LineRequest* temp = linerequest_; - linerequest_ = nullptr; - return temp; -} -inline ::testsgen::LineRequest* PredicateRequest::_internal_mutable_linerequest() { - - if (linerequest_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::LineRequest>(GetArenaNoVirtual()); - linerequest_ = p; - } - return linerequest_; -} -inline ::testsgen::LineRequest* PredicateRequest::mutable_linerequest() { - // @@protoc_insertion_point(field_mutable:testsgen.PredicateRequest.lineRequest) - return _internal_mutable_linerequest(); -} -inline void PredicateRequest::set_allocated_linerequest(::testsgen::LineRequest* linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete linerequest_; - } - if (linerequest) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - linerequest = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, linerequest, submessage_arena); - } - - } else { - - } - linerequest_ = linerequest; - // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateRequest.lineRequest) -} - -// .testsgen.PredicateInfo predicateInfo = 2; -inline bool PredicateRequest::_internal_has_predicateinfo() const { - return this != internal_default_instance() && predicateinfo_ != nullptr; -} -inline bool PredicateRequest::has_predicateinfo() const { - return _internal_has_predicateinfo(); -} -inline const ::testsgen::PredicateInfo& PredicateRequest::_internal_predicateinfo() const { - const ::testsgen::PredicateInfo* p = predicateinfo_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_PredicateInfo_default_instance_); -} -inline const ::testsgen::PredicateInfo& PredicateRequest::predicateinfo() const { - // @@protoc_insertion_point(field_get:testsgen.PredicateRequest.predicateInfo) - return _internal_predicateinfo(); -} -inline ::testsgen::PredicateInfo* PredicateRequest::release_predicateinfo() { - // @@protoc_insertion_point(field_release:testsgen.PredicateRequest.predicateInfo) - - ::testsgen::PredicateInfo* temp = predicateinfo_; - predicateinfo_ = nullptr; - return temp; -} -inline ::testsgen::PredicateInfo* PredicateRequest::_internal_mutable_predicateinfo() { - - if (predicateinfo_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::PredicateInfo>(GetArenaNoVirtual()); - predicateinfo_ = p; - } - return predicateinfo_; -} -inline ::testsgen::PredicateInfo* PredicateRequest::mutable_predicateinfo() { - // @@protoc_insertion_point(field_mutable:testsgen.PredicateRequest.predicateInfo) - return _internal_mutable_predicateinfo(); -} -inline void PredicateRequest::set_allocated_predicateinfo(::testsgen::PredicateInfo* predicateinfo) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(predicateinfo_); - } - if (predicateinfo) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - predicateinfo = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, predicateinfo, submessage_arena); - } - - } else { - - } - predicateinfo_ = predicateinfo; - // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateRequest.predicateInfo) -} - -// ------------------------------------------------------------------- - -// StubsResponse - -// repeated .testsgen.SourceCode stubSources = 1; -inline int StubsResponse::_internal_stubsources_size() const { - return stubsources_.size(); -} -inline int StubsResponse::stubsources_size() const { - return _internal_stubsources_size(); -} -inline ::testsgen::SourceCode* StubsResponse::mutable_stubsources(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.StubsResponse.stubSources) - return stubsources_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* -StubsResponse::mutable_stubsources() { - // @@protoc_insertion_point(field_mutable_list:testsgen.StubsResponse.stubSources) - return &stubsources_; -} -inline const ::testsgen::SourceCode& StubsResponse::_internal_stubsources(int index) const { - return stubsources_.Get(index); -} -inline const ::testsgen::SourceCode& StubsResponse::stubsources(int index) const { - // @@protoc_insertion_point(field_get:testsgen.StubsResponse.stubSources) - return _internal_stubsources(index); -} -inline ::testsgen::SourceCode* StubsResponse::_internal_add_stubsources() { - return stubsources_.Add(); -} -inline ::testsgen::SourceCode* StubsResponse::add_stubsources() { - // @@protoc_insertion_point(field_add:testsgen.StubsResponse.stubSources) - return _internal_add_stubsources(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& -StubsResponse::stubsources() const { - // @@protoc_insertion_point(field_list:testsgen.StubsResponse.stubSources) - return stubsources_; -} - -// .testsgen.Progress progress = 2; -inline bool StubsResponse::_internal_has_progress() const { - return this != internal_default_instance() && progress_ != nullptr; -} -inline bool StubsResponse::has_progress() const { - return _internal_has_progress(); -} -inline const ::testsgen::Progress& StubsResponse::_internal_progress() const { - const ::testsgen::Progress* p = progress_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_Progress_default_instance_); -} -inline const ::testsgen::Progress& StubsResponse::progress() const { - // @@protoc_insertion_point(field_get:testsgen.StubsResponse.progress) - return _internal_progress(); -} -inline ::testsgen::Progress* StubsResponse::release_progress() { - // @@protoc_insertion_point(field_release:testsgen.StubsResponse.progress) - - ::testsgen::Progress* temp = progress_; - progress_ = nullptr; - return temp; -} -inline ::testsgen::Progress* StubsResponse::_internal_mutable_progress() { - - if (progress_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); - progress_ = p; - } - return progress_; -} -inline ::testsgen::Progress* StubsResponse::mutable_progress() { - // @@protoc_insertion_point(field_mutable:testsgen.StubsResponse.progress) - return _internal_mutable_progress(); -} -inline void StubsResponse::set_allocated_progress(::testsgen::Progress* progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); - } - if (progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, progress, submessage_arena); - } - - } else { - - } - progress_ = progress; - // @@protoc_insertion_point(field_set_allocated:testsgen.StubsResponse.progress) -} - -// ------------------------------------------------------------------- - -// TestsResponse - -// repeated .testsgen.SourceCode testSources = 1; -inline int TestsResponse::_internal_testsources_size() const { - return testsources_.size(); -} -inline int TestsResponse::testsources_size() const { - return _internal_testsources_size(); -} -inline ::testsgen::SourceCode* TestsResponse::mutable_testsources(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.TestsResponse.testSources) - return testsources_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >* -TestsResponse::mutable_testsources() { - // @@protoc_insertion_point(field_mutable_list:testsgen.TestsResponse.testSources) - return &testsources_; -} -inline const ::testsgen::SourceCode& TestsResponse::_internal_testsources(int index) const { - return testsources_.Get(index); -} -inline const ::testsgen::SourceCode& TestsResponse::testsources(int index) const { - // @@protoc_insertion_point(field_get:testsgen.TestsResponse.testSources) - return _internal_testsources(index); -} -inline ::testsgen::SourceCode* TestsResponse::_internal_add_testsources() { - return testsources_.Add(); -} -inline ::testsgen::SourceCode* TestsResponse::add_testsources() { - // @@protoc_insertion_point(field_add:testsgen.TestsResponse.testSources) - return _internal_add_testsources(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceCode >& -TestsResponse::testsources() const { - // @@protoc_insertion_point(field_list:testsgen.TestsResponse.testSources) - return testsources_; -} - -// .testsgen.StubsResponse stubs = 2; -inline bool TestsResponse::_internal_has_stubs() const { - return this != internal_default_instance() && stubs_ != nullptr; -} -inline bool TestsResponse::has_stubs() const { - return _internal_has_stubs(); -} -inline void TestsResponse::clear_stubs() { - if (GetArenaNoVirtual() == nullptr && stubs_ != nullptr) { - delete stubs_; - } - stubs_ = nullptr; -} -inline const ::testsgen::StubsResponse& TestsResponse::_internal_stubs() const { - const ::testsgen::StubsResponse* p = stubs_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_StubsResponse_default_instance_); -} -inline const ::testsgen::StubsResponse& TestsResponse::stubs() const { - // @@protoc_insertion_point(field_get:testsgen.TestsResponse.stubs) - return _internal_stubs(); -} -inline ::testsgen::StubsResponse* TestsResponse::release_stubs() { - // @@protoc_insertion_point(field_release:testsgen.TestsResponse.stubs) - - ::testsgen::StubsResponse* temp = stubs_; - stubs_ = nullptr; - return temp; -} -inline ::testsgen::StubsResponse* TestsResponse::_internal_mutable_stubs() { - - if (stubs_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::StubsResponse>(GetArenaNoVirtual()); - stubs_ = p; - } - return stubs_; -} -inline ::testsgen::StubsResponse* TestsResponse::mutable_stubs() { - // @@protoc_insertion_point(field_mutable:testsgen.TestsResponse.stubs) - return _internal_mutable_stubs(); -} -inline void TestsResponse::set_allocated_stubs(::testsgen::StubsResponse* stubs) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete stubs_; - } - if (stubs) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - stubs = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, stubs, submessage_arena); - } - - } else { - - } - stubs_ = stubs; - // @@protoc_insertion_point(field_set_allocated:testsgen.TestsResponse.stubs) -} - -// .testsgen.Progress progress = 3; -inline bool TestsResponse::_internal_has_progress() const { - return this != internal_default_instance() && progress_ != nullptr; -} -inline bool TestsResponse::has_progress() const { - return _internal_has_progress(); -} -inline const ::testsgen::Progress& TestsResponse::_internal_progress() const { - const ::testsgen::Progress* p = progress_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_Progress_default_instance_); -} -inline const ::testsgen::Progress& TestsResponse::progress() const { - // @@protoc_insertion_point(field_get:testsgen.TestsResponse.progress) - return _internal_progress(); -} -inline ::testsgen::Progress* TestsResponse::release_progress() { - // @@protoc_insertion_point(field_release:testsgen.TestsResponse.progress) - - ::testsgen::Progress* temp = progress_; - progress_ = nullptr; - return temp; -} -inline ::testsgen::Progress* TestsResponse::_internal_mutable_progress() { - - if (progress_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); - progress_ = p; - } - return progress_; -} -inline ::testsgen::Progress* TestsResponse::mutable_progress() { - // @@protoc_insertion_point(field_mutable:testsgen.TestsResponse.progress) - return _internal_mutable_progress(); -} -inline void TestsResponse::set_allocated_progress(::testsgen::Progress* progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); - } - if (progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, progress, submessage_arena); - } - - } else { - - } - progress_ = progress; - // @@protoc_insertion_point(field_set_allocated:testsgen.TestsResponse.progress) -} - -// ------------------------------------------------------------------- - -// SourceLine - -// uint32 line = 1; -inline void SourceLine::clear_line() { - line_ = 0u; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceLine::_internal_line() const { - return line_; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceLine::line() const { - // @@protoc_insertion_point(field_get:testsgen.SourceLine.line) - return _internal_line(); -} -inline void SourceLine::_internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { - - line_ = value; -} -inline void SourceLine::set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { - _internal_set_line(value); - // @@protoc_insertion_point(field_set:testsgen.SourceLine.line) -} - -// ------------------------------------------------------------------- - -// FileCoverageSimplified - -// string filePath = 1; -inline void FileCoverageSimplified::clear_filepath() { - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& FileCoverageSimplified::filepath() const { - // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.filePath) - return _internal_filepath(); -} -inline void FileCoverageSimplified::set_filepath(const std::string& value) { - _internal_set_filepath(value); - // @@protoc_insertion_point(field_set:testsgen.FileCoverageSimplified.filePath) -} -inline std::string* FileCoverageSimplified::mutable_filepath() { - // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.filePath) - return _internal_mutable_filepath(); -} -inline const std::string& FileCoverageSimplified::_internal_filepath() const { - return filepath_.GetNoArena(); -} -inline void FileCoverageSimplified::_internal_set_filepath(const std::string& value) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void FileCoverageSimplified::set_filepath(std::string&& value) { - - filepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.FileCoverageSimplified.filePath) -} -inline void FileCoverageSimplified::set_filepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.FileCoverageSimplified.filePath) -} -inline void FileCoverageSimplified::set_filepath(const char* value, size_t size) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.FileCoverageSimplified.filePath) -} -inline std::string* FileCoverageSimplified::_internal_mutable_filepath() { - - return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* FileCoverageSimplified::release_filepath() { - // @@protoc_insertion_point(field_release:testsgen.FileCoverageSimplified.filePath) - - return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void FileCoverageSimplified::set_allocated_filepath(std::string* filepath) { - if (filepath != nullptr) { - - } else { - - } - filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.FileCoverageSimplified.filePath) -} - -// repeated .testsgen.SourceLine fullCoverageLines = 2; -inline int FileCoverageSimplified::_internal_fullcoveragelines_size() const { - return fullcoveragelines_.size(); -} -inline int FileCoverageSimplified::fullcoveragelines_size() const { - return _internal_fullcoveragelines_size(); -} -inline void FileCoverageSimplified::clear_fullcoveragelines() { - fullcoveragelines_.Clear(); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::mutable_fullcoveragelines(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.fullCoverageLines) - return fullcoveragelines_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* -FileCoverageSimplified::mutable_fullcoveragelines() { - // @@protoc_insertion_point(field_mutable_list:testsgen.FileCoverageSimplified.fullCoverageLines) - return &fullcoveragelines_; -} -inline const ::testsgen::SourceLine& FileCoverageSimplified::_internal_fullcoveragelines(int index) const { - return fullcoveragelines_.Get(index); -} -inline const ::testsgen::SourceLine& FileCoverageSimplified::fullcoveragelines(int index) const { - // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.fullCoverageLines) - return _internal_fullcoveragelines(index); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::_internal_add_fullcoveragelines() { - return fullcoveragelines_.Add(); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::add_fullcoveragelines() { - // @@protoc_insertion_point(field_add:testsgen.FileCoverageSimplified.fullCoverageLines) - return _internal_add_fullcoveragelines(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& -FileCoverageSimplified::fullcoveragelines() const { - // @@protoc_insertion_point(field_list:testsgen.FileCoverageSimplified.fullCoverageLines) - return fullcoveragelines_; -} - -// repeated .testsgen.SourceLine partialCoverageLines = 3; -inline int FileCoverageSimplified::_internal_partialcoveragelines_size() const { - return partialcoveragelines_.size(); -} -inline int FileCoverageSimplified::partialcoveragelines_size() const { - return _internal_partialcoveragelines_size(); -} -inline void FileCoverageSimplified::clear_partialcoveragelines() { - partialcoveragelines_.Clear(); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::mutable_partialcoveragelines(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.partialCoverageLines) - return partialcoveragelines_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* -FileCoverageSimplified::mutable_partialcoveragelines() { - // @@protoc_insertion_point(field_mutable_list:testsgen.FileCoverageSimplified.partialCoverageLines) - return &partialcoveragelines_; -} -inline const ::testsgen::SourceLine& FileCoverageSimplified::_internal_partialcoveragelines(int index) const { - return partialcoveragelines_.Get(index); -} -inline const ::testsgen::SourceLine& FileCoverageSimplified::partialcoveragelines(int index) const { - // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.partialCoverageLines) - return _internal_partialcoveragelines(index); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::_internal_add_partialcoveragelines() { - return partialcoveragelines_.Add(); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::add_partialcoveragelines() { - // @@protoc_insertion_point(field_add:testsgen.FileCoverageSimplified.partialCoverageLines) - return _internal_add_partialcoveragelines(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& -FileCoverageSimplified::partialcoveragelines() const { - // @@protoc_insertion_point(field_list:testsgen.FileCoverageSimplified.partialCoverageLines) - return partialcoveragelines_; -} - -// repeated .testsgen.SourceLine noCoverageLines = 4; -inline int FileCoverageSimplified::_internal_nocoveragelines_size() const { - return nocoveragelines_.size(); -} -inline int FileCoverageSimplified::nocoveragelines_size() const { - return _internal_nocoveragelines_size(); -} -inline void FileCoverageSimplified::clear_nocoveragelines() { - nocoveragelines_.Clear(); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::mutable_nocoveragelines(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.FileCoverageSimplified.noCoverageLines) - return nocoveragelines_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >* -FileCoverageSimplified::mutable_nocoveragelines() { - // @@protoc_insertion_point(field_mutable_list:testsgen.FileCoverageSimplified.noCoverageLines) - return &nocoveragelines_; -} -inline const ::testsgen::SourceLine& FileCoverageSimplified::_internal_nocoveragelines(int index) const { - return nocoveragelines_.Get(index); -} -inline const ::testsgen::SourceLine& FileCoverageSimplified::nocoveragelines(int index) const { - // @@protoc_insertion_point(field_get:testsgen.FileCoverageSimplified.noCoverageLines) - return _internal_nocoveragelines(index); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::_internal_add_nocoveragelines() { - return nocoveragelines_.Add(); -} -inline ::testsgen::SourceLine* FileCoverageSimplified::add_nocoveragelines() { - // @@protoc_insertion_point(field_add:testsgen.FileCoverageSimplified.noCoverageLines) - return _internal_add_nocoveragelines(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::SourceLine >& -FileCoverageSimplified::nocoveragelines() const { - // @@protoc_insertion_point(field_list:testsgen.FileCoverageSimplified.noCoverageLines) - return nocoveragelines_; -} - -// ------------------------------------------------------------------- - -// TestFilter - -// string testFilePath = 1; -inline void TestFilter::clear_testfilepath() { - testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& TestFilter::testfilepath() const { - // @@protoc_insertion_point(field_get:testsgen.TestFilter.testFilePath) - return _internal_testfilepath(); -} -inline void TestFilter::set_testfilepath(const std::string& value) { - _internal_set_testfilepath(value); - // @@protoc_insertion_point(field_set:testsgen.TestFilter.testFilePath) -} -inline std::string* TestFilter::mutable_testfilepath() { - // @@protoc_insertion_point(field_mutable:testsgen.TestFilter.testFilePath) - return _internal_mutable_testfilepath(); -} -inline const std::string& TestFilter::_internal_testfilepath() const { - return testfilepath_.GetNoArena(); -} -inline void TestFilter::_internal_set_testfilepath(const std::string& value) { - - testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void TestFilter::set_testfilepath(std::string&& value) { - - testfilepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.TestFilter.testFilePath) -} -inline void TestFilter::set_testfilepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.TestFilter.testFilePath) -} -inline void TestFilter::set_testfilepath(const char* value, size_t size) { - - testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.TestFilter.testFilePath) -} -inline std::string* TestFilter::_internal_mutable_testfilepath() { - - return testfilepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* TestFilter::release_testfilepath() { - // @@protoc_insertion_point(field_release:testsgen.TestFilter.testFilePath) - - return testfilepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void TestFilter::set_allocated_testfilepath(std::string* testfilepath) { - if (testfilepath != nullptr) { - - } else { - - } - testfilepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testfilepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.TestFilter.testFilePath) -} - -// string testName = 2; -inline void TestFilter::clear_testname() { - testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& TestFilter::testname() const { - // @@protoc_insertion_point(field_get:testsgen.TestFilter.testName) - return _internal_testname(); -} -inline void TestFilter::set_testname(const std::string& value) { - _internal_set_testname(value); - // @@protoc_insertion_point(field_set:testsgen.TestFilter.testName) -} -inline std::string* TestFilter::mutable_testname() { - // @@protoc_insertion_point(field_mutable:testsgen.TestFilter.testName) - return _internal_mutable_testname(); -} -inline const std::string& TestFilter::_internal_testname() const { - return testname_.GetNoArena(); -} -inline void TestFilter::_internal_set_testname(const std::string& value) { - - testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void TestFilter::set_testname(std::string&& value) { - - testname_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.TestFilter.testName) -} -inline void TestFilter::set_testname(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.TestFilter.testName) -} -inline void TestFilter::set_testname(const char* value, size_t size) { - - testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.TestFilter.testName) -} -inline std::string* TestFilter::_internal_mutable_testname() { - - return testname_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* TestFilter::release_testname() { - // @@protoc_insertion_point(field_release:testsgen.TestFilter.testName) - - return testname_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void TestFilter::set_allocated_testname(std::string* testname) { - if (testname != nullptr) { - - } else { - - } - testname_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testname); - // @@protoc_insertion_point(field_set_allocated:testsgen.TestFilter.testName) -} - -// string testSuite = 3; -inline void TestFilter::clear_testsuite() { - testsuite_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& TestFilter::testsuite() const { - // @@protoc_insertion_point(field_get:testsgen.TestFilter.testSuite) - return _internal_testsuite(); -} -inline void TestFilter::set_testsuite(const std::string& value) { - _internal_set_testsuite(value); - // @@protoc_insertion_point(field_set:testsgen.TestFilter.testSuite) -} -inline std::string* TestFilter::mutable_testsuite() { - // @@protoc_insertion_point(field_mutable:testsgen.TestFilter.testSuite) - return _internal_mutable_testsuite(); -} -inline const std::string& TestFilter::_internal_testsuite() const { - return testsuite_.GetNoArena(); -} -inline void TestFilter::_internal_set_testsuite(const std::string& value) { - - testsuite_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void TestFilter::set_testsuite(std::string&& value) { - - testsuite_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.TestFilter.testSuite) -} -inline void TestFilter::set_testsuite(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - testsuite_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.TestFilter.testSuite) -} -inline void TestFilter::set_testsuite(const char* value, size_t size) { - - testsuite_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.TestFilter.testSuite) -} -inline std::string* TestFilter::_internal_mutable_testsuite() { - - return testsuite_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* TestFilter::release_testsuite() { - // @@protoc_insertion_point(field_release:testsgen.TestFilter.testSuite) - - return testsuite_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void TestFilter::set_allocated_testsuite(std::string* testsuite) { - if (testsuite != nullptr) { - - } else { - - } - testsuite_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testsuite); - // @@protoc_insertion_point(field_set_allocated:testsgen.TestFilter.testSuite) -} - -// ------------------------------------------------------------------- - -// CoverageAndResultsRequest - -// .testsgen.ProjectContext projectContext = 1; -inline bool CoverageAndResultsRequest::_internal_has_projectcontext() const { - return this != internal_default_instance() && projectcontext_ != nullptr; -} -inline bool CoverageAndResultsRequest::has_projectcontext() const { - return _internal_has_projectcontext(); -} -inline void CoverageAndResultsRequest::clear_projectcontext() { - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; -} -inline const ::testsgen::ProjectContext& CoverageAndResultsRequest::_internal_projectcontext() const { - const ::testsgen::ProjectContext* p = projectcontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectContext_default_instance_); -} -inline const ::testsgen::ProjectContext& CoverageAndResultsRequest::projectcontext() const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.projectContext) - return _internal_projectcontext(); -} -inline ::testsgen::ProjectContext* CoverageAndResultsRequest::release_projectcontext() { - // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsRequest.projectContext) - - ::testsgen::ProjectContext* temp = projectcontext_; - projectcontext_ = nullptr; - return temp; -} -inline ::testsgen::ProjectContext* CoverageAndResultsRequest::_internal_mutable_projectcontext() { - - if (projectcontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); - projectcontext_ = p; - } - return projectcontext_; -} -inline ::testsgen::ProjectContext* CoverageAndResultsRequest::mutable_projectcontext() { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsRequest.projectContext) - return _internal_mutable_projectcontext(); -} -inline void CoverageAndResultsRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectcontext_; - } - if (projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectcontext, submessage_arena); - } - - } else { - - } - projectcontext_ = projectcontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsRequest.projectContext) -} - -// .testsgen.SettingsContext settingsContext = 2; -inline bool CoverageAndResultsRequest::_internal_has_settingscontext() const { - return this != internal_default_instance() && settingscontext_ != nullptr; -} -inline bool CoverageAndResultsRequest::has_settingscontext() const { - return _internal_has_settingscontext(); -} -inline void CoverageAndResultsRequest::clear_settingscontext() { - if (GetArenaNoVirtual() == nullptr && settingscontext_ != nullptr) { - delete settingscontext_; - } - settingscontext_ = nullptr; -} -inline const ::testsgen::SettingsContext& CoverageAndResultsRequest::_internal_settingscontext() const { - const ::testsgen::SettingsContext* p = settingscontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_SettingsContext_default_instance_); -} -inline const ::testsgen::SettingsContext& CoverageAndResultsRequest::settingscontext() const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.settingsContext) - return _internal_settingscontext(); -} -inline ::testsgen::SettingsContext* CoverageAndResultsRequest::release_settingscontext() { - // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsRequest.settingsContext) - - ::testsgen::SettingsContext* temp = settingscontext_; - settingscontext_ = nullptr; - return temp; -} -inline ::testsgen::SettingsContext* CoverageAndResultsRequest::_internal_mutable_settingscontext() { - - if (settingscontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::SettingsContext>(GetArenaNoVirtual()); - settingscontext_ = p; - } - return settingscontext_; -} -inline ::testsgen::SettingsContext* CoverageAndResultsRequest::mutable_settingscontext() { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsRequest.settingsContext) - return _internal_mutable_settingscontext(); -} -inline void CoverageAndResultsRequest::set_allocated_settingscontext(::testsgen::SettingsContext* settingscontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete settingscontext_; - } - if (settingscontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - settingscontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, settingscontext, submessage_arena); - } - - } else { - - } - settingscontext_ = settingscontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsRequest.settingsContext) -} - -// .testsgen.TestFilter testFilter = 3; -inline bool CoverageAndResultsRequest::_internal_has_testfilter() const { - return this != internal_default_instance() && testfilter_ != nullptr; -} -inline bool CoverageAndResultsRequest::has_testfilter() const { - return _internal_has_testfilter(); -} -inline void CoverageAndResultsRequest::clear_testfilter() { - if (GetArenaNoVirtual() == nullptr && testfilter_ != nullptr) { - delete testfilter_; - } - testfilter_ = nullptr; -} -inline const ::testsgen::TestFilter& CoverageAndResultsRequest::_internal_testfilter() const { - const ::testsgen::TestFilter* p = testfilter_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_TestFilter_default_instance_); -} -inline const ::testsgen::TestFilter& CoverageAndResultsRequest::testfilter() const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.testFilter) - return _internal_testfilter(); -} -inline ::testsgen::TestFilter* CoverageAndResultsRequest::release_testfilter() { - // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsRequest.testFilter) - - ::testsgen::TestFilter* temp = testfilter_; - testfilter_ = nullptr; - return temp; -} -inline ::testsgen::TestFilter* CoverageAndResultsRequest::_internal_mutable_testfilter() { - - if (testfilter_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::TestFilter>(GetArenaNoVirtual()); - testfilter_ = p; - } - return testfilter_; -} -inline ::testsgen::TestFilter* CoverageAndResultsRequest::mutable_testfilter() { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsRequest.testFilter) - return _internal_mutable_testfilter(); -} -inline void CoverageAndResultsRequest::set_allocated_testfilter(::testsgen::TestFilter* testfilter) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete testfilter_; - } - if (testfilter) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - testfilter = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, testfilter, submessage_arena); - } - - } else { - - } - testfilter_ = testfilter; - // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsRequest.testFilter) -} - -// bool coverage = 4; -inline void CoverageAndResultsRequest::clear_coverage() { - coverage_ = false; -} -inline bool CoverageAndResultsRequest::_internal_coverage() const { - return coverage_; -} -inline bool CoverageAndResultsRequest::coverage() const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsRequest.coverage) - return _internal_coverage(); -} -inline void CoverageAndResultsRequest::_internal_set_coverage(bool value) { - - coverage_ = value; -} -inline void CoverageAndResultsRequest::set_coverage(bool value) { - _internal_set_coverage(value); - // @@protoc_insertion_point(field_set:testsgen.CoverageAndResultsRequest.coverage) -} - -// ------------------------------------------------------------------- - -// TestResultObject - -// string testFilePath = 1; -inline void TestResultObject::clear_testfilepath() { - testfilepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& TestResultObject::testfilepath() const { - // @@protoc_insertion_point(field_get:testsgen.TestResultObject.testFilePath) - return _internal_testfilepath(); -} -inline void TestResultObject::set_testfilepath(const std::string& value) { - _internal_set_testfilepath(value); - // @@protoc_insertion_point(field_set:testsgen.TestResultObject.testFilePath) -} -inline std::string* TestResultObject::mutable_testfilepath() { - // @@protoc_insertion_point(field_mutable:testsgen.TestResultObject.testFilePath) - return _internal_mutable_testfilepath(); -} -inline const std::string& TestResultObject::_internal_testfilepath() const { - return testfilepath_.GetNoArena(); -} -inline void TestResultObject::_internal_set_testfilepath(const std::string& value) { - - testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void TestResultObject::set_testfilepath(std::string&& value) { - - testfilepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.TestResultObject.testFilePath) -} -inline void TestResultObject::set_testfilepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.TestResultObject.testFilePath) -} -inline void TestResultObject::set_testfilepath(const char* value, size_t size) { - - testfilepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.TestResultObject.testFilePath) -} -inline std::string* TestResultObject::_internal_mutable_testfilepath() { - - return testfilepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* TestResultObject::release_testfilepath() { - // @@protoc_insertion_point(field_release:testsgen.TestResultObject.testFilePath) - - return testfilepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void TestResultObject::set_allocated_testfilepath(std::string* testfilepath) { - if (testfilepath != nullptr) { - - } else { - - } - testfilepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testfilepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.TestResultObject.testFilePath) -} - -// string testname = 2; -inline void TestResultObject::clear_testname() { - testname_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& TestResultObject::testname() const { - // @@protoc_insertion_point(field_get:testsgen.TestResultObject.testname) - return _internal_testname(); -} -inline void TestResultObject::set_testname(const std::string& value) { - _internal_set_testname(value); - // @@protoc_insertion_point(field_set:testsgen.TestResultObject.testname) -} -inline std::string* TestResultObject::mutable_testname() { - // @@protoc_insertion_point(field_mutable:testsgen.TestResultObject.testname) - return _internal_mutable_testname(); -} -inline const std::string& TestResultObject::_internal_testname() const { - return testname_.GetNoArena(); -} -inline void TestResultObject::_internal_set_testname(const std::string& value) { - - testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void TestResultObject::set_testname(std::string&& value) { - - testname_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.TestResultObject.testname) -} -inline void TestResultObject::set_testname(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.TestResultObject.testname) -} -inline void TestResultObject::set_testname(const char* value, size_t size) { - - testname_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.TestResultObject.testname) -} -inline std::string* TestResultObject::_internal_mutable_testname() { - - return testname_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* TestResultObject::release_testname() { - // @@protoc_insertion_point(field_release:testsgen.TestResultObject.testname) - - return testname_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void TestResultObject::set_allocated_testname(std::string* testname) { - if (testname != nullptr) { - - } else { - - } - testname_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), testname); - // @@protoc_insertion_point(field_set_allocated:testsgen.TestResultObject.testname) -} - -// .testsgen.TestStatus status = 3; -inline void TestResultObject::clear_status() { - status_ = 0; -} -inline ::testsgen::TestStatus TestResultObject::_internal_status() const { - return static_cast< ::testsgen::TestStatus >(status_); -} -inline ::testsgen::TestStatus TestResultObject::status() const { - // @@protoc_insertion_point(field_get:testsgen.TestResultObject.status) - return _internal_status(); -} -inline void TestResultObject::_internal_set_status(::testsgen::TestStatus value) { - - status_ = value; -} -inline void TestResultObject::set_status(::testsgen::TestStatus value) { - _internal_set_status(value); - // @@protoc_insertion_point(field_set:testsgen.TestResultObject.status) -} - -// string output = 4; -inline void TestResultObject::clear_output() { - output_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& TestResultObject::output() const { - // @@protoc_insertion_point(field_get:testsgen.TestResultObject.output) - return _internal_output(); -} -inline void TestResultObject::set_output(const std::string& value) { - _internal_set_output(value); - // @@protoc_insertion_point(field_set:testsgen.TestResultObject.output) -} -inline std::string* TestResultObject::mutable_output() { - // @@protoc_insertion_point(field_mutable:testsgen.TestResultObject.output) - return _internal_mutable_output(); -} -inline const std::string& TestResultObject::_internal_output() const { - return output_.GetNoArena(); -} -inline void TestResultObject::_internal_set_output(const std::string& value) { - - output_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void TestResultObject::set_output(std::string&& value) { - - output_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.TestResultObject.output) -} -inline void TestResultObject::set_output(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - output_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.TestResultObject.output) -} -inline void TestResultObject::set_output(const char* value, size_t size) { - - output_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.TestResultObject.output) -} -inline std::string* TestResultObject::_internal_mutable_output() { - - return output_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* TestResultObject::release_output() { - // @@protoc_insertion_point(field_release:testsgen.TestResultObject.output) - - return output_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void TestResultObject::set_allocated_output(std::string* output) { - if (output != nullptr) { - - } else { - - } - output_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), output); - // @@protoc_insertion_point(field_set_allocated:testsgen.TestResultObject.output) -} - -// ------------------------------------------------------------------- - -// CoverageAndResultsResponse - -// repeated .testsgen.TestResultObject testRunResults = 1; -inline int CoverageAndResultsResponse::_internal_testrunresults_size() const { - return testrunresults_.size(); -} -inline int CoverageAndResultsResponse::testrunresults_size() const { - return _internal_testrunresults_size(); -} -inline void CoverageAndResultsResponse::clear_testrunresults() { - testrunresults_.Clear(); -} -inline ::testsgen::TestResultObject* CoverageAndResultsResponse::mutable_testrunresults(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.testRunResults) - return testrunresults_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >* -CoverageAndResultsResponse::mutable_testrunresults() { - // @@protoc_insertion_point(field_mutable_list:testsgen.CoverageAndResultsResponse.testRunResults) - return &testrunresults_; -} -inline const ::testsgen::TestResultObject& CoverageAndResultsResponse::_internal_testrunresults(int index) const { - return testrunresults_.Get(index); -} -inline const ::testsgen::TestResultObject& CoverageAndResultsResponse::testrunresults(int index) const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.testRunResults) - return _internal_testrunresults(index); -} -inline ::testsgen::TestResultObject* CoverageAndResultsResponse::_internal_add_testrunresults() { - return testrunresults_.Add(); -} -inline ::testsgen::TestResultObject* CoverageAndResultsResponse::add_testrunresults() { - // @@protoc_insertion_point(field_add:testsgen.CoverageAndResultsResponse.testRunResults) - return _internal_add_testrunresults(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::TestResultObject >& -CoverageAndResultsResponse::testrunresults() const { - // @@protoc_insertion_point(field_list:testsgen.CoverageAndResultsResponse.testRunResults) - return testrunresults_; -} - -// repeated .testsgen.FileCoverageSimplified coverages = 2; -inline int CoverageAndResultsResponse::_internal_coverages_size() const { - return coverages_.size(); -} -inline int CoverageAndResultsResponse::coverages_size() const { - return _internal_coverages_size(); -} -inline void CoverageAndResultsResponse::clear_coverages() { - coverages_.Clear(); -} -inline ::testsgen::FileCoverageSimplified* CoverageAndResultsResponse::mutable_coverages(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.coverages) - return coverages_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >* -CoverageAndResultsResponse::mutable_coverages() { - // @@protoc_insertion_point(field_mutable_list:testsgen.CoverageAndResultsResponse.coverages) - return &coverages_; -} -inline const ::testsgen::FileCoverageSimplified& CoverageAndResultsResponse::_internal_coverages(int index) const { - return coverages_.Get(index); -} -inline const ::testsgen::FileCoverageSimplified& CoverageAndResultsResponse::coverages(int index) const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.coverages) - return _internal_coverages(index); -} -inline ::testsgen::FileCoverageSimplified* CoverageAndResultsResponse::_internal_add_coverages() { - return coverages_.Add(); -} -inline ::testsgen::FileCoverageSimplified* CoverageAndResultsResponse::add_coverages() { - // @@protoc_insertion_point(field_add:testsgen.CoverageAndResultsResponse.coverages) - return _internal_add_coverages(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::FileCoverageSimplified >& -CoverageAndResultsResponse::coverages() const { - // @@protoc_insertion_point(field_list:testsgen.CoverageAndResultsResponse.coverages) - return coverages_; -} - -// .testsgen.Progress progress = 3; -inline bool CoverageAndResultsResponse::_internal_has_progress() const { - return this != internal_default_instance() && progress_ != nullptr; -} -inline bool CoverageAndResultsResponse::has_progress() const { - return _internal_has_progress(); -} -inline const ::testsgen::Progress& CoverageAndResultsResponse::_internal_progress() const { - const ::testsgen::Progress* p = progress_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_Progress_default_instance_); -} -inline const ::testsgen::Progress& CoverageAndResultsResponse::progress() const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.progress) - return _internal_progress(); -} -inline ::testsgen::Progress* CoverageAndResultsResponse::release_progress() { - // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsResponse.progress) - - ::testsgen::Progress* temp = progress_; - progress_ = nullptr; - return temp; -} -inline ::testsgen::Progress* CoverageAndResultsResponse::_internal_mutable_progress() { - - if (progress_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); - progress_ = p; - } - return progress_; -} -inline ::testsgen::Progress* CoverageAndResultsResponse::mutable_progress() { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.progress) - return _internal_mutable_progress(); -} -inline void CoverageAndResultsResponse::set_allocated_progress(::testsgen::Progress* progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); - } - if (progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, progress, submessage_arena); - } - - } else { - - } - progress_ = progress; - // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsResponse.progress) -} - -// string errorMessage = 4; -inline void CoverageAndResultsResponse::clear_errormessage() { - errormessage_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& CoverageAndResultsResponse::errormessage() const { - // @@protoc_insertion_point(field_get:testsgen.CoverageAndResultsResponse.errorMessage) - return _internal_errormessage(); -} -inline void CoverageAndResultsResponse::set_errormessage(const std::string& value) { - _internal_set_errormessage(value); - // @@protoc_insertion_point(field_set:testsgen.CoverageAndResultsResponse.errorMessage) -} -inline std::string* CoverageAndResultsResponse::mutable_errormessage() { - // @@protoc_insertion_point(field_mutable:testsgen.CoverageAndResultsResponse.errorMessage) - return _internal_mutable_errormessage(); -} -inline const std::string& CoverageAndResultsResponse::_internal_errormessage() const { - return errormessage_.GetNoArena(); -} -inline void CoverageAndResultsResponse::_internal_set_errormessage(const std::string& value) { - - errormessage_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void CoverageAndResultsResponse::set_errormessage(std::string&& value) { - - errormessage_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.CoverageAndResultsResponse.errorMessage) -} -inline void CoverageAndResultsResponse::set_errormessage(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - errormessage_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.CoverageAndResultsResponse.errorMessage) -} -inline void CoverageAndResultsResponse::set_errormessage(const char* value, size_t size) { - - errormessage_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.CoverageAndResultsResponse.errorMessage) -} -inline std::string* CoverageAndResultsResponse::_internal_mutable_errormessage() { - - return errormessage_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* CoverageAndResultsResponse::release_errormessage() { - // @@protoc_insertion_point(field_release:testsgen.CoverageAndResultsResponse.errorMessage) - - return errormessage_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void CoverageAndResultsResponse::set_allocated_errormessage(std::string* errormessage) { - if (errormessage != nullptr) { - - } else { - - } - errormessage_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), errormessage); - // @@protoc_insertion_point(field_set_allocated:testsgen.CoverageAndResultsResponse.errorMessage) -} - -// ------------------------------------------------------------------- - -// HeartbeatResponse - -// bool linked = 1; -inline void HeartbeatResponse::clear_linked() { - linked_ = false; -} -inline bool HeartbeatResponse::_internal_linked() const { - return linked_; -} -inline bool HeartbeatResponse::linked() const { - // @@protoc_insertion_point(field_get:testsgen.HeartbeatResponse.linked) - return _internal_linked(); -} -inline void HeartbeatResponse::_internal_set_linked(bool value) { - - linked_ = value; -} -inline void HeartbeatResponse::set_linked(bool value) { - _internal_set_linked(value); - // @@protoc_insertion_point(field_set:testsgen.HeartbeatResponse.linked) -} - -// ------------------------------------------------------------------- - -// ProjectConfigRequest - -// .testsgen.ProjectContext projectContext = 1; -inline bool ProjectConfigRequest::_internal_has_projectcontext() const { - return this != internal_default_instance() && projectcontext_ != nullptr; -} -inline bool ProjectConfigRequest::has_projectcontext() const { - return _internal_has_projectcontext(); -} -inline void ProjectConfigRequest::clear_projectcontext() { - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; -} -inline const ::testsgen::ProjectContext& ProjectConfigRequest::_internal_projectcontext() const { - const ::testsgen::ProjectContext* p = projectcontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectContext_default_instance_); -} -inline const ::testsgen::ProjectContext& ProjectConfigRequest::projectcontext() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectConfigRequest.projectContext) - return _internal_projectcontext(); -} -inline ::testsgen::ProjectContext* ProjectConfigRequest::release_projectcontext() { - // @@protoc_insertion_point(field_release:testsgen.ProjectConfigRequest.projectContext) - - ::testsgen::ProjectContext* temp = projectcontext_; - projectcontext_ = nullptr; - return temp; -} -inline ::testsgen::ProjectContext* ProjectConfigRequest::_internal_mutable_projectcontext() { - - if (projectcontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); - projectcontext_ = p; - } - return projectcontext_; -} -inline ::testsgen::ProjectContext* ProjectConfigRequest::mutable_projectcontext() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigRequest.projectContext) - return _internal_mutable_projectcontext(); -} -inline void ProjectConfigRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectcontext_; - } - if (projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectcontext, submessage_arena); - } - - } else { - - } - projectcontext_ = projectcontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectConfigRequest.projectContext) -} - -// .testsgen.ConfigMode configMode = 2; -inline void ProjectConfigRequest::clear_configmode() { - configmode_ = 0; -} -inline ::testsgen::ConfigMode ProjectConfigRequest::_internal_configmode() const { - return static_cast< ::testsgen::ConfigMode >(configmode_); -} -inline ::testsgen::ConfigMode ProjectConfigRequest::configmode() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectConfigRequest.configMode) - return _internal_configmode(); -} -inline void ProjectConfigRequest::_internal_set_configmode(::testsgen::ConfigMode value) { - - configmode_ = value; -} -inline void ProjectConfigRequest::set_configmode(::testsgen::ConfigMode value) { - _internal_set_configmode(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectConfigRequest.configMode) -} - -// repeated string cmakeOptions = 3; -inline int ProjectConfigRequest::_internal_cmakeoptions_size() const { - return cmakeoptions_.size(); -} -inline int ProjectConfigRequest::cmakeoptions_size() const { - return _internal_cmakeoptions_size(); -} -inline void ProjectConfigRequest::clear_cmakeoptions() { - cmakeoptions_.Clear(); -} -inline std::string* ProjectConfigRequest::add_cmakeoptions() { - // @@protoc_insertion_point(field_add_mutable:testsgen.ProjectConfigRequest.cmakeOptions) - return _internal_add_cmakeoptions(); -} -inline const std::string& ProjectConfigRequest::_internal_cmakeoptions(int index) const { - return cmakeoptions_.Get(index); -} -inline const std::string& ProjectConfigRequest::cmakeoptions(int index) const { - // @@protoc_insertion_point(field_get:testsgen.ProjectConfigRequest.cmakeOptions) - return _internal_cmakeoptions(index); -} -inline std::string* ProjectConfigRequest::mutable_cmakeoptions(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigRequest.cmakeOptions) - return cmakeoptions_.Mutable(index); -} -inline void ProjectConfigRequest::set_cmakeoptions(int index, const std::string& value) { - // @@protoc_insertion_point(field_set:testsgen.ProjectConfigRequest.cmakeOptions) - cmakeoptions_.Mutable(index)->assign(value); -} -inline void ProjectConfigRequest::set_cmakeoptions(int index, std::string&& value) { - // @@protoc_insertion_point(field_set:testsgen.ProjectConfigRequest.cmakeOptions) - cmakeoptions_.Mutable(index)->assign(std::move(value)); -} -inline void ProjectConfigRequest::set_cmakeoptions(int index, const char* value) { - GOOGLE_DCHECK(value != nullptr); - cmakeoptions_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectConfigRequest.cmakeOptions) -} -inline void ProjectConfigRequest::set_cmakeoptions(int index, const char* value, size_t size) { - cmakeoptions_.Mutable(index)->assign( - reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectConfigRequest.cmakeOptions) -} -inline std::string* ProjectConfigRequest::_internal_add_cmakeoptions() { - return cmakeoptions_.Add(); -} -inline void ProjectConfigRequest::add_cmakeoptions(const std::string& value) { - cmakeoptions_.Add()->assign(value); - // @@protoc_insertion_point(field_add:testsgen.ProjectConfigRequest.cmakeOptions) -} -inline void ProjectConfigRequest::add_cmakeoptions(std::string&& value) { - cmakeoptions_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:testsgen.ProjectConfigRequest.cmakeOptions) -} -inline void ProjectConfigRequest::add_cmakeoptions(const char* value) { - GOOGLE_DCHECK(value != nullptr); - cmakeoptions_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:testsgen.ProjectConfigRequest.cmakeOptions) -} -inline void ProjectConfigRequest::add_cmakeoptions(const char* value, size_t size) { - cmakeoptions_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:testsgen.ProjectConfigRequest.cmakeOptions) -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -ProjectConfigRequest::cmakeoptions() const { - // @@protoc_insertion_point(field_list:testsgen.ProjectConfigRequest.cmakeOptions) - return cmakeoptions_; -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -ProjectConfigRequest::mutable_cmakeoptions() { - // @@protoc_insertion_point(field_mutable_list:testsgen.ProjectConfigRequest.cmakeOptions) - return &cmakeoptions_; -} - -// ------------------------------------------------------------------- - -// ProjectConfigResponse - -// .testsgen.ProjectConfigStatus type = 1; -inline void ProjectConfigResponse::clear_type() { - type_ = 0; -} -inline ::testsgen::ProjectConfigStatus ProjectConfigResponse::_internal_type() const { - return static_cast< ::testsgen::ProjectConfigStatus >(type_); -} -inline ::testsgen::ProjectConfigStatus ProjectConfigResponse::type() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectConfigResponse.type) - return _internal_type(); -} -inline void ProjectConfigResponse::_internal_set_type(::testsgen::ProjectConfigStatus value) { - - type_ = value; -} -inline void ProjectConfigResponse::set_type(::testsgen::ProjectConfigStatus value) { - _internal_set_type(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectConfigResponse.type) -} - -// string message = 2; -inline void ProjectConfigResponse::clear_message() { - message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectConfigResponse::message() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectConfigResponse.message) - return _internal_message(); -} -inline void ProjectConfigResponse::set_message(const std::string& value) { - _internal_set_message(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectConfigResponse.message) -} -inline std::string* ProjectConfigResponse::mutable_message() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigResponse.message) - return _internal_mutable_message(); -} -inline const std::string& ProjectConfigResponse::_internal_message() const { - return message_.GetNoArena(); -} -inline void ProjectConfigResponse::_internal_set_message(const std::string& value) { - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectConfigResponse::set_message(std::string&& value) { - - message_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectConfigResponse.message) -} -inline void ProjectConfigResponse::set_message(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectConfigResponse.message) -} -inline void ProjectConfigResponse::set_message(const char* value, size_t size) { - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectConfigResponse.message) -} -inline std::string* ProjectConfigResponse::_internal_mutable_message() { - - return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectConfigResponse::release_message() { - // @@protoc_insertion_point(field_release:testsgen.ProjectConfigResponse.message) - - return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectConfigResponse::set_allocated_message(std::string* message) { - if (message != nullptr) { - - } else { - - } - message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectConfigResponse.message) -} - -// .testsgen.Progress progress = 3; -inline bool ProjectConfigResponse::_internal_has_progress() const { - return this != internal_default_instance() && progress_ != nullptr; -} -inline bool ProjectConfigResponse::has_progress() const { - return _internal_has_progress(); -} -inline const ::testsgen::Progress& ProjectConfigResponse::_internal_progress() const { - const ::testsgen::Progress* p = progress_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_Progress_default_instance_); -} -inline const ::testsgen::Progress& ProjectConfigResponse::progress() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectConfigResponse.progress) - return _internal_progress(); -} -inline ::testsgen::Progress* ProjectConfigResponse::release_progress() { - // @@protoc_insertion_point(field_release:testsgen.ProjectConfigResponse.progress) - - ::testsgen::Progress* temp = progress_; - progress_ = nullptr; - return temp; -} -inline ::testsgen::Progress* ProjectConfigResponse::_internal_mutable_progress() { - - if (progress_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::Progress>(GetArenaNoVirtual()); - progress_ = p; - } - return progress_; -} -inline ::testsgen::Progress* ProjectConfigResponse::mutable_progress() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectConfigResponse.progress) - return _internal_mutable_progress(); -} -inline void ProjectConfigResponse::set_allocated_progress(::testsgen::Progress* progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(progress_); - } - if (progress) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - progress = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, progress, submessage_arena); - } - - } else { - - } - progress_ = progress; - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectConfigResponse.progress) -} - -// ------------------------------------------------------------------- - -// ProjectTarget - -// string name = 1; -inline void ProjectTarget::clear_name() { - name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectTarget::name() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectTarget.name) - return _internal_name(); -} -inline void ProjectTarget::set_name(const std::string& value) { - _internal_set_name(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectTarget.name) -} -inline std::string* ProjectTarget::mutable_name() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectTarget.name) - return _internal_mutable_name(); -} -inline const std::string& ProjectTarget::_internal_name() const { - return name_.GetNoArena(); -} -inline void ProjectTarget::_internal_set_name(const std::string& value) { - - name_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectTarget::set_name(std::string&& value) { - - name_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectTarget.name) -} -inline void ProjectTarget::set_name(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - name_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectTarget.name) -} -inline void ProjectTarget::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectTarget.name) -} -inline std::string* ProjectTarget::_internal_mutable_name() { - - return name_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectTarget::release_name() { - // @@protoc_insertion_point(field_release:testsgen.ProjectTarget.name) - - return name_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectTarget::set_allocated_name(std::string* name) { - if (name != nullptr) { - - } else { - - } - name_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTarget.name) -} - -// string path = 2; -inline void ProjectTarget::clear_path() { - path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectTarget::path() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectTarget.path) - return _internal_path(); -} -inline void ProjectTarget::set_path(const std::string& value) { - _internal_set_path(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectTarget.path) -} -inline std::string* ProjectTarget::mutable_path() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectTarget.path) - return _internal_mutable_path(); -} -inline const std::string& ProjectTarget::_internal_path() const { - return path_.GetNoArena(); -} -inline void ProjectTarget::_internal_set_path(const std::string& value) { - - path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectTarget::set_path(std::string&& value) { - - path_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectTarget.path) -} -inline void ProjectTarget::set_path(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectTarget.path) -} -inline void ProjectTarget::set_path(const char* value, size_t size) { - - path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectTarget.path) -} -inline std::string* ProjectTarget::_internal_mutable_path() { - - return path_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectTarget::release_path() { - // @@protoc_insertion_point(field_release:testsgen.ProjectTarget.path) - - return path_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectTarget::set_allocated_path(std::string* path) { - if (path != nullptr) { - - } else { - - } - path_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), path); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTarget.path) -} - -// string description = 3; -inline void ProjectTarget::clear_description() { - description_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& ProjectTarget::description() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectTarget.description) - return _internal_description(); -} -inline void ProjectTarget::set_description(const std::string& value) { - _internal_set_description(value); - // @@protoc_insertion_point(field_set:testsgen.ProjectTarget.description) -} -inline std::string* ProjectTarget::mutable_description() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectTarget.description) - return _internal_mutable_description(); -} -inline const std::string& ProjectTarget::_internal_description() const { - return description_.GetNoArena(); -} -inline void ProjectTarget::_internal_set_description(const std::string& value) { - - description_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void ProjectTarget::set_description(std::string&& value) { - - description_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.ProjectTarget.description) -} -inline void ProjectTarget::set_description(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - description_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.ProjectTarget.description) -} -inline void ProjectTarget::set_description(const char* value, size_t size) { - - description_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.ProjectTarget.description) -} -inline std::string* ProjectTarget::_internal_mutable_description() { - - return description_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* ProjectTarget::release_description() { - // @@protoc_insertion_point(field_release:testsgen.ProjectTarget.description) - - return description_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void ProjectTarget::set_allocated_description(std::string* description) { - if (description != nullptr) { - - } else { - - } - description_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), description); - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTarget.description) -} - -// ------------------------------------------------------------------- - -// ProjectTargetsRequest - -// .testsgen.ProjectContext projectContext = 1; -inline bool ProjectTargetsRequest::_internal_has_projectcontext() const { - return this != internal_default_instance() && projectcontext_ != nullptr; -} -inline bool ProjectTargetsRequest::has_projectcontext() const { - return _internal_has_projectcontext(); -} -inline void ProjectTargetsRequest::clear_projectcontext() { - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; -} -inline const ::testsgen::ProjectContext& ProjectTargetsRequest::_internal_projectcontext() const { - const ::testsgen::ProjectContext* p = projectcontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectContext_default_instance_); -} -inline const ::testsgen::ProjectContext& ProjectTargetsRequest::projectcontext() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectTargetsRequest.projectContext) - return _internal_projectcontext(); -} -inline ::testsgen::ProjectContext* ProjectTargetsRequest::release_projectcontext() { - // @@protoc_insertion_point(field_release:testsgen.ProjectTargetsRequest.projectContext) - - ::testsgen::ProjectContext* temp = projectcontext_; - projectcontext_ = nullptr; - return temp; -} -inline ::testsgen::ProjectContext* ProjectTargetsRequest::_internal_mutable_projectcontext() { - - if (projectcontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); - projectcontext_ = p; - } - return projectcontext_; -} -inline ::testsgen::ProjectContext* ProjectTargetsRequest::mutable_projectcontext() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectTargetsRequest.projectContext) - return _internal_mutable_projectcontext(); -} -inline void ProjectTargetsRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectcontext_; - } - if (projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectcontext, submessage_arena); - } - - } else { - - } - projectcontext_ = projectcontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTargetsRequest.projectContext) -} - -// ------------------------------------------------------------------- - -// ProjectTargetsResponse - -// repeated .testsgen.ProjectTarget targets = 1; -inline int ProjectTargetsResponse::_internal_targets_size() const { - return targets_.size(); -} -inline int ProjectTargetsResponse::targets_size() const { - return _internal_targets_size(); -} -inline void ProjectTargetsResponse::clear_targets() { - targets_.Clear(); -} -inline ::testsgen::ProjectTarget* ProjectTargetsResponse::mutable_targets(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectTargetsResponse.targets) - return targets_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* -ProjectTargetsResponse::mutable_targets() { - // @@protoc_insertion_point(field_mutable_list:testsgen.ProjectTargetsResponse.targets) - return &targets_; -} -inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::_internal_targets(int index) const { - return targets_.Get(index); -} -inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::targets(int index) const { - // @@protoc_insertion_point(field_get:testsgen.ProjectTargetsResponse.targets) - return _internal_targets(index); -} -inline ::testsgen::ProjectTarget* ProjectTargetsResponse::_internal_add_targets() { - return targets_.Add(); -} -inline ::testsgen::ProjectTarget* ProjectTargetsResponse::add_targets() { - // @@protoc_insertion_point(field_add:testsgen.ProjectTargetsResponse.targets) - return _internal_add_targets(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& -ProjectTargetsResponse::targets() const { - // @@protoc_insertion_point(field_list:testsgen.ProjectTargetsResponse.targets) - return targets_; -} - -// .testsgen.ProjectTarget priorityTarget = 2; -inline bool ProjectTargetsResponse::_internal_has_prioritytarget() const { - return this != internal_default_instance() && prioritytarget_ != nullptr; -} -inline bool ProjectTargetsResponse::has_prioritytarget() const { - return _internal_has_prioritytarget(); -} -inline void ProjectTargetsResponse::clear_prioritytarget() { - if (GetArenaNoVirtual() == nullptr && prioritytarget_ != nullptr) { - delete prioritytarget_; - } - prioritytarget_ = nullptr; -} -inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::_internal_prioritytarget() const { - const ::testsgen::ProjectTarget* p = prioritytarget_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectTarget_default_instance_); -} -inline const ::testsgen::ProjectTarget& ProjectTargetsResponse::prioritytarget() const { - // @@protoc_insertion_point(field_get:testsgen.ProjectTargetsResponse.priorityTarget) - return _internal_prioritytarget(); -} -inline ::testsgen::ProjectTarget* ProjectTargetsResponse::release_prioritytarget() { - // @@protoc_insertion_point(field_release:testsgen.ProjectTargetsResponse.priorityTarget) - - ::testsgen::ProjectTarget* temp = prioritytarget_; - prioritytarget_ = nullptr; - return temp; -} -inline ::testsgen::ProjectTarget* ProjectTargetsResponse::_internal_mutable_prioritytarget() { - - if (prioritytarget_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectTarget>(GetArenaNoVirtual()); - prioritytarget_ = p; - } - return prioritytarget_; -} -inline ::testsgen::ProjectTarget* ProjectTargetsResponse::mutable_prioritytarget() { - // @@protoc_insertion_point(field_mutable:testsgen.ProjectTargetsResponse.priorityTarget) - return _internal_mutable_prioritytarget(); -} -inline void ProjectTargetsResponse::set_allocated_prioritytarget(::testsgen::ProjectTarget* prioritytarget) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete prioritytarget_; - } - if (prioritytarget) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - prioritytarget = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, prioritytarget, submessage_arena); - } - - } else { - - } - prioritytarget_ = prioritytarget; - // @@protoc_insertion_point(field_set_allocated:testsgen.ProjectTargetsResponse.priorityTarget) -} - -// ------------------------------------------------------------------- - -// FileTargetsRequest - -// string path = 1; -inline void FileTargetsRequest::clear_path() { - path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& FileTargetsRequest::path() const { - // @@protoc_insertion_point(field_get:testsgen.FileTargetsRequest.path) - return _internal_path(); -} -inline void FileTargetsRequest::set_path(const std::string& value) { - _internal_set_path(value); - // @@protoc_insertion_point(field_set:testsgen.FileTargetsRequest.path) -} -inline std::string* FileTargetsRequest::mutable_path() { - // @@protoc_insertion_point(field_mutable:testsgen.FileTargetsRequest.path) - return _internal_mutable_path(); -} -inline const std::string& FileTargetsRequest::_internal_path() const { - return path_.GetNoArena(); -} -inline void FileTargetsRequest::_internal_set_path(const std::string& value) { - - path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void FileTargetsRequest::set_path(std::string&& value) { - - path_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.FileTargetsRequest.path) -} -inline void FileTargetsRequest::set_path(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.FileTargetsRequest.path) -} -inline void FileTargetsRequest::set_path(const char* value, size_t size) { - - path_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.FileTargetsRequest.path) -} -inline std::string* FileTargetsRequest::_internal_mutable_path() { - - return path_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* FileTargetsRequest::release_path() { - // @@protoc_insertion_point(field_release:testsgen.FileTargetsRequest.path) - - return path_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void FileTargetsRequest::set_allocated_path(std::string* path) { - if (path != nullptr) { - - } else { - - } - path_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), path); - // @@protoc_insertion_point(field_set_allocated:testsgen.FileTargetsRequest.path) -} - -// .testsgen.ProjectContext projectContext = 2; -inline bool FileTargetsRequest::_internal_has_projectcontext() const { - return this != internal_default_instance() && projectcontext_ != nullptr; -} -inline bool FileTargetsRequest::has_projectcontext() const { - return _internal_has_projectcontext(); -} -inline void FileTargetsRequest::clear_projectcontext() { - if (GetArenaNoVirtual() == nullptr && projectcontext_ != nullptr) { - delete projectcontext_; - } - projectcontext_ = nullptr; -} -inline const ::testsgen::ProjectContext& FileTargetsRequest::_internal_projectcontext() const { - const ::testsgen::ProjectContext* p = projectcontext_; - return p != nullptr ? *p : *reinterpret_cast( - &::testsgen::_ProjectContext_default_instance_); -} -inline const ::testsgen::ProjectContext& FileTargetsRequest::projectcontext() const { - // @@protoc_insertion_point(field_get:testsgen.FileTargetsRequest.projectContext) - return _internal_projectcontext(); -} -inline ::testsgen::ProjectContext* FileTargetsRequest::release_projectcontext() { - // @@protoc_insertion_point(field_release:testsgen.FileTargetsRequest.projectContext) - - ::testsgen::ProjectContext* temp = projectcontext_; - projectcontext_ = nullptr; - return temp; -} -inline ::testsgen::ProjectContext* FileTargetsRequest::_internal_mutable_projectcontext() { - - if (projectcontext_ == nullptr) { - auto* p = CreateMaybeMessage<::testsgen::ProjectContext>(GetArenaNoVirtual()); - projectcontext_ = p; - } - return projectcontext_; -} -inline ::testsgen::ProjectContext* FileTargetsRequest::mutable_projectcontext() { - // @@protoc_insertion_point(field_mutable:testsgen.FileTargetsRequest.projectContext) - return _internal_mutable_projectcontext(); -} -inline void FileTargetsRequest::set_allocated_projectcontext(::testsgen::ProjectContext* projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete projectcontext_; - } - if (projectcontext) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - projectcontext = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, projectcontext, submessage_arena); - } - - } else { - - } - projectcontext_ = projectcontext; - // @@protoc_insertion_point(field_set_allocated:testsgen.FileTargetsRequest.projectContext) -} - -// ------------------------------------------------------------------- - -// FileTargetsResponse - -// repeated .testsgen.ProjectTarget targets = 1; -inline int FileTargetsResponse::_internal_targets_size() const { - return targets_.size(); -} -inline int FileTargetsResponse::targets_size() const { - return _internal_targets_size(); -} -inline void FileTargetsResponse::clear_targets() { - targets_.Clear(); -} -inline ::testsgen::ProjectTarget* FileTargetsResponse::mutable_targets(int index) { - // @@protoc_insertion_point(field_mutable:testsgen.FileTargetsResponse.targets) - return targets_.Mutable(index); -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >* -FileTargetsResponse::mutable_targets() { - // @@protoc_insertion_point(field_mutable_list:testsgen.FileTargetsResponse.targets) - return &targets_; -} -inline const ::testsgen::ProjectTarget& FileTargetsResponse::_internal_targets(int index) const { - return targets_.Get(index); -} -inline const ::testsgen::ProjectTarget& FileTargetsResponse::targets(int index) const { - // @@protoc_insertion_point(field_get:testsgen.FileTargetsResponse.targets) - return _internal_targets(index); -} -inline ::testsgen::ProjectTarget* FileTargetsResponse::_internal_add_targets() { - return targets_.Add(); -} -inline ::testsgen::ProjectTarget* FileTargetsResponse::add_targets() { - // @@protoc_insertion_point(field_add:testsgen.FileTargetsResponse.targets) - return _internal_add_targets(); -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::testsgen::ProjectTarget >& -FileTargetsResponse::targets() const { - // @@protoc_insertion_point(field_list:testsgen.FileTargetsResponse.targets) - return targets_; -} - -#ifdef __GNUC__ - #pragma GCC diagnostic pop -#endif // __GNUC__ -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - - -// @@protoc_insertion_point(namespace_scope) - -} // namespace testsgen - -PROTOBUF_NAMESPACE_OPEN - -template <> struct is_proto_enum< ::testsgen::TestStatus> : ::std::true_type {}; -template <> -inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::TestStatus>() { - return ::testsgen::TestStatus_descriptor(); -} -template <> struct is_proto_enum< ::testsgen::ConfigMode> : ::std::true_type {}; -template <> -inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::ConfigMode>() { - return ::testsgen::ConfigMode_descriptor(); -} -template <> struct is_proto_enum< ::testsgen::ProjectConfigStatus> : ::std::true_type {}; -template <> -inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::ProjectConfigStatus>() { - return ::testsgen::ProjectConfigStatus_descriptor(); -} - -PROTOBUF_NAMESPACE_CLOSE - -// @@protoc_insertion_point(global_scope) - -#include -#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_testgen_2eproto diff --git a/server/cmake-build-debug/protobuf/util.grpc.pb.cc b/server/cmake-build-debug/protobuf/util.grpc.pb.cc deleted file mode 100644 index 4561ae773..000000000 --- a/server/cmake-build-debug/protobuf/util.grpc.pb.cc +++ /dev/null @@ -1,25 +0,0 @@ -// Generated by the gRPC C++ plugin. -// If you make any local change, they will be lost. -// source: util.proto - -#include "util.pb.h" -#include "util.grpc.pb.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -namespace testsgen { - -} // namespace testsgen - diff --git a/server/cmake-build-debug/protobuf/util.grpc.pb.h b/server/cmake-build-debug/protobuf/util.grpc.pb.h deleted file mode 100644 index 20eece321..000000000 --- a/server/cmake-build-debug/protobuf/util.grpc.pb.h +++ /dev/null @@ -1,34 +0,0 @@ -// Generated by the gRPC C++ plugin. -// If you make any local change, they will be lost. -// source: util.proto -#ifndef GRPC_util_2eproto__INCLUDED -#define GRPC_util_2eproto__INCLUDED - -#include "util.pb.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -namespace testsgen { - -} // namespace testsgen - - -#endif // GRPC_util_2eproto__INCLUDED diff --git a/server/cmake-build-debug/protobuf/util.pb.cc b/server/cmake-build-debug/protobuf/util.pb.cc deleted file mode 100644 index 04d67c52a..000000000 --- a/server/cmake-build-debug/protobuf/util.pb.cc +++ /dev/null @@ -1,1262 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: util.proto - -#include "util.pb.h" - -#include - -#include -#include -#include -#include -#include -#include -#include -// @@protoc_insertion_point(includes) -#include -namespace testsgen { -class ProgressDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _Progress_default_instance_; -class SourceCodeDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _SourceCode_default_instance_; -class SourceInfoDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _SourceInfo_default_instance_; -class PredicateInfoDefaultTypeInternal { - public: - ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed _instance; -} _PredicateInfo_default_instance_; -} // namespace testsgen -static void InitDefaultsscc_info_PredicateInfo_util_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_PredicateInfo_default_instance_; - new (ptr) ::testsgen::PredicateInfo(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::PredicateInfo::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_PredicateInfo_util_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_PredicateInfo_util_2eproto}, {}}; - -static void InitDefaultsscc_info_Progress_util_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_Progress_default_instance_; - new (ptr) ::testsgen::Progress(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::Progress::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Progress_util_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_Progress_util_2eproto}, {}}; - -static void InitDefaultsscc_info_SourceCode_util_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_SourceCode_default_instance_; - new (ptr) ::testsgen::SourceCode(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::SourceCode::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceCode_util_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SourceCode_util_2eproto}, {}}; - -static void InitDefaultsscc_info_SourceInfo_util_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::testsgen::_SourceInfo_default_instance_; - new (ptr) ::testsgen::SourceInfo(); - ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); - } - ::testsgen::SourceInfo::InitAsDefaultInstance(); -} - -::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceInfo_util_2eproto = - {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, InitDefaultsscc_info_SourceInfo_util_2eproto}, {}}; - -static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_util_2eproto[4]; -static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_util_2eproto[1]; -static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_util_2eproto = nullptr; - -const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_util_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::Progress, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::Progress, message_), - PROTOBUF_FIELD_OFFSET(::testsgen::Progress, percent_), - PROTOBUF_FIELD_OFFSET(::testsgen::Progress, completed_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, filepath_), - PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, code_), - PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, errormethodsnumber_), - PROTOBUF_FIELD_OFFSET(::testsgen::SourceCode, regressionmethodsnumber_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::SourceInfo, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::SourceInfo, filepath_), - PROTOBUF_FIELD_OFFSET(::testsgen::SourceInfo, line_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, type_), - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, predicate_), - PROTOBUF_FIELD_OFFSET(::testsgen::PredicateInfo, returnvalue_), -}; -static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { - { 0, -1, sizeof(::testsgen::Progress)}, - { 8, -1, sizeof(::testsgen::SourceCode)}, - { 17, -1, sizeof(::testsgen::SourceInfo)}, - { 24, -1, sizeof(::testsgen::PredicateInfo)}, -}; - -static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = { - reinterpret_cast(&::testsgen::_Progress_default_instance_), - reinterpret_cast(&::testsgen::_SourceCode_default_instance_), - reinterpret_cast(&::testsgen::_SourceInfo_default_instance_), - reinterpret_cast(&::testsgen::_PredicateInfo_default_instance_), -}; - -const char descriptor_table_protodef_util_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = - "\n\nutil.proto\022\010testsgen\"\?\n\010Progress\022\017\n\007me" - "ssage\030\001 \001(\t\022\017\n\007percent\030\002 \001(\001\022\021\n\tcomplete" - "d\030\003 \001(\010\"i\n\nSourceCode\022\020\n\010filePath\030\001 \001(\t\022" - "\014\n\004code\030\002 \001(\t\022\032\n\022errorMethodsNumber\030\003 \001(" - "\r\022\037\n\027regressionMethodsNumber\030\004 \001(\r\",\n\nSo" - "urceInfo\022\020\n\010filePath\030\001 \001(\t\022\014\n\004line\030\002 \001(\r" - "\"_\n\rPredicateInfo\022&\n\004type\030\001 \001(\0162\030.testsg" - "en.ValidationType\022\021\n\tpredicate\030\002 \001(\t\022\023\n\013" - "returnValue\030\003 \001(\t*\266\001\n\016ValidationType\022\017\n\013" - "UNSUPPORTED\020\000\022\n\n\006INT8_T\020\001\022\013\n\007INT16_T\020\002\022\013" - "\n\007INT32_T\020\003\022\013\n\007INT64_T\020\004\022\013\n\007UINT8_T\020\005\022\014\n" - "\010UINT16_T\020\006\022\014\n\010UINT32_T\020\007\022\014\n\010UINT64_T\020\010\022" - "\010\n\004BOOL\020\t\022\010\n\004CHAR\020\n\022\t\n\005FLOAT\020\013\022\n\n\006STRING" - "\020\014b\006proto3" - ; -static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_util_2eproto_deps[1] = { -}; -static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_util_2eproto_sccs[4] = { - &scc_info_PredicateInfo_util_2eproto.base, - &scc_info_Progress_util_2eproto.base, - &scc_info_SourceCode_util_2eproto.base, - &scc_info_SourceInfo_util_2eproto.base, -}; -static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_util_2eproto_once; -static bool descriptor_table_util_2eproto_initialized = false; -const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_util_2eproto = { - &descriptor_table_util_2eproto_initialized, descriptor_table_protodef_util_2eproto, "util.proto", 530, - &descriptor_table_util_2eproto_once, descriptor_table_util_2eproto_sccs, descriptor_table_util_2eproto_deps, 4, 0, - schemas, file_default_instances, TableStruct_util_2eproto::offsets, - file_level_metadata_util_2eproto, 4, file_level_enum_descriptors_util_2eproto, file_level_service_descriptors_util_2eproto, -}; - -// Force running AddDescriptors() at dynamic initialization time. -static bool dynamic_init_dummy_util_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_util_2eproto), true); -namespace testsgen { -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ValidationType_descriptor() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_util_2eproto); - return file_level_enum_descriptors_util_2eproto[0]; -} -bool ValidationType_IsValid(int value) { - switch (value) { - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - case 10: - case 11: - case 12: - return true; - default: - return false; - } -} - - -// =================================================================== - -void Progress::InitAsDefaultInstance() { -} -class Progress::_Internal { - public: -}; - -Progress::Progress() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.Progress) -} -Progress::Progress(const Progress& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_message().empty()) { - message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); - } - ::memcpy(&percent_, &from.percent_, - static_cast(reinterpret_cast(&completed_) - - reinterpret_cast(&percent_)) + sizeof(completed_)); - // @@protoc_insertion_point(copy_constructor:testsgen.Progress) -} - -void Progress::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_Progress_util_2eproto.base); - message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&percent_, 0, static_cast( - reinterpret_cast(&completed_) - - reinterpret_cast(&percent_)) + sizeof(completed_)); -} - -Progress::~Progress() { - // @@protoc_insertion_point(destructor:testsgen.Progress) - SharedDtor(); -} - -void Progress::SharedDtor() { - message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void Progress::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const Progress& Progress::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_Progress_util_2eproto.base); - return *internal_default_instance(); -} - - -void Progress::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.Progress) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&percent_, 0, static_cast( - reinterpret_cast(&completed_) - - reinterpret_cast(&percent_)) + sizeof(completed_)); - _internal_metadata_.Clear(); -} - -const char* Progress::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string message = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_message(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.Progress.message")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // double percent = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 17)) { - percent_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); - ptr += sizeof(double); - } else goto handle_unusual; - continue; - // bool completed = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { - completed_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* Progress::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.Progress) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string message = 1; - if (this->message().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_message().data(), static_cast(this->_internal_message().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.Progress.message"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_message(), target); - } - - // double percent = 2; - if (!(this->percent() <= 0 && this->percent() >= 0)) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDoubleToArray(2, this->_internal_percent(), target); - } - - // bool completed = 3; - if (this->completed() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(3, this->_internal_completed(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.Progress) - return target; -} - -size_t Progress::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.Progress) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string message = 1; - if (this->message().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_message()); - } - - // double percent = 2; - if (!(this->percent() <= 0 && this->percent() >= 0)) { - total_size += 1 + 8; - } - - // bool completed = 3; - if (this->completed() != 0) { - total_size += 1 + 1; - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void Progress::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.Progress) - GOOGLE_DCHECK_NE(&from, this); - const Progress* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.Progress) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.Progress) - MergeFrom(*source); - } -} - -void Progress::MergeFrom(const Progress& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.Progress) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.message().size() > 0) { - - message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_); - } - if (!(from.percent() <= 0 && from.percent() >= 0)) { - _internal_set_percent(from._internal_percent()); - } - if (from.completed() != 0) { - _internal_set_completed(from._internal_completed()); - } -} - -void Progress::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.Progress) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void Progress::CopyFrom(const Progress& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.Progress) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool Progress::IsInitialized() const { - return true; -} - -void Progress::InternalSwap(Progress* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(percent_, other->percent_); - swap(completed_, other->completed_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata Progress::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void SourceCode::InitAsDefaultInstance() { -} -class SourceCode::_Internal { - public: -}; - -SourceCode::SourceCode() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.SourceCode) -} -SourceCode::SourceCode(const SourceCode& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_filepath().empty()) { - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - code_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_code().empty()) { - code_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.code_); - } - ::memcpy(&errormethodsnumber_, &from.errormethodsnumber_, - static_cast(reinterpret_cast(®ressionmethodsnumber_) - - reinterpret_cast(&errormethodsnumber_)) + sizeof(regressionmethodsnumber_)); - // @@protoc_insertion_point(copy_constructor:testsgen.SourceCode) -} - -void SourceCode::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SourceCode_util_2eproto.base); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - code_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&errormethodsnumber_, 0, static_cast( - reinterpret_cast(®ressionmethodsnumber_) - - reinterpret_cast(&errormethodsnumber_)) + sizeof(regressionmethodsnumber_)); -} - -SourceCode::~SourceCode() { - // @@protoc_insertion_point(destructor:testsgen.SourceCode) - SharedDtor(); -} - -void SourceCode::SharedDtor() { - filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - code_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void SourceCode::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const SourceCode& SourceCode::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SourceCode_util_2eproto.base); - return *internal_default_instance(); -} - - -void SourceCode::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.SourceCode) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - code_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - ::memset(&errormethodsnumber_, 0, static_cast( - reinterpret_cast(®ressionmethodsnumber_) - - reinterpret_cast(&errormethodsnumber_)) + sizeof(regressionmethodsnumber_)); - _internal_metadata_.Clear(); -} - -const char* SourceCode::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string filePath = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_filepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SourceCode.filePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string code = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_code(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SourceCode.code")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // uint32 errorMethodsNumber = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) { - errormethodsnumber_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - // uint32 regressionMethodsNumber = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { - regressionmethodsnumber_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* SourceCode::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.SourceCode) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string filePath = 1; - if (this->filepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.SourceCode.filePath"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_filepath(), target); - } - - // string code = 2; - if (this->code().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_code().data(), static_cast(this->_internal_code().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.SourceCode.code"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_code(), target); - } - - // uint32 errorMethodsNumber = 3; - if (this->errormethodsnumber() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(3, this->_internal_errormethodsnumber(), target); - } - - // uint32 regressionMethodsNumber = 4; - if (this->regressionmethodsnumber() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(4, this->_internal_regressionmethodsnumber(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.SourceCode) - return target; -} - -size_t SourceCode::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.SourceCode) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string filePath = 1; - if (this->filepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_filepath()); - } - - // string code = 2; - if (this->code().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_code()); - } - - // uint32 errorMethodsNumber = 3; - if (this->errormethodsnumber() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( - this->_internal_errormethodsnumber()); - } - - // uint32 regressionMethodsNumber = 4; - if (this->regressionmethodsnumber() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( - this->_internal_regressionmethodsnumber()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void SourceCode::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SourceCode) - GOOGLE_DCHECK_NE(&from, this); - const SourceCode* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SourceCode) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SourceCode) - MergeFrom(*source); - } -} - -void SourceCode::MergeFrom(const SourceCode& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SourceCode) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.filepath().size() > 0) { - - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - if (from.code().size() > 0) { - - code_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.code_); - } - if (from.errormethodsnumber() != 0) { - _internal_set_errormethodsnumber(from._internal_errormethodsnumber()); - } - if (from.regressionmethodsnumber() != 0) { - _internal_set_regressionmethodsnumber(from._internal_regressionmethodsnumber()); - } -} - -void SourceCode::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SourceCode) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void SourceCode::CopyFrom(const SourceCode& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SourceCode) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool SourceCode::IsInitialized() const { - return true; -} - -void SourceCode::InternalSwap(SourceCode* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - code_.Swap(&other->code_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(errormethodsnumber_, other->errormethodsnumber_); - swap(regressionmethodsnumber_, other->regressionmethodsnumber_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata SourceCode::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void SourceInfo::InitAsDefaultInstance() { -} -class SourceInfo::_Internal { - public: -}; - -SourceInfo::SourceInfo() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.SourceInfo) -} -SourceInfo::SourceInfo(const SourceInfo& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_filepath().empty()) { - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - line_ = from.line_; - // @@protoc_insertion_point(copy_constructor:testsgen.SourceInfo) -} - -void SourceInfo::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SourceInfo_util_2eproto.base); - filepath_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - line_ = 0u; -} - -SourceInfo::~SourceInfo() { - // @@protoc_insertion_point(destructor:testsgen.SourceInfo) - SharedDtor(); -} - -void SourceInfo::SharedDtor() { - filepath_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void SourceInfo::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const SourceInfo& SourceInfo::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_SourceInfo_util_2eproto.base); - return *internal_default_instance(); -} - - -void SourceInfo::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.SourceInfo) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - line_ = 0u; - _internal_metadata_.Clear(); -} - -const char* SourceInfo::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // string filePath = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - auto str = _internal_mutable_filepath(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.SourceInfo.filePath")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // uint32 line = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { - line_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* SourceInfo::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.SourceInfo) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string filePath = 1; - if (this->filepath().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_filepath().data(), static_cast(this->_internal_filepath().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.SourceInfo.filePath"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_filepath(), target); - } - - // uint32 line = 2; - if (this->line() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(2, this->_internal_line(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.SourceInfo) - return target; -} - -size_t SourceInfo::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.SourceInfo) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string filePath = 1; - if (this->filepath().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_filepath()); - } - - // uint32 line = 2; - if (this->line() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt32Size( - this->_internal_line()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void SourceInfo::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.SourceInfo) - GOOGLE_DCHECK_NE(&from, this); - const SourceInfo* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.SourceInfo) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.SourceInfo) - MergeFrom(*source); - } -} - -void SourceInfo::MergeFrom(const SourceInfo& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.SourceInfo) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.filepath().size() > 0) { - - filepath_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filepath_); - } - if (from.line() != 0) { - _internal_set_line(from._internal_line()); - } -} - -void SourceInfo::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.SourceInfo) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void SourceInfo::CopyFrom(const SourceInfo& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.SourceInfo) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool SourceInfo::IsInitialized() const { - return true; -} - -void SourceInfo::InternalSwap(SourceInfo* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - filepath_.Swap(&other->filepath_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(line_, other->line_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata SourceInfo::GetMetadata() const { - return GetMetadataStatic(); -} - - -// =================================================================== - -void PredicateInfo::InitAsDefaultInstance() { -} -class PredicateInfo::_Internal { - public: -}; - -PredicateInfo::PredicateInfo() - : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:testsgen.PredicateInfo) -} -PredicateInfo::PredicateInfo(const PredicateInfo& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _internal_metadata_(nullptr) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - predicate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_predicate().empty()) { - predicate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.predicate_); - } - returnvalue_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - if (!from._internal_returnvalue().empty()) { - returnvalue_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.returnvalue_); - } - type_ = from.type_; - // @@protoc_insertion_point(copy_constructor:testsgen.PredicateInfo) -} - -void PredicateInfo::SharedCtor() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_PredicateInfo_util_2eproto.base); - predicate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - returnvalue_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - type_ = 0; -} - -PredicateInfo::~PredicateInfo() { - // @@protoc_insertion_point(destructor:testsgen.PredicateInfo) - SharedDtor(); -} - -void PredicateInfo::SharedDtor() { - predicate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - returnvalue_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} - -void PredicateInfo::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const PredicateInfo& PredicateInfo::default_instance() { - ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_PredicateInfo_util_2eproto.base); - return *internal_default_instance(); -} - - -void PredicateInfo::Clear() { -// @@protoc_insertion_point(message_clear_start:testsgen.PredicateInfo) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - predicate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - returnvalue_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); - type_ = 0; - _internal_metadata_.Clear(); -} - -const char* PredicateInfo::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - CHK_(ptr); - switch (tag >> 3) { - // .testsgen.ValidationType type = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { - ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); - CHK_(ptr); - _internal_set_type(static_cast<::testsgen::ValidationType>(val)); - } else goto handle_unusual; - continue; - // string predicate = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - auto str = _internal_mutable_predicate(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.PredicateInfo.predicate")); - CHK_(ptr); - } else goto handle_unusual; - continue; - // string returnValue = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - auto str = _internal_mutable_returnvalue(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "testsgen.PredicateInfo.returnValue")); - CHK_(ptr); - } else goto handle_unusual; - continue; - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->SetLastTag(tag); - goto success; - } - ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); - CHK_(ptr != nullptr); - continue; - } - } // switch - } // while -success: - return ptr; -failure: - ptr = nullptr; - goto success; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* PredicateInfo::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:testsgen.PredicateInfo) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .testsgen.ValidationType type = 1; - if (this->type() != 0) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( - 1, this->_internal_type(), target); - } - - // string predicate = 2; - if (this->predicate().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_predicate().data(), static_cast(this->_internal_predicate().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.PredicateInfo.predicate"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_predicate(), target); - } - - // string returnValue = 3; - if (this->returnvalue().size() > 0) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_returnvalue().data(), static_cast(this->_internal_returnvalue().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "testsgen.PredicateInfo.returnValue"); - target = stream->WriteStringMaybeAliased( - 3, this->_internal_returnvalue(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:testsgen.PredicateInfo) - return target; -} - -size_t PredicateInfo::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:testsgen.PredicateInfo) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string predicate = 2; - if (this->predicate().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_predicate()); - } - - // string returnValue = 3; - if (this->returnvalue().size() > 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_returnvalue()); - } - - // .testsgen.ValidationType type = 1; - if (this->type() != 0) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_type()); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize( - _internal_metadata_, total_size, &_cached_size_); - } - int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void PredicateInfo::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:testsgen.PredicateInfo) - GOOGLE_DCHECK_NE(&from, this); - const PredicateInfo* source = - ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:testsgen.PredicateInfo) - ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:testsgen.PredicateInfo) - MergeFrom(*source); - } -} - -void PredicateInfo::MergeFrom(const PredicateInfo& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:testsgen.PredicateInfo) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - if (from.predicate().size() > 0) { - - predicate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.predicate_); - } - if (from.returnvalue().size() > 0) { - - returnvalue_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.returnvalue_); - } - if (from.type() != 0) { - _internal_set_type(from._internal_type()); - } -} - -void PredicateInfo::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:testsgen.PredicateInfo) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void PredicateInfo::CopyFrom(const PredicateInfo& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:testsgen.PredicateInfo) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool PredicateInfo::IsInitialized() const { - return true; -} - -void PredicateInfo::InternalSwap(PredicateInfo* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - predicate_.Swap(&other->predicate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - returnvalue_.Swap(&other->returnvalue_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(type_, other->type_); -} - -::PROTOBUF_NAMESPACE_ID::Metadata PredicateInfo::GetMetadata() const { - return GetMetadataStatic(); -} - - -// @@protoc_insertion_point(namespace_scope) -} // namespace testsgen -PROTOBUF_NAMESPACE_OPEN -template<> PROTOBUF_NOINLINE ::testsgen::Progress* Arena::CreateMaybeMessage< ::testsgen::Progress >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::Progress >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::SourceCode* Arena::CreateMaybeMessage< ::testsgen::SourceCode >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::SourceCode >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::SourceInfo* Arena::CreateMaybeMessage< ::testsgen::SourceInfo >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::SourceInfo >(arena); -} -template<> PROTOBUF_NOINLINE ::testsgen::PredicateInfo* Arena::CreateMaybeMessage< ::testsgen::PredicateInfo >(Arena* arena) { - return Arena::CreateInternal< ::testsgen::PredicateInfo >(arena); -} -PROTOBUF_NAMESPACE_CLOSE - -// @@protoc_insertion_point(global_scope) -#include diff --git a/server/cmake-build-debug/protobuf/util.pb.h b/server/cmake-build-debug/protobuf/util.pb.h deleted file mode 100644 index 5fe6c7cee..000000000 --- a/server/cmake-build-debug/protobuf/util.pb.h +++ /dev/null @@ -1,1288 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: util.proto - -#ifndef GOOGLE_PROTOBUF_INCLUDED_util_2eproto -#define GOOGLE_PROTOBUF_INCLUDED_util_2eproto - -#include -#include - -#include -#if PROTOBUF_VERSION < 3011000 -#error This file was generated by a newer version of protoc which is -#error incompatible with your Protocol Buffer headers. Please update -#error your headers. -#endif -#if 3011002 < PROTOBUF_MIN_PROTOC_VERSION -#error This file was generated by an older version of protoc which is -#error incompatible with your Protocol Buffer headers. Please -#error regenerate this file with a newer version of protoc. -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include // IWYU pragma: export -#include // IWYU pragma: export -#include -#include -// @@protoc_insertion_point(includes) -#include -#define PROTOBUF_INTERNAL_EXPORT_util_2eproto -PROTOBUF_NAMESPACE_OPEN -namespace internal { -class AnyMetadata; -} // namespace internal -PROTOBUF_NAMESPACE_CLOSE - -// Internal implementation detail -- do not use these members. -struct TableStruct_util_2eproto { - static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] - PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] - PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[4] - PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; - static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; - static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; -}; -extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_util_2eproto; -namespace testsgen { -class PredicateInfo; -class PredicateInfoDefaultTypeInternal; -extern PredicateInfoDefaultTypeInternal _PredicateInfo_default_instance_; -class Progress; -class ProgressDefaultTypeInternal; -extern ProgressDefaultTypeInternal _Progress_default_instance_; -class SourceCode; -class SourceCodeDefaultTypeInternal; -extern SourceCodeDefaultTypeInternal _SourceCode_default_instance_; -class SourceInfo; -class SourceInfoDefaultTypeInternal; -extern SourceInfoDefaultTypeInternal _SourceInfo_default_instance_; -} // namespace testsgen -PROTOBUF_NAMESPACE_OPEN -template<> ::testsgen::PredicateInfo* Arena::CreateMaybeMessage<::testsgen::PredicateInfo>(Arena*); -template<> ::testsgen::Progress* Arena::CreateMaybeMessage<::testsgen::Progress>(Arena*); -template<> ::testsgen::SourceCode* Arena::CreateMaybeMessage<::testsgen::SourceCode>(Arena*); -template<> ::testsgen::SourceInfo* Arena::CreateMaybeMessage<::testsgen::SourceInfo>(Arena*); -PROTOBUF_NAMESPACE_CLOSE -namespace testsgen { - -enum ValidationType : int { - UNSUPPORTED = 0, - INT8_T = 1, - INT16_T = 2, - INT32_T = 3, - INT64_T = 4, - UINT8_T = 5, - UINT16_T = 6, - UINT32_T = 7, - UINT64_T = 8, - BOOL = 9, - CHAR = 10, - FLOAT = 11, - STRING = 12, - ValidationType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), - ValidationType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() -}; -bool ValidationType_IsValid(int value); -constexpr ValidationType ValidationType_MIN = UNSUPPORTED; -constexpr ValidationType ValidationType_MAX = STRING; -constexpr int ValidationType_ARRAYSIZE = ValidationType_MAX + 1; - -const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ValidationType_descriptor(); -template -inline const std::string& ValidationType_Name(T enum_t_value) { - static_assert(::std::is_same::value || - ::std::is_integral::value, - "Incorrect type passed to function ValidationType_Name."); - return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( - ValidationType_descriptor(), enum_t_value); -} -inline bool ValidationType_Parse( - const std::string& name, ValidationType* value) { - return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( - ValidationType_descriptor(), name, value); -} -// =================================================================== - -class Progress : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.Progress) */ { - public: - Progress(); - virtual ~Progress(); - - Progress(const Progress& from); - Progress(Progress&& from) noexcept - : Progress() { - *this = ::std::move(from); - } - - inline Progress& operator=(const Progress& from) { - CopyFrom(from); - return *this; - } - inline Progress& operator=(Progress&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const Progress& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const Progress* internal_default_instance() { - return reinterpret_cast( - &_Progress_default_instance_); - } - static constexpr int kIndexInFileMessages = - 0; - - friend void swap(Progress& a, Progress& b) { - a.Swap(&b); - } - inline void Swap(Progress* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline Progress* New() const final { - return CreateMaybeMessage(nullptr); - } - - Progress* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const Progress& from); - void MergeFrom(const Progress& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(Progress* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.Progress"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); - return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kMessageFieldNumber = 1, - kPercentFieldNumber = 2, - kCompletedFieldNumber = 3, - }; - // string message = 1; - void clear_message(); - const std::string& message() const; - void set_message(const std::string& value); - void set_message(std::string&& value); - void set_message(const char* value); - void set_message(const char* value, size_t size); - std::string* mutable_message(); - std::string* release_message(); - void set_allocated_message(std::string* message); - private: - const std::string& _internal_message() const; - void _internal_set_message(const std::string& value); - std::string* _internal_mutable_message(); - public: - - // double percent = 2; - void clear_percent(); - double percent() const; - void set_percent(double value); - private: - double _internal_percent() const; - void _internal_set_percent(double value); - public: - - // bool completed = 3; - void clear_completed(); - bool completed() const; - void set_completed(bool value); - private: - bool _internal_completed() const; - void _internal_set_completed(bool value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.Progress) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; - double percent_; - bool completed_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_util_2eproto; -}; -// ------------------------------------------------------------------- - -class SourceCode : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SourceCode) */ { - public: - SourceCode(); - virtual ~SourceCode(); - - SourceCode(const SourceCode& from); - SourceCode(SourceCode&& from) noexcept - : SourceCode() { - *this = ::std::move(from); - } - - inline SourceCode& operator=(const SourceCode& from) { - CopyFrom(from); - return *this; - } - inline SourceCode& operator=(SourceCode&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const SourceCode& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const SourceCode* internal_default_instance() { - return reinterpret_cast( - &_SourceCode_default_instance_); - } - static constexpr int kIndexInFileMessages = - 1; - - friend void swap(SourceCode& a, SourceCode& b) { - a.Swap(&b); - } - inline void Swap(SourceCode* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline SourceCode* New() const final { - return CreateMaybeMessage(nullptr); - } - - SourceCode* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const SourceCode& from); - void MergeFrom(const SourceCode& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(SourceCode* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.SourceCode"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); - return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kFilePathFieldNumber = 1, - kCodeFieldNumber = 2, - kErrorMethodsNumberFieldNumber = 3, - kRegressionMethodsNumberFieldNumber = 4, - }; - // string filePath = 1; - void clear_filepath(); - const std::string& filepath() const; - void set_filepath(const std::string& value); - void set_filepath(std::string&& value); - void set_filepath(const char* value); - void set_filepath(const char* value, size_t size); - std::string* mutable_filepath(); - std::string* release_filepath(); - void set_allocated_filepath(std::string* filepath); - private: - const std::string& _internal_filepath() const; - void _internal_set_filepath(const std::string& value); - std::string* _internal_mutable_filepath(); - public: - - // string code = 2; - void clear_code(); - const std::string& code() const; - void set_code(const std::string& value); - void set_code(std::string&& value); - void set_code(const char* value); - void set_code(const char* value, size_t size); - std::string* mutable_code(); - std::string* release_code(); - void set_allocated_code(std::string* code); - private: - const std::string& _internal_code() const; - void _internal_set_code(const std::string& value); - std::string* _internal_mutable_code(); - public: - - // uint32 errorMethodsNumber = 3; - void clear_errormethodsnumber(); - ::PROTOBUF_NAMESPACE_ID::uint32 errormethodsnumber() const; - void set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); - private: - ::PROTOBUF_NAMESPACE_ID::uint32 _internal_errormethodsnumber() const; - void _internal_set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); - public: - - // uint32 regressionMethodsNumber = 4; - void clear_regressionmethodsnumber(); - ::PROTOBUF_NAMESPACE_ID::uint32 regressionmethodsnumber() const; - void set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); - private: - ::PROTOBUF_NAMESPACE_ID::uint32 _internal_regressionmethodsnumber() const; - void _internal_set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.SourceCode) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr code_; - ::PROTOBUF_NAMESPACE_ID::uint32 errormethodsnumber_; - ::PROTOBUF_NAMESPACE_ID::uint32 regressionmethodsnumber_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_util_2eproto; -}; -// ------------------------------------------------------------------- - -class SourceInfo : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.SourceInfo) */ { - public: - SourceInfo(); - virtual ~SourceInfo(); - - SourceInfo(const SourceInfo& from); - SourceInfo(SourceInfo&& from) noexcept - : SourceInfo() { - *this = ::std::move(from); - } - - inline SourceInfo& operator=(const SourceInfo& from) { - CopyFrom(from); - return *this; - } - inline SourceInfo& operator=(SourceInfo&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const SourceInfo& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const SourceInfo* internal_default_instance() { - return reinterpret_cast( - &_SourceInfo_default_instance_); - } - static constexpr int kIndexInFileMessages = - 2; - - friend void swap(SourceInfo& a, SourceInfo& b) { - a.Swap(&b); - } - inline void Swap(SourceInfo* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline SourceInfo* New() const final { - return CreateMaybeMessage(nullptr); - } - - SourceInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const SourceInfo& from); - void MergeFrom(const SourceInfo& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(SourceInfo* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.SourceInfo"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); - return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kFilePathFieldNumber = 1, - kLineFieldNumber = 2, - }; - // string filePath = 1; - void clear_filepath(); - const std::string& filepath() const; - void set_filepath(const std::string& value); - void set_filepath(std::string&& value); - void set_filepath(const char* value); - void set_filepath(const char* value, size_t size); - std::string* mutable_filepath(); - std::string* release_filepath(); - void set_allocated_filepath(std::string* filepath); - private: - const std::string& _internal_filepath() const; - void _internal_set_filepath(const std::string& value); - std::string* _internal_mutable_filepath(); - public: - - // uint32 line = 2; - void clear_line(); - ::PROTOBUF_NAMESPACE_ID::uint32 line() const; - void set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); - private: - ::PROTOBUF_NAMESPACE_ID::uint32 _internal_line() const; - void _internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.SourceInfo) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filepath_; - ::PROTOBUF_NAMESPACE_ID::uint32 line_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_util_2eproto; -}; -// ------------------------------------------------------------------- - -class PredicateInfo : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:testsgen.PredicateInfo) */ { - public: - PredicateInfo(); - virtual ~PredicateInfo(); - - PredicateInfo(const PredicateInfo& from); - PredicateInfo(PredicateInfo&& from) noexcept - : PredicateInfo() { - *this = ::std::move(from); - } - - inline PredicateInfo& operator=(const PredicateInfo& from) { - CopyFrom(from); - return *this; - } - inline PredicateInfo& operator=(PredicateInfo&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return GetMetadataStatic().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return GetMetadataStatic().reflection; - } - static const PredicateInfo& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const PredicateInfo* internal_default_instance() { - return reinterpret_cast( - &_PredicateInfo_default_instance_); - } - static constexpr int kIndexInFileMessages = - 3; - - friend void swap(PredicateInfo& a, PredicateInfo& b) { - a.Swap(&b); - } - inline void Swap(PredicateInfo* other) { - if (other == this) return; - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline PredicateInfo* New() const final { - return CreateMaybeMessage(nullptr); - } - - PredicateInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; - void CopyFrom(const PredicateInfo& from); - void MergeFrom(const PredicateInfo& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - inline void SharedCtor(); - inline void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(PredicateInfo* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "testsgen.PredicateInfo"; - } - private: - inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - private: - static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { - ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_util_2eproto); - return ::descriptor_table_util_2eproto.file_level_metadata[kIndexInFileMessages]; - } - - public: - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kPredicateFieldNumber = 2, - kReturnValueFieldNumber = 3, - kTypeFieldNumber = 1, - }; - // string predicate = 2; - void clear_predicate(); - const std::string& predicate() const; - void set_predicate(const std::string& value); - void set_predicate(std::string&& value); - void set_predicate(const char* value); - void set_predicate(const char* value, size_t size); - std::string* mutable_predicate(); - std::string* release_predicate(); - void set_allocated_predicate(std::string* predicate); - private: - const std::string& _internal_predicate() const; - void _internal_set_predicate(const std::string& value); - std::string* _internal_mutable_predicate(); - public: - - // string returnValue = 3; - void clear_returnvalue(); - const std::string& returnvalue() const; - void set_returnvalue(const std::string& value); - void set_returnvalue(std::string&& value); - void set_returnvalue(const char* value); - void set_returnvalue(const char* value, size_t size); - std::string* mutable_returnvalue(); - std::string* release_returnvalue(); - void set_allocated_returnvalue(std::string* returnvalue); - private: - const std::string& _internal_returnvalue() const; - void _internal_set_returnvalue(const std::string& value); - std::string* _internal_mutable_returnvalue(); - public: - - // .testsgen.ValidationType type = 1; - void clear_type(); - ::testsgen::ValidationType type() const; - void set_type(::testsgen::ValidationType value); - private: - ::testsgen::ValidationType _internal_type() const; - void _internal_set_type(::testsgen::ValidationType value); - public: - - // @@protoc_insertion_point(class_scope:testsgen.PredicateInfo) - private: - class _Internal; - - ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr predicate_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr returnvalue_; - int type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_util_2eproto; -}; -// =================================================================== - - -// =================================================================== - -#ifdef __GNUC__ - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wstrict-aliasing" -#endif // __GNUC__ -// Progress - -// string message = 1; -inline void Progress::clear_message() { - message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& Progress::message() const { - // @@protoc_insertion_point(field_get:testsgen.Progress.message) - return _internal_message(); -} -inline void Progress::set_message(const std::string& value) { - _internal_set_message(value); - // @@protoc_insertion_point(field_set:testsgen.Progress.message) -} -inline std::string* Progress::mutable_message() { - // @@protoc_insertion_point(field_mutable:testsgen.Progress.message) - return _internal_mutable_message(); -} -inline const std::string& Progress::_internal_message() const { - return message_.GetNoArena(); -} -inline void Progress::_internal_set_message(const std::string& value) { - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void Progress::set_message(std::string&& value) { - - message_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.Progress.message) -} -inline void Progress::set_message(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.Progress.message) -} -inline void Progress::set_message(const char* value, size_t size) { - - message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.Progress.message) -} -inline std::string* Progress::_internal_mutable_message() { - - return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* Progress::release_message() { - // @@protoc_insertion_point(field_release:testsgen.Progress.message) - - return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void Progress::set_allocated_message(std::string* message) { - if (message != nullptr) { - - } else { - - } - message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message); - // @@protoc_insertion_point(field_set_allocated:testsgen.Progress.message) -} - -// double percent = 2; -inline void Progress::clear_percent() { - percent_ = 0; -} -inline double Progress::_internal_percent() const { - return percent_; -} -inline double Progress::percent() const { - // @@protoc_insertion_point(field_get:testsgen.Progress.percent) - return _internal_percent(); -} -inline void Progress::_internal_set_percent(double value) { - - percent_ = value; -} -inline void Progress::set_percent(double value) { - _internal_set_percent(value); - // @@protoc_insertion_point(field_set:testsgen.Progress.percent) -} - -// bool completed = 3; -inline void Progress::clear_completed() { - completed_ = false; -} -inline bool Progress::_internal_completed() const { - return completed_; -} -inline bool Progress::completed() const { - // @@protoc_insertion_point(field_get:testsgen.Progress.completed) - return _internal_completed(); -} -inline void Progress::_internal_set_completed(bool value) { - - completed_ = value; -} -inline void Progress::set_completed(bool value) { - _internal_set_completed(value); - // @@protoc_insertion_point(field_set:testsgen.Progress.completed) -} - -// ------------------------------------------------------------------- - -// SourceCode - -// string filePath = 1; -inline void SourceCode::clear_filepath() { - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& SourceCode::filepath() const { - // @@protoc_insertion_point(field_get:testsgen.SourceCode.filePath) - return _internal_filepath(); -} -inline void SourceCode::set_filepath(const std::string& value) { - _internal_set_filepath(value); - // @@protoc_insertion_point(field_set:testsgen.SourceCode.filePath) -} -inline std::string* SourceCode::mutable_filepath() { - // @@protoc_insertion_point(field_mutable:testsgen.SourceCode.filePath) - return _internal_mutable_filepath(); -} -inline const std::string& SourceCode::_internal_filepath() const { - return filepath_.GetNoArena(); -} -inline void SourceCode::_internal_set_filepath(const std::string& value) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void SourceCode::set_filepath(std::string&& value) { - - filepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.SourceCode.filePath) -} -inline void SourceCode::set_filepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.SourceCode.filePath) -} -inline void SourceCode::set_filepath(const char* value, size_t size) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.SourceCode.filePath) -} -inline std::string* SourceCode::_internal_mutable_filepath() { - - return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* SourceCode::release_filepath() { - // @@protoc_insertion_point(field_release:testsgen.SourceCode.filePath) - - return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void SourceCode::set_allocated_filepath(std::string* filepath) { - if (filepath != nullptr) { - - } else { - - } - filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.SourceCode.filePath) -} - -// string code = 2; -inline void SourceCode::clear_code() { - code_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& SourceCode::code() const { - // @@protoc_insertion_point(field_get:testsgen.SourceCode.code) - return _internal_code(); -} -inline void SourceCode::set_code(const std::string& value) { - _internal_set_code(value); - // @@protoc_insertion_point(field_set:testsgen.SourceCode.code) -} -inline std::string* SourceCode::mutable_code() { - // @@protoc_insertion_point(field_mutable:testsgen.SourceCode.code) - return _internal_mutable_code(); -} -inline const std::string& SourceCode::_internal_code() const { - return code_.GetNoArena(); -} -inline void SourceCode::_internal_set_code(const std::string& value) { - - code_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void SourceCode::set_code(std::string&& value) { - - code_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.SourceCode.code) -} -inline void SourceCode::set_code(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - code_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.SourceCode.code) -} -inline void SourceCode::set_code(const char* value, size_t size) { - - code_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.SourceCode.code) -} -inline std::string* SourceCode::_internal_mutable_code() { - - return code_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* SourceCode::release_code() { - // @@protoc_insertion_point(field_release:testsgen.SourceCode.code) - - return code_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void SourceCode::set_allocated_code(std::string* code) { - if (code != nullptr) { - - } else { - - } - code_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), code); - // @@protoc_insertion_point(field_set_allocated:testsgen.SourceCode.code) -} - -// uint32 errorMethodsNumber = 3; -inline void SourceCode::clear_errormethodsnumber() { - errormethodsnumber_ = 0u; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::_internal_errormethodsnumber() const { - return errormethodsnumber_; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::errormethodsnumber() const { - // @@protoc_insertion_point(field_get:testsgen.SourceCode.errorMethodsNumber) - return _internal_errormethodsnumber(); -} -inline void SourceCode::_internal_set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { - - errormethodsnumber_ = value; -} -inline void SourceCode::set_errormethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { - _internal_set_errormethodsnumber(value); - // @@protoc_insertion_point(field_set:testsgen.SourceCode.errorMethodsNumber) -} - -// uint32 regressionMethodsNumber = 4; -inline void SourceCode::clear_regressionmethodsnumber() { - regressionmethodsnumber_ = 0u; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::_internal_regressionmethodsnumber() const { - return regressionmethodsnumber_; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceCode::regressionmethodsnumber() const { - // @@protoc_insertion_point(field_get:testsgen.SourceCode.regressionMethodsNumber) - return _internal_regressionmethodsnumber(); -} -inline void SourceCode::_internal_set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { - - regressionmethodsnumber_ = value; -} -inline void SourceCode::set_regressionmethodsnumber(::PROTOBUF_NAMESPACE_ID::uint32 value) { - _internal_set_regressionmethodsnumber(value); - // @@protoc_insertion_point(field_set:testsgen.SourceCode.regressionMethodsNumber) -} - -// ------------------------------------------------------------------- - -// SourceInfo - -// string filePath = 1; -inline void SourceInfo::clear_filepath() { - filepath_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& SourceInfo::filepath() const { - // @@protoc_insertion_point(field_get:testsgen.SourceInfo.filePath) - return _internal_filepath(); -} -inline void SourceInfo::set_filepath(const std::string& value) { - _internal_set_filepath(value); - // @@protoc_insertion_point(field_set:testsgen.SourceInfo.filePath) -} -inline std::string* SourceInfo::mutable_filepath() { - // @@protoc_insertion_point(field_mutable:testsgen.SourceInfo.filePath) - return _internal_mutable_filepath(); -} -inline const std::string& SourceInfo::_internal_filepath() const { - return filepath_.GetNoArena(); -} -inline void SourceInfo::_internal_set_filepath(const std::string& value) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void SourceInfo::set_filepath(std::string&& value) { - - filepath_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.SourceInfo.filePath) -} -inline void SourceInfo::set_filepath(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.SourceInfo.filePath) -} -inline void SourceInfo::set_filepath(const char* value, size_t size) { - - filepath_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.SourceInfo.filePath) -} -inline std::string* SourceInfo::_internal_mutable_filepath() { - - return filepath_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* SourceInfo::release_filepath() { - // @@protoc_insertion_point(field_release:testsgen.SourceInfo.filePath) - - return filepath_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void SourceInfo::set_allocated_filepath(std::string* filepath) { - if (filepath != nullptr) { - - } else { - - } - filepath_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filepath); - // @@protoc_insertion_point(field_set_allocated:testsgen.SourceInfo.filePath) -} - -// uint32 line = 2; -inline void SourceInfo::clear_line() { - line_ = 0u; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceInfo::_internal_line() const { - return line_; -} -inline ::PROTOBUF_NAMESPACE_ID::uint32 SourceInfo::line() const { - // @@protoc_insertion_point(field_get:testsgen.SourceInfo.line) - return _internal_line(); -} -inline void SourceInfo::_internal_set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { - - line_ = value; -} -inline void SourceInfo::set_line(::PROTOBUF_NAMESPACE_ID::uint32 value) { - _internal_set_line(value); - // @@protoc_insertion_point(field_set:testsgen.SourceInfo.line) -} - -// ------------------------------------------------------------------- - -// PredicateInfo - -// .testsgen.ValidationType type = 1; -inline void PredicateInfo::clear_type() { - type_ = 0; -} -inline ::testsgen::ValidationType PredicateInfo::_internal_type() const { - return static_cast< ::testsgen::ValidationType >(type_); -} -inline ::testsgen::ValidationType PredicateInfo::type() const { - // @@protoc_insertion_point(field_get:testsgen.PredicateInfo.type) - return _internal_type(); -} -inline void PredicateInfo::_internal_set_type(::testsgen::ValidationType value) { - - type_ = value; -} -inline void PredicateInfo::set_type(::testsgen::ValidationType value) { - _internal_set_type(value); - // @@protoc_insertion_point(field_set:testsgen.PredicateInfo.type) -} - -// string predicate = 2; -inline void PredicateInfo::clear_predicate() { - predicate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& PredicateInfo::predicate() const { - // @@protoc_insertion_point(field_get:testsgen.PredicateInfo.predicate) - return _internal_predicate(); -} -inline void PredicateInfo::set_predicate(const std::string& value) { - _internal_set_predicate(value); - // @@protoc_insertion_point(field_set:testsgen.PredicateInfo.predicate) -} -inline std::string* PredicateInfo::mutable_predicate() { - // @@protoc_insertion_point(field_mutable:testsgen.PredicateInfo.predicate) - return _internal_mutable_predicate(); -} -inline const std::string& PredicateInfo::_internal_predicate() const { - return predicate_.GetNoArena(); -} -inline void PredicateInfo::_internal_set_predicate(const std::string& value) { - - predicate_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void PredicateInfo::set_predicate(std::string&& value) { - - predicate_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.PredicateInfo.predicate) -} -inline void PredicateInfo::set_predicate(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - predicate_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.PredicateInfo.predicate) -} -inline void PredicateInfo::set_predicate(const char* value, size_t size) { - - predicate_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.PredicateInfo.predicate) -} -inline std::string* PredicateInfo::_internal_mutable_predicate() { - - return predicate_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* PredicateInfo::release_predicate() { - // @@protoc_insertion_point(field_release:testsgen.PredicateInfo.predicate) - - return predicate_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void PredicateInfo::set_allocated_predicate(std::string* predicate) { - if (predicate != nullptr) { - - } else { - - } - predicate_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), predicate); - // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateInfo.predicate) -} - -// string returnValue = 3; -inline void PredicateInfo::clear_returnvalue() { - returnvalue_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline const std::string& PredicateInfo::returnvalue() const { - // @@protoc_insertion_point(field_get:testsgen.PredicateInfo.returnValue) - return _internal_returnvalue(); -} -inline void PredicateInfo::set_returnvalue(const std::string& value) { - _internal_set_returnvalue(value); - // @@protoc_insertion_point(field_set:testsgen.PredicateInfo.returnValue) -} -inline std::string* PredicateInfo::mutable_returnvalue() { - // @@protoc_insertion_point(field_mutable:testsgen.PredicateInfo.returnValue) - return _internal_mutable_returnvalue(); -} -inline const std::string& PredicateInfo::_internal_returnvalue() const { - return returnvalue_.GetNoArena(); -} -inline void PredicateInfo::_internal_set_returnvalue(const std::string& value) { - - returnvalue_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value); -} -inline void PredicateInfo::set_returnvalue(std::string&& value) { - - returnvalue_.SetNoArena( - &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:testsgen.PredicateInfo.returnValue) -} -inline void PredicateInfo::set_returnvalue(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - returnvalue_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:testsgen.PredicateInfo.returnValue) -} -inline void PredicateInfo::set_returnvalue(const char* value, size_t size) { - - returnvalue_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:testsgen.PredicateInfo.returnValue) -} -inline std::string* PredicateInfo::_internal_mutable_returnvalue() { - - return returnvalue_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline std::string* PredicateInfo::release_returnvalue() { - // @@protoc_insertion_point(field_release:testsgen.PredicateInfo.returnValue) - - return returnvalue_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); -} -inline void PredicateInfo::set_allocated_returnvalue(std::string* returnvalue) { - if (returnvalue != nullptr) { - - } else { - - } - returnvalue_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), returnvalue); - // @@protoc_insertion_point(field_set_allocated:testsgen.PredicateInfo.returnValue) -} - -#ifdef __GNUC__ - #pragma GCC diagnostic pop -#endif // __GNUC__ -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - - -// @@protoc_insertion_point(namespace_scope) - -} // namespace testsgen - -PROTOBUF_NAMESPACE_OPEN - -template <> struct is_proto_enum< ::testsgen::ValidationType> : ::std::true_type {}; -template <> -inline const EnumDescriptor* GetEnumDescriptor< ::testsgen::ValidationType>() { - return ::testsgen::ValidationType_descriptor(); -} - -PROTOBUF_NAMESPACE_CLOSE - -// @@protoc_insertion_point(global_scope) - -#include -#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_util_2eproto