grpc/test/cpp/server
AJ Heller 85189b24bb
Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917)
Based on a handful of https://abseil.io/tips, it's generally advised to
only fully-qualify namespaces when in a `using` statement, or when it's
otherwise required for compilation. In all other cases, the general
recommendation is to not fully-qualify.

This change fixes most `grpc.*` namespace uses. There are potential
challenges in trying to make blanket changes to non-gRPC namespace uses,
such as `::testing`, since there is also a `grpc::testing` namespace.
2022-02-18 16:18:54 -08:00
..
load_reporter Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
BUILD Support Custom Post-handshake Verification in TlsCredentials (#25631) 2021-11-10 13:45:52 -08:00
authorization_policy_provider_test.cc Revert "Revert "Revert "Revert "File watcher authorization policy provider implementation"" (#27605)" (#27644)" (#27645) 2021-10-08 15:52:13 -07:00
credentials_test.cc Add experimental API for CRL checking support to gRPC C++ TlsCredentials (#28407) 2022-01-26 20:23:48 -08:00
server_builder_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
server_builder_with_socket_mutator_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
server_request_call_test.cc Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00