grpc/include/grpcpp/test
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
..
channel_test_peer.h Switch registered calls to a map and check the map before inserting 2020-02-27 09:13:42 -08:00
client_context_test_peer.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
default_reactor_test_peer.h De-experimentalize default_reactor_test_peer.h and last uses of CallbackServerContext (plus namespace cleanup) (#26569) 2021-06-29 12:24:09 -07:00
mock_stream.h Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
server_context_test_spouse.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00