Home
last modified time | relevance | path

Searched refs:GRPC_ARG_SECONDARY_USER_AGENT_STRING (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h257 #define GRPC_ARG_SECONDARY_USER_AGENT_STRING "grpc.secondary_user_agent" macro
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc549 if (0 == strcmp(args->args[i].key, GRPC_ARG_SECONDARY_USER_AGENT_STRING)) { in user_agent_from_args()
552 GRPC_ARG_SECONDARY_USER_AGENT_STRING); in user_agent_from_args()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi51 secondary_user_agent_string = GRPC_ARG_SECONDARY_USER_AGENT_STRING
Dgrpc.pxi145 const char *GRPC_ARG_SECONDARY_USER_AGENT_STRING
/third_party/grpc/test/cpp/ios/CronetTests/
DCppCronetEnd2EndTests.mm121 args.SetString(GRPC_ARG_SECONDARY_USER_AGENT_STRING, "end2end_test");
133 args.SetString(GRPC_ARG_SECONDARY_USER_AGENT_STRING, "end2end_test");
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc401 args.SetString(GRPC_ARG_SECONDARY_USER_AGENT_STRING, "end2end_test");