From c90a85649bff6095f6840e74a00ebd2fc7cfed65 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 8 Mar 2018 21:20:24 -0800 Subject: Change grpc++ references in names to grpcpp --- test/cpp/qps/benchmark_config.cc | 4 ++-- test/cpp/qps/client.h | 8 ++++---- test/cpp/qps/client_async.cc | 8 ++++---- test/cpp/qps/client_sync.cc | 8 ++++---- test/cpp/qps/driver.cc | 6 +++--- test/cpp/qps/interarrival.h | 2 +- test/cpp/qps/parse_json.h | 4 ++-- test/cpp/qps/qps_json_driver.cc | 2 +- test/cpp/qps/qps_worker.cc | 8 ++++---- test/cpp/qps/qps_worker.h | 6 +++--- test/cpp/qps/report.cc | 2 +- test/cpp/qps/report.h | 4 ++-- test/cpp/qps/server.h | 6 +++--- test/cpp/qps/server_async.cc | 14 +++++++------- test/cpp/qps/server_sync.cc | 6 +++--- 15 files changed, 44 insertions(+), 44 deletions(-) (limited to 'test/cpp/qps') diff --git a/test/cpp/qps/benchmark_config.cc b/test/cpp/qps/benchmark_config.cc index fb1e0608c5..a4fd9de820 100644 --- a/test/cpp/qps/benchmark_config.cc +++ b/test/cpp/qps/benchmark_config.cc @@ -18,9 +18,9 @@ #include "test/cpp/qps/benchmark_config.h" #include -#include -#include #include +#include +#include DEFINE_bool(enable_log_reporter, true, "Enable reporting of benchmark results through GprLog"); diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index 82c6361abd..77743a1dee 100644 --- a/test/cpp/qps/client.h +++ b/test/cpp/qps/client.h @@ -24,12 +24,12 @@ #include #include -#include -#include -#include -#include #include #include +#include +#include +#include +#include #include "src/proto/grpc/testing/payloads.pb.h" #include "src/proto/grpc/testing/services.grpc.pb.h" diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 8215ecbf55..f9bef91da0 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -26,13 +26,13 @@ #include #include -#include -#include -#include -#include #include #include #include +#include +#include +#include +#include #include "src/core/lib/surface/completion_queue.h" #include "src/proto/grpc/testing/services.grpc.pb.h" diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc index 8c1d9417fa..5185eef710 100644 --- a/test/cpp/qps/client_sync.cc +++ b/test/cpp/qps/client_sync.cc @@ -24,14 +24,14 @@ #include #include -#include -#include -#include -#include #include #include #include #include +#include +#include +#include +#include #include "src/core/lib/gpr/host_port.h" #include "src/core/lib/profiling/timers.h" diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 4e0d266d77..361ee4346f 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -23,12 +23,12 @@ #include #include -#include -#include -#include #include #include #include +#include +#include +#include #include "src/core/lib/gpr/env.h" #include "src/core/lib/gpr/host_port.h" diff --git a/test/cpp/qps/interarrival.h b/test/cpp/qps/interarrival.h index 9c48066c9c..ce4bf3d30c 100644 --- a/test/cpp/qps/interarrival.h +++ b/test/cpp/qps/interarrival.h @@ -24,7 +24,7 @@ #include #include -#include +#include namespace grpc { namespace testing { diff --git a/test/cpp/qps/parse_json.h b/test/cpp/qps/parse_json.h index f2fffb52d4..089d9989ba 100644 --- a/test/cpp/qps/parse_json.h +++ b/test/cpp/qps/parse_json.h @@ -19,8 +19,8 @@ #ifndef TEST_QPS_PARSE_JSON_H #define TEST_QPS_PARSE_JSON_H -#include -#include +#include +#include namespace grpc { namespace testing { diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc index b2449da69c..0ff692255c 100644 --- a/test/cpp/qps/qps_json_driver.cc +++ b/test/cpp/qps/qps_json_driver.cc @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include diff --git a/test/cpp/qps/qps_worker.cc b/test/cpp/qps/qps_worker.cc index 215a7bfbc9..aaffb1d93e 100644 --- a/test/cpp/qps/qps_worker.cc +++ b/test/cpp/qps/qps_worker.cc @@ -25,14 +25,14 @@ #include #include -#include -#include -#include -#include #include #include #include #include +#include +#include +#include +#include #include "src/core/lib/gpr/host_port.h" #include "src/proto/grpc/testing/services.pb.h" diff --git a/test/cpp/qps/qps_worker.h b/test/cpp/qps/qps_worker.h index a5167426d0..3a8796ee5a 100644 --- a/test/cpp/qps/qps_worker.h +++ b/test/cpp/qps/qps_worker.h @@ -21,10 +21,10 @@ #include -#include -#include -#include #include +#include +#include +#include #include "test/cpp/qps/server.h" diff --git a/test/cpp/qps/report.cc b/test/cpp/qps/report.cc index c5e90bd9a4..0a2565d463 100644 --- a/test/cpp/qps/report.cc +++ b/test/cpp/qps/report.cc @@ -25,7 +25,7 @@ #include "test/cpp/qps/parse_json.h" #include "test/cpp/qps/stats.h" -#include +#include #include "src/cpp/util/core_stats.h" #include "src/proto/grpc/testing/services.grpc.pb.h" diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h index 1d7b2b54e7..c5dd138353 100644 --- a/test/cpp/qps/report.h +++ b/test/cpp/qps/report.h @@ -23,11 +23,11 @@ #include #include -#include +#include #include "test/cpp/qps/driver.h" -#include +#include #include "src/proto/grpc/testing/services.grpc.pb.h" namespace grpc { diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h index d772e709de..6b1ef93617 100644 --- a/test/cpp/qps/server.h +++ b/test/cpp/qps/server.h @@ -19,11 +19,11 @@ #ifndef TEST_QPS_SERVER_H #define TEST_QPS_SERVER_H -#include -#include -#include #include #include +#include +#include +#include #include #include "src/cpp/util/core_stats.h" diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc index f1dfea24d8..9cb05cd1d1 100644 --- a/test/cpp/qps/server_async.cc +++ b/test/cpp/qps/server_async.cc @@ -23,16 +23,16 @@ #include #include -#include -#include -#include -#include -#include -#include -#include #include #include #include +#include +#include +#include +#include +#include +#include +#include #include "src/core/lib/gpr/host_port.h" #include "src/core/lib/surface/completion_queue.h" diff --git a/test/cpp/qps/server_sync.cc b/test/cpp/qps/server_sync.cc index 19cbb53445..9dfd362055 100644 --- a/test/cpp/qps/server_sync.cc +++ b/test/cpp/qps/server_sync.cc @@ -19,11 +19,11 @@ #include #include -#include -#include -#include #include #include +#include +#include +#include #include "src/core/lib/gpr/host_port.h" #include "src/proto/grpc/testing/services.grpc.pb.h" -- cgit v1.2.3